/* menu vertical ---------------------------------------------------------------*/
/*
.menu_v_seccion, .menu_v_subseccion {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing:-1px;
	color:#25386D;
	padding-left:5px;
}

.menu_v_subseccion {
	letter-spacing:-1px;	
}

.menu_v_subseccion a, .menu_v_subseccion a:hover {
	color:#25386D;
	text-decoration:none;
}

.menu_v_subseccion a:hover {
	color:#FAA71B;
}
#top-subseccion {
	/*height:14px; /*Mejor que height uso padding pq si no no es alto ajustable*//*
	padding-top: 1px;
	padding-bottom: 1px;
	background-color:#F9E0B6;
	border-bottom:1px solid #C6D1E0;
	border-right:1px solid #8B8B8B;
}

#top-seccion-cierre {
	background-image:url(../images/contenidos/menu-vert-cierre-rep.gif);
	background-repeat:repeat-x;
	background-position:top right;
	height:25px;
	width:100%;
	text-align:right;
}*/

/*------------------------------------------------------------------ redefiniciones */
/*refefinicion: fallo en la indentacion anidada*/
.menu_v_seccion, .menu_v_subseccion { padding-left:0px;	text-indent:5px; }

/*refefinicion: mancha blanca-bottom*/
#top-subseccion { padding-bottom: 0px; /*white-space:nowrap;*/}

/*------------------------------------------------------------------ mouse hover / back-chng */

#top-subseccion:hover {	background-color:#fff; } 
#top-subseccion #top-subseccion:hover {	background-color:#eee; }
#top-subseccion #top-subseccion #top-subseccion:hover {	background-color:#ddd; }

/*Añadido IE: hover en div*/
div {
	behavior: url('./css/hover.htc');
}
div.menu_v_subseccionHover {
	background-color:#fff !important; 
}

/*------------------------------------------------------------------ definicion multinivel: max 3 niveles */
#top-subseccion #top-subseccion {
	border-bottom:none;	border-right:none; border-top:1px solid #C6D1E0;
	background-color:#FFECC1;
	/*text-indent:15px; esto solo afecta a la 1ª linea de texto*/
	text-indent:0px;  /*para quitar el que hereda de #top-subseccion */
	padding-left:15px; /*asi afecta a todas lineas de texto*/
}

#top-subseccion #top-subseccion #top-subseccion {
	border-bottom:none;	border-right:none; border-top:1px solid #C6D1E0;
	background-color:#FFF5CA;
	text-indent:25px;
}

#menu_v_seccion a { width:100%; }
