
/* ---------------------------------- estilos SUBMENU ------------------------------ */
#contiene_submenu{
	float:left;
	position:relative;
	width:18%;
	max-width:18%;
	text-align:justify;
}
#sub_principal{
	float:left;
	position:relative;
	width:95%;
	max-width:95%;
	min-height:18px;
	height:18px;
	text-align:justify;
	font-family:Tahoma;
	color:#566163;
	font-size:0.8em;
	background-image:url(../multimedia/images/submenus/noseleccionado.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:8px;
}
#sub_principal_sel{
	float:left;
	position:relative;
	width:95%;
	max-width:95%;
	min-height:18px;
	height:18px;
	text-align:justify;
	font-family:Tahoma;
	color:#ffffff;
	font-size:0.8em;
	background-image:url(../multimedia/images/submenus/seleccionado1.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:8px;
}
#submenu{
	float:left;
	position:relative;
	width:90%;
	text-align:justify;
	font-family:Tahoma;
	font-size:0.7em;
	color:#6C7779;
	line-height:25px;
	padding-left:25px;
	border-bottom:1px dotted #CCCCCC;
		}
#submenu_sel{
	float:left;
	position:relative;
	width:90%;
	text-align:justify;
	font-family:Tahoma;
	font-size:0.7em;
	color:#72C8D3;
	text-decoration:underline;
	padding-left:25px;
	line-height:25px;
	border-bottom:1px dotted #CCCCCC;
		}
#sub{
	float:left;
	position:relative;
	width:95%;
	max-width:95%;
	min-height:18px;
	height:18px;
	text-align:justify;
	font-family:Tahoma;
	color:#566163;
	font-size:0.8em;
	padding-left:15px;
	margin-bottom:8px;
	border-bottom:1px dotted #CCCCCC;
}
#sub_sel{
	float:left;
	position:relative;
	width:95%;
	max-width:95%;
	min-height:18px;
	height:18px;
	text-align:justify;
	font-family:Tahoma;
	color:#ffffff;
	font-size:0.8em;
	background-image:url(../multimedia/images/submenus/seleccionado.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:8px;
}

#contiene_submenu a{
	color:#6C7779;
	text-decoration:none;
	border-bottom:0px;
}

#contiene_submenu a:hover{
	color:#72C8D3;
	text-decoration:none;
	border-bottom:0px;
}

/* ---------------------------------- FIN estilos MENU ------------------------------ */
