/*------------------------------------------ Menu Izquierda --------------------------------------------*/

#flecha {
	font-family: Arial;
	font-size: 11px;
	color:#435661;
	background-image:url(../imagenes_new/commons/menu_arriba.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 16px;
	margin-left: 4px;
	margin-top: 5px;
	padding-left: 19px;
	padding-top: 2px;
	text-decoration: none;
}

	#flecha a{
		color: #435661;
		text-decoration: none;
	}
	#flecha a:hover{
		color: #0B4D8E;
		text-decoration: none;
	}
	
/*------------------------------------------ Menu Izquierda Seleccionado --------------------------------------------*/

#flecha_on {
	font-family: Arial;
	font-size: 11px;
	color:#435661;
	background-image:url(../imagenes_new/commons/menu_arriba_on.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 16px;
	margin-left: 4px;
	margin-top: 5px;
	padding-left: 19px;
	padding-top: 2px;
	text-decoration: none;
}

	#flecha_on a{
		color: #0B4D8E;
		text-decoration: none;
	}
	#flecha_on a:hover{
		color: #0B4D8E;
		text-decoration: none;
	}
	
/*------------------------------------------ Menu Izquierda Desplegado--------------------------------------------*/

#flecha_desplegada {
	font-family: Arial;
	font-size: 11px;
	color:#435661;
	background-image:url(../imagenes_new/commons/menu_arriba_desplegado.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 16px;
	margin-left: 4px;
	margin-top: 5px;
	padding-left: 19px;
	padding-top: 2px;
	text-decoration: none;
}

	#flecha_desplegada a{
		color: #0B4D8E;
		text-decoration: none;
	}
	#flecha_desplegada a:hover{
		color: #0B4D8E;
		text-decoration: none;
	}


#subflecha {
	background-color: #DDDEDE;
	width: 144px;
	color: #0B4D8E;
	font-size: 10px;
	margin-left: 4px;
	padding-left: 16px;
	padding-top: 3px;
}

	#subflecha a{
		color: #0B4D8E;
		text-decoration: none;
	}
	#subflecha a:hover{
		color: #435661;
		text-decoration: none;
	}
	
/*------------------------------------------ Menu Izquierda Desplegado Seleccionado--------------------------------------------*/

#subflecha_on {
	background-color: #DDDEDE;
	width: 144px;
	color: #435661;
	font-size: 10px;
	margin-left: 4px;
	padding-left: 16px;
	padding-top: 3px;
}

	#subflecha_on a{
		color: #435661;
		text-decoration: none;
	}
	#subflecha_on a:hover{
		color: #435661;
		text-decoration: none;
	}
	
#cierre {
	background-image: url(../imagenes_new/commons/menu_arriba_pie.gif);
	background-repeat: no-repeat;
	margin-left: 4px;
	width: 160px;
	height: 8px;
}