/* ////////////////////////////// CSS MOSCA HNOS. ////////////////////////////*/
div.cabezal {
	background: #FFFFFF url(../img/fondo_cabezal.gif) bottom ;
	width:auto;
	height:236px;
	margin:0 auto;
}
div.barra {
	background: url(../img/barra_cen.gif) bottom repeat-x;
	width:980px;
	height:37px;
	margin:0 auto;
	margin-left: auto; 
	margin-right: auto;
}
div.barra_iz {
	background: url(../img/barra_iz.gif) bottom left no-repeat;
	width:16px;
	height:37px;
	float:left;
}
div.barra_der {
	background: url(../img/barra_der.gif) bottom right no-repeat;
	width:16px;
	height:37px;
	float:right;
}
div.cabezal_interior {
	background:url(../img/fondo_cabezal_interior.gif) top no-repeat;
	width:980px;
	height:199px;
	margin:0 auto;
	margin-left: auto; 
	margin-right: auto;
}
div.menu_solapa {
	background:url(../img/menu_cen.gif) repeat-x bottom;
	width:auto;
	height:25px;
	float: left;
	margin-left:2px;
}
div.menu_solapa_iz {
	background: url(../img/menu_iz.gif) left bottom no-repeat;
	width:17px;
	height:25px;
	float:left;
}
div.menu_solapa_der {
	background: url(../img/menu_der.gif) right bottom no-repeat;
	width:17px;
	height:25px;
	float:left;
}
/* SUBMENU ////////////////////////////////////////////////////////////////////*/
div.submenu{
	z-index:1000; 
	position:absolute; 
	float:left;
	margin-top:18px;
	margin-left:-17px;
}
div.superior_submenu{
	background-color:#4780d8;
	border-top:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	height:3px; 
	width:160px; 
	font-size:1px;
}
div.superior_submenu_gris{
	border-left:1px solid #80a2b9;
	border-right:1px solid #80a2b9;
	overflow:hidden;
	width:164px; 
}
div.inferior_submenu{
	background-color:#4780d8;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	height:3px; 
	width:160px; 
	font-size:1px;
}
div.inferior_submenu_gris{
	border-bottom:1px solid #80a2b9;
	border-left:1px solid #80a2b9;
	border-right:1px solid #80a2b9;
	width:164px; 
}
div.central_submenu_gris{
	border-left:1px solid #80a2b9;
	border-right:1px solid #80a2b9;
	height:auto;
	width:164px;
}
div.central_submenu{
	background-color:#4780d8;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	height:auto;
	width:160px;
}
div.item_submenu{
	width:138px; 
	margin-left:8px; 
	padding-top:3px; 
	padding-bottom:5px; 
	border-bottom:1px solid #5589e1;
	text-align:left;
}
div.item_submenu_sin{
	width:138px; 
	margin-left:8px; 
	padding-top:3px; 
	padding-bottom:5px; 
	text-align:left;
}
div.item_submenu a:link{
	color:#ffffff; 
	font-size:11px;
	padding-left:0px;
}
div.item_submenu a:hover{
	color:#ffffff; 
	font-size:11px;
}
div.item_submenu a:active{
	color:#ffffff; 
	font-size:11px;
}
div.item_submenu a:visited{
	color:#ffffff; 
	font-size:11px;
}
div.item_submenu_sin a:link{
	color:#ffffff; 
	font-size:11px;
}
div.item_submenu_sin a:active{
	color:#ffffff; 
	font-size:11px;
}
div.item_submenu_sin a:visited{
	color:#ffffff; 
	font-size:11px;
}
/* FIN SUBMENU ////////////////////////////////////////////////////////////////////*/
	
