/*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: 700px;
	position: relative;
	top: 8px;
	font-size:11px;
}

/* menu footer (shortcuts) */
#footer-shortcuts {
	margin: 15px 0;
	text-align: center;
}

	#footer-shortcuts ul {
	}

/* compartidos */
#header #nav-top li:first-child {
}

#header #nav-top li:after,
#footer-shortcuts li:after {
	color: white;
	content: " | ";
}

#header #nav-top li:last-child:after,
#footer-shortcuts li:last-child:after {
	content: "";
}

#header #nav-top li a:hover,
#footer-shortcuts li a:hover {
	text-decoration: underline;
}

#header #nav-top li,
#footer-shortcuts li {
	display: inline;
}

#header #nav-top li a,
#footer-shortcuts 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 10px;
}

.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 10px 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;
}
*/

/*	logos del cabezal */
	#link-logos{}
		
		#link-logos{
			position:absolute;
			width:900px;
			margin:30px 0 0 30px;
		}
	
			#link-logos #uaip, #link-logos #bicentenario,
			#link-logos #agesic, #link-logos #presidencia{
				float:left;
				height:90px;
			}
			
			#link-logos #uaip{
				width:390px;
			}
			
			#link-logos #bicentenario{
				width:130px;
				margin-left:90px;
			}
			
			#link-logos #agesic{
				width:136px;
			}
			
			#link-logos #presidencia{
				width:115px;
			}


