@charset "utf-8";
/**************************************************

						HEADER

***************************************************/


#myHeader{
width:100%;
height:116px;
background-image:url(../layoutpics/bgHeader.png);
background-position:top;
background-repeat:repeat-x;
margin-left:auto;
margin-right:auto;
}

#myHeaderContents{
height:116px;
width:990px;
background-image:url(../layoutpics/centralHeader.jpg);
background-repeat:no-repeat;
background-position:top center;
margin-left:auto;
margin-right:auto;
}

#myHeaderNavigation{
	width:100%;
	height:116px;
	position:relative;
}



#navigation{
	width:650px;
	height:20px;
	position:absolute;
	left: 390px;
	top: 40px;
}

#navButtons{
	height:20px;
	width:650px;
	position:absolute;
	z-index:100;
	left: -32px;
		
}

#navShadow{
	height:39px;
	width:58px;
	position:absolute;
	z-index:100;
	top:-19px;
}

#login{
	height:14px;
	width:124px;
	position:absolute;
	background-image:url(../layoutpics/intranet.jpg);
	background-position:top;
	background-repeat:no-repeat;
	z-index:100;
	top:6px;
	left:855px;
	cursor:pointer;
	display:none;
}

#listarArchivos{
	height:14px;
	width:100px;
	position:absolute;
	background-image:url(../layoutpics/listar_archivos.png);
	background-position:top;
	background-repeat:no-repeat;
	z-index:100;
	top:6px;
	left:768px;
	cursor:pointer;
	display:none;
}

#logOut{
	height:13px;
	width:91px;
	background-image:url(../layoutpics/botonLogOut.png);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	top:7px;
	left:890px;
	cursor:pointer;
	display:none;
	display:none;
}

#linkLogo{
	height:50px;
	width:275px;
	position:absolute;
	top:25px;
	left:5px;
	cursor:pointer;
}



#cuadroLogin{
	height:131px;
	width:255px;
	background-image:url(../layoutpics/cuadroLogin.png);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	top:15px;
	left:743px;
	display:none;
	
}

#ingresar{
	height:20px;
	width:100px;
	background-image:url(../layoutpics/botonLogin.png);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	top:95px;
	left:135px;
	cursor:pointer;
}

#headerEmail{
	height:20px;
	width:100px;
	position:absolute;
	top:27px;
	left:15px;
	
}

#headerPass{
	height:20px;
	width:100px;
	position:absolute;
	top:67px;
	left:15px;
	
}


.menuOption, .menuOption:link, .menuOption:active, .menuOption:visited{
font-size:14px;
color:#FFF;
text-decoration:none;

}

.menuOptionSelected, .menuOptionSelected:link, .menuOptionSelected:active, .menuOptionSelected:visited{
font-size:14px;
font-weight:normal;
color:#FFFFFF;
}

.menuOption:hover, .menuOptionSelected:hover{
font-size:14px;
}

#siteLabel{
display:none;
font-size:14px;
font-weight:bold;
color:#00426B;
height:auto;
margin-top:auto;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
width:100%;
text-align:center
}
