/*menu - login/contáctenos*/
#header {
	background-image:url(../assets/bg-header2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	width:940px;
}

/*menu nav-top*/
#header #nav-top {
	margin-left: 790px;
	position: relative;
	top: 8px;
	font-size:11px;
}

#header #nav-top li:first-child {
}

#header #nav-top li:first-child:after {
	color: white;
	content: " | ";
}

#header #nav-top li a:hover {
	text-decoration: underline;
}

#header #nav-top li {
	display: inline;
}

#header #nav-top li a {
	background-image:url(../assets/sub-menu-arrow-up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: white;
	padding: 9px 0 9px 10px;
	text-decoration: none;
	font-weight:normal;	
}

/**********************************************/

/*menu - horizontal*/

.menu {	
	font-family:Arial, Helvetica, sans-serif;
	list-style:none; 
	height:35px;
	position:relative;
	_float:right;
	width:940px;
	background-color: #525252;
	margin:136px 0 0 0;
	border-bottom:1px solid #525252;
	color:white;
	font-size:13px;

}

.menu ul{
	height:35px;
	margin:0 0 0 30px;
}

.menu li {
	float:left;
	position:relative;
	list-style-type:none;
}

.estilo2{
	width:111px;
}

.menu ul li.estilo ,
.menu ul li.estilo2 {	
	text-decoration:none; 
	color:#FFF;
	padding:6px 16px 0 12px;
	line-height:25px; 
	font-weight:normal;
	list-style-type:none;
	background-image:url(../assets/menu-arrow-up.gif);
	background-repeat:no-repeat;
	background-position:1px 12px;
}

.menu ul li.estilo:hover,
.menu ul li.estilo2:hover{
	color:#FFF; 
	line-height:25px; 
	font-weight:normal;
	background-color:#06696f;
	background-image:url(../assets/icono_subul.gif);
	background-repeat:no-repeat;
	background-position:1px 12px;
	height:30px;
}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#FFF;
	padding:6px 9px 5px 10px;
	line-height:25px; 
	font-weight:normal;
	height:auto;
	background-image:url(../assets/menu-arrow-up.gif);
	background-repeat:no-repeat;
	background-position:-2px 12px;
}

.menu a:hover {
	display:block;
	color:#FFF; 
	line-height:25px; 
	font-weight:normal;
	background-color:#06696f;
	text-decoration:none;
	background-image:url(../assets/menu-arrow-over.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:26px;
	height:auto;
	left:0;
	margin:10px 0 0 0;
	padding-bottom:15px;
	background-color:#377f83;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.menu ul ul li{
	display:block;
	width:100%;
}

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

.menu ul ul a, .menu ul ul a:visited {
	font-size:12px;
	color:#FFF;
	line-height:15px;
	background-image:none;
	padding:7px 0 0 10px;
	text-decoration:none;
	background-image:url(../assets/icono_submenu.gif);
	background-repeat:no-repeat;
	background-position:4px 13px;
}

.menu ul ul li a:hover{
	line-height:15px;
	background-color:#377f83;
	text-decoration:underline;
	background-image:url(../assets/icono_submenu.gif);
	background-repeat:no-repeat;
	background-position:4px 13px;
}


.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

.menu ul :hover ul ul{
	visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

.estilo_dos ul{
	width:310px;
}

.estilo_dos ul li{
	clear:left;
}

/**********************************************/

/* Link del cabezal */

	#wrapper #uaip{
		float:left;
		width:390px;
		height:80px;
		margin:-140px 0px 0 40px;
	}
	
	#wrapper #agesic{
		float:right;
		width:136px;
		height:45px;
		margin:-110px 130px 0 0;
		*margin:-110px 0 0 0;
	}
		
	#wrapper #presidencia{
		float:right;
		width:115px;
		height:65px;
		margin:-120px 10px 0 0;
	}
