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

html {
	margin:0;
	padding:0;
}
body {
background-color:#F5F5F3;
}

#cajacentral {
position:absolute;
width: 955px;
height: 600px;
background-color:#666666;
background-image:url(../img/portada.jpg);
margin: 0 auto;
border-style: solid;
border-width: 1px 1px 5px;
border-color:#E6E6DF;

}

#headercentral {
width:955px;
height: 80px;
}

#contenidos{
	width: 955px;
	height: 460px;
	margin-top: 0px;
}

#navegador {
width:600px;
height:30px;
position:absolute;
margin-top: 265px;
margin-left:30px;
}

#navegador ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#navegador li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#navegador li a
	{
		text-decoration: none;
		color:#FFFFFF;
	}
	
	#navegador li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #272900;
	}
#footer {

height:55px;
clear: both;
color:#999999;
font-size:10px;
padding:5px 10px 5px 400px;
text-align:left;
}
#footer h1 {
font-size: 10px;
margin: 0px;
}