/* menu contextual */

#contextual_menu {
  width:150px;
	border:0px solid red;
	padding:0px;
  margin:0px;

}

#contextual_menu * {outline:none;}


#contextual_menu .title {
  width:150px;
  background:none;
  vertical-align: middle;
	border:0px solid red;
	padding:0px;
  margin:0px;
 
}

#contextual_menu .content {
  width:150px;
  background:none;
  vertical-align: middle;
	border:0px solid red;
	padding:0px;
  margin:0px;
}


#contextual_menu .footer {
  width:150px;
  background:none;
  vertical-align: middle;
	border:0px solid red;
	padding:0px;
  margin:0px;

}


#contextual_menu .first-level{
  width:150px;
  
}

/* hijos del menu contextual */

#contextual_menu .second-level {
  width:150px;
  border:0px solid red;
  padding:0px;
  margin:0px;
}

/* sections */

.sl_section {
  margin:0px;
  padding:0px;
  line-height:10px;
  list-style:none;
 
}

a img {
  border:0;
}

.sl_section a  {
  padding-right: 6px;
  padding-left: 6px;
}

.sl_section .arrow {
  float:right;
  outline:none;
  margin:0px 5px 0px 0px;
}

.sl_section .with-arrow {
  outline:none;
 
}

.sl_section .first-level .arrow:hover {
  background:none;
  border:0px;
}

.sl_section .with-arrow a:hover,
.sl_section .with-arrow .selected {
 border:0px;
}



.sl_section .first-level {
  background:none; 
  display: block;
  border:0px;
	min-height:16px;
	border-bottom:2px groove #fff;
 
}

.sl_section .first-level a {
  display: block;
  font-family:sans-serif;
  color:#555;
  font-size:11px;
  font-weight:bold;
  padding:0px 0px 0px 0px;
  border:0px;
}



.sl_section .first-level a:hover,
.sl_section .first-level .selected {
  background:none;
  border:0px;
  outline:none;
  color:#555;
}



.sl_section .second-level {
  list-style:none;
  
}

.sl_section .second-level a {
  display: block;
  font-weight:normal;
  border-bottom:2px groove #fff;
  background:none;
  color:#555;
  padding:0px;
  
}

.sl_section .second-level a:hover {
  color:#163578;
}


.sl_section .second-level .selected  {
  color:#163578;
  background-image:url(../../../images/frontend/menu_arrow.gif);
  background-repeat:no-repeat;
  padding:0px 0px 0px 15px;
}



.hidden {
  display: none;
}



/*#left .no-padding a {
	padding: 0 !important;
}

#left .no-padding a img {
	border: 0 !important;	
}


/*ENLACES*/


/*ad div {
  margin-top: 2px;
  border:1px solid #000;
}*/



