@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#BE810A;}
a:hover{color:#910000;}
a img {border-width:0;}


body{
	background-color:#3E5715;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7B5304;
	font-weight:bold;
	background-image:url("img/fondo.gif");
	background-position:top;
	background-repeat:repeat-x;
}

#todo{
	position:relative;
	margin:15px auto;
	width:850px;
	border:#280900 2px solid;
	background-color:#FFEEBF;
}

#superior{
	width:850px;
	height:100px;
	display:block;
}

#direccion{
	position:absolute;
	left:640px;
	top:100px;
	width:180px;
	padding:15px;
	color:#764205;
	font-weight:normal;
	font-size:10px;
	text-align:center;
}

#menu{
	width:850px;
	height:25px;
	background-image:url("img/menu.gif");
}


#menu a{
	display:block;
	float:left;
	padding: 5px 22px;
	font-weight:bold;
	color:#ffffff;
}

#menu a:hover{
	color:#FF8A00;
}

#central{
	width:850px;
	height:450px;
}

#central p{
	padding:20px 0 0 20px;
	color:#614B44;
	width:205px;
}

#central ul{
	padding:10px 0;
}

#central li{
	padding:3px 20px;
	color:#614B44;
	list-style-position: inside;
}

li li{
	padding:1px 20px !important;
}

#foto{
	float:right;
	width:600px;
	height:450px;
}

#numeros{
	position:absolute;
	left:290px;
	top:240px;
	padding:10px;
}

#numeros a{
	display:block;
	float:left;
	margin:2px;
	padding:5px 10px;
	background-color:#FFEEBF;
	border:#280900 1px solid;
	color:#280900;
}

#numeros a:hover{
	background-color:#FF8A00;
	color:#ffffff;
}

#actual{
	background-color:#FFAE4F !important;
}
#inferior{
	width:810px;
	height:20px;
	padding:20px;
	background-image:url("img/pie.gif");
	background-repeat:no-repeat;
	text-align:center;
}
