@CHARSET "UTF-8";

#menu_izq_arriba {
	/*margin-top: 0;
	background-color: #f0f0f0;*/
	/*background: url(../../../media/images/logo-peq-menu-izq.png) 50% 0 no-repeat;
	padding-top: 38px;*/
	/*font-family: verdana, helvetica;*/
	/*font-family: Arial;*/
	/*border: 0.1em solid green;*/
	/*height: 370px*/
	width: 150px;
}

#menu_izq_arriba .borde_sup_izq {
	background: url(../../../media/images/borde_sup_izq.png) 0 0 no-repeat;
}
#menu_izq_arriba .borde_sup_drch {
	background: url(../../../media/images/borde_sup_drch.png) 100% 0 no-repeat;
}
#menu_izq_arriba .borde_sup_centro {
	margin-left: 12px;
	margin-right: 12px;
	height: 12px;
	background-color: #f0f0f0;
}
#menu_izq_arriba .menu_content {
	margin-top: 0;
	background-color: #f0f0f0;
	font-family: arial, 'Arial', sans-serif,'sans', verdana;
	padding-bottom: 1em;
	/*height: 350px*/
}
.logo_menu {
	text-align: center;
}
.logo_menu img {
	border: 0;
}

#menu_izq_arriba .menu_vert {
	padding-left:5px;
	margin-top: 0;
	border: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
}

#menu_izq_arriba .menu_vert div {
	/*display: none;*/
	/*margin: 0px; display: block;*/
	/*margin: 0px; overflow: hidden; position: static; height: 0px;*/	
}

#menu_izq_arriba .menu_vert li {
	display: block;
	margin: 0;
	padding-top: 0;
	/*padding-bottom: 0.5em;*/
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
}

#menu_izq_arriba .menu_vert li a {
	display: inline;
	/*color: #4c4c4c;*/
	color: #4b4b4b;
	text-decoration: none;
	font-size: 0.531em;
}
 
#menu_izq_arriba .menu_vert li a:hover {
	color: #7f99d6;
}

#menu_izq_arriba .menu_vert a:hover {
	color: #7f99d6;
}



#menu_izq_arriba .menu_vert li ul {
	clear: both;
	/*display: block;*/
	/*display: none;*/
	/*margin: 0px; overflow: hidden; position: static; height: 0px;*/
	
	margin: 0;
	padding: 0 0 0 0.3em;
}
#menu_izq_arriba .menu_vert li ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 0.5em;
}
#menu_izq_arriba .menu_vert li ul li a {
	color: #004186;
	font-size: 0.6em;
}
#menu_izq_arriba .menu_vert li ul li a:visited {
	color: #004186;
}
.a_desplegar {
	margin-left: 0.5em;
}
.a_desplegar img {
	border: none;
}
.replegado {
	background: url(../../../media/images/flecha_h.png) 0 0 no-repeat;
}
.replegado:HOVER {
	background: url(../../../media/images/flecha_h_llena.png) 0 0 no-repeat;
}
.desplegado {
	background: url(../../../media/images/flecha_v_llena.png) 0 0 no-repeat;
}
.desplegado:HOVER {
	background: url(../../../media/images/flecha_v_llena.png) 0 0 no-repeat;
}
.menu_clear {
	clear: both;	
}