
/*---------------------------------------------- MENU BAR ---------------------*/
#menu ul li
{
	float:left;
	text-align:center;
	margin:0px;	
}

#menu ul li.primero
{
	background-image:none;
}


#menu ul.smenu li
{
	float:none;
	background-image:url(desplegable_03.png);
	text-align:left;
	background-repeat:repeat-y;
	text-align:center;
	width:110px;
}

#menu ul.smenu li.last
{
	background-image:none;

}
#menu ul.smenu li a,#menu ul.smenu li a:visited,#menu ul.smenu li a:hover{}

.menubar
{
	width:100%;
	margin:0px;	
	padding:5px 0px; 
	height:17px;
}
.menubar:after {content:'.';display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.menubar .options
{
	float:none;
	margin-left:7px;	
}
*html  .menubar .options{margin-left:0px;}

li.menu
{
	float: left;
	text-align:center;
	text-decoration: none;
	list-style-type: none;	
	margin:0px;
	position:relative;
	color:White;
	width:102px;
	background-image:url(linea_menu.png);
	background-repeat:no-repeat;
	background-position:left;
	height:17Px;
	overflow:visible;
	z-index:4000;
}

li.menu a
,li.menu a:visited
,li.menu a:active
{
	display: block;
	font-size:11px;
	text-decoration:none;	
	color:White;
	text-transform:uppercase;
	font-weight:bold;	
}


li.menu a:hover
{
	color:White;
	background-color:#1874cd;
	height:15px;		
	padding-bottom:2px;
	margin-top:-2px;
	padding-top:2px;
	margin-left:0px;
}

li.menu a.activo:hover
{
	color:White;
	background-color:#5065A4;
	height:15px;	
	padding-bottom:2px;
	margin-top:-2px;
	padding-top:2px;
	margin-left:0px;
}

.smenu
{
	display: none;
	position: absolute;
	left:-2px;	
	width:110px;
	top:14px;	
	margin-top:3px;
	list-style:none;
}
.smenu li a
,.smenu li a:visited
,.smenu li a:active
{
	color:#ffffff;
	text-decoration: none;
	text-transform:none;
	padding:3px 2px; 	
	height:auto;
}

.smenu li a:hover
{
	background-color:Transparent;
	text-decoration: underline;	
	color:#244184;	
	padding:3px 2px;
	margin-top:0px;
	height:auto;
}

.menu a.activo
{
	background-image:url(/Images/activoFondo.png);
	height:17px;
	width:87px;
	float:left;
	margin-top:-2px;
	padding-top:2px;
}
	
.activoDer
{	
	background-image:url(/Images/activoDer.png);
	height:19px;
	width:6px;
	float:left;
	margin-top:-2px;	
}
.activoIzq
{	
	background-image:url(/Images/activoIzq.png);
	height:19px;
	width:6px;
	float:left;
	margin-top:-2px;
	margin-left:3px;
}





/*---------------------------------------------- END MENU BAR ---------------------*/

