@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#3D6B96;}
a:hover{color:#F47C02;}
a img {border-width:0;}


body{
	background-color:#F79864;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	font-weight:bold;
	color:#472A0B;
}

#todo{
	position:relative;
	margin:0 auto;
	width:750px;
}

#superior{
	width:750px;
	height:185px;
	background-image:url("img/superior.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}


#menu{
	border-top:#ffffff 1px solid;
	margin:5px 50px;
	padding: 5px;
	text-align:center;
}

#menu a{
	color:#ffffff;
	font-size: 14px;
	margin:0 20px;
}

#menu a:hover{
	color:#ffcc00;
}

#central{
	width:630px;
	padding:20px 50px;
	border-left:#FF4200 10px solid;
	border-right:#FF4200 10px solid;
	background-color:#ffffff;
	background-image:url("img/logo_fondo.jpg");
	background-position:center center;
	background-repeat:no-repeat;
}

#numeros a{
	font-size:15px;	
	margin:2px;
	padding:3px 8px;
	background-color:#E2D4C9;
}

#numeros a:hover{
	background-color:#776721;
}

#foto{
	float:right;
	width:600px;
	height:420px;
}

#inferior{
	width:750px;
	height:40px;
	background-image:url("img/inferior.gif");
	background-repeat:no-repeat;
	text-align:center;
	color:#FF4200;

}

