/****************************************/
/*             ESTILO CABECERA          */
/****************************************/
#header{
	position:relative;
	height:107px;
	background: url(../images/background.jpg);
	padding-left:20px;
}
#logo{
	position:absolute;
	background:url(../images/logo.jpg);
	top:7px;
	height:103px; 
	width:280px;
	text-indent:-9999px;
}
#banner{
	background: url(../images/background.jpg);
}
#bannerimg{
	background:url(../images/banner.jpg) no-repeat;
	background-position:center;
	height:165px;
}
#bannerimg h1{
	text-indent:-9999px;
	margin:0;
	padding:0;
}
ul#cambiofuentes{
	position:absolute;
	left: 745px;
	top:80px;
	width:60px;
	height:25px;
	margin:0;
	padding:0;
}
ul#cambiofuentes li{
	float:left;
	list-style-type:none;
}
ul#cambiofuentes li a{
	padding:0;
	margin:0 5px 0 0;
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cambiofuentes img{	border:0;}

/*** menu navegacion cabecera ***/
#navheader{
	position:absolute;
	left: 557px;
	width:243px;
	height:25px;
	margin:0;
	padding:0;
	list-style-type:none;
	border-right:1px dotted #666666;
}
#navheader li{
	list-style-type:none;
	padding:0;
	margin:0;
	height:25px;
	width:80px;
	float:left;
	background:none;
	overflow:hidden;
	border-left:1px dotted #666666;
	text-align:center;
}
#navheader li a{
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
	color:#666666;
	text-decoration:none;
	display:block;
	height:23px;
	width:80px;
}
#navheader li a:hover, #container #navegacion li a.selected{
	background-position:0 -56px !important;
	text-decoration: underline;
}

#navheader .opcion1{border-top:6px solid #DADF8F;}
#navheader .opcion2{border-top:6px solid #BCC59C;}
#navheader .opcion3{border-top:6px solid #969C73;}
/*** fin menu navegacion ***/
