@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#C7820C;}
a:hover{color:#FFA200; text-decoration:underline;}
a img {border-width:0;}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	font-weight:bold;
	color:#F7E9D8;
	background:#39301F url("../img/fondo.jpg") repeat-x top;
}

#todo{
	background: url("../img/central.jpg") repeat-y;
	position:relative;
	margin:0 auto;
	width:1000px;
}

#superior{
	width:920px;
	height:130px;
	padding: 50px 40px 0 40px;
	background:url("../img/superior.jpg") no-repeat;
}

#menu{
	position:relative;
	top: -25px;
	background: #3B372C url("../img/menu.jpg") repeat-x;
	width: 952px;
	height: 30px;
	margin: 0 24px;
}

#menu a{
	display:block;
	float:left;
	padding: 8px 21px;
	height: 14px;
	font-size:12px;
	color:#DCB275;
	white-space: nowrap;
	letter-spacing:1px;
}
#menu a:hover{
	background: url("../img/seleccion.jpg") no-repeat top;
	color:#FFF8E7;
	text-decoration:none;
}


#central{
	width: 1000px;
	height:400px;
}

h1{
	float:right;
	font-size: 31px;
	font-weight:normal;
	color:#605947;
	margin: 50px 40px 0 0;
}

p{
	line-height: 140%;
	padding: 10px 50px;
	color:#DFA261;
	font-weight:normal;
}

#inferior{
	width:1000px;
	height:55px;
	padding: 35px 0 0 0;
	background:url("../img/inferior.jpg") no-repeat;
	text-align:center;
	font-weight:normal;
	color:#9F917C;
	clear:both;
}

#aenor{
	margin: 0 40px;
}


