@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#FF6C1F;}
a:hover{color:#FF2200;}
a img {border-width:0;}


body{
	background-image:url("img/fondo.gif");
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFD86F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#330000;
}

#todo{
	position:relative;
	margin: 20px auto;
	width:950px;
}

#superior{
	height:125px;
	background-image:url("img/superior.gif");
	background-repeat:no-repeat;
}


#menu{
	position:absolute;
	left:300px;
	top:61px;
}

#menu a{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin: 0 10px;
	color:#FDDF67;
}

#menu a:hover{
	color:#ffffff;
}

#central{
	width:864px;
	height:450px;
	background-color:#ffffff;
	border-color:#291604;
	border-width: 0 2px;
	border-style:solid;
	margin: 0 auto;
	padding: 0 15px 30px 15px;
}


#inferior{
	width:960px;
	height:55px;
	padding-top:5px;
	background-image:url("img/inferior.gif");
	background-repeat:no-repeat;
	text-align:center;
	color:#660022;
}


