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


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#BF7900;}
a:hover{color:#F79C00;}
a img {border-width:0;}


body{
	background-color:#501500;
	background-image:url("img/fondo.gif");
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5F4C00;
	font-weight:bold;
}

#todo{
	position:relative;
	margin:15px auto;
	width:910px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	padding:10px;
	border:#010000 2px solid;
}

#todo2{
	position:relative;
	margin:15px auto;
	width:950px;
	border:#000000 1px solid;
	background-color:#FFFFFF;
	padding:10px;
	border:#010000 2px solid;
}

#superior{
	width:910px;
	height:120px;
	display:block;
	background-color:#220000;
	
}
#superiorflash{
	position:relative;
	left:30px;
	width:910px;
	height:120px;
	display:block;
	
}


#menu{
	width:910px;
	padding: 10px 0 20px 0;
	background-color:#220000;
/*	border-top:#ffffff 1px solid;*/
	text-align:center;
	background-image:url("img/dorado.gif");
	background-repeat:repeat-y;
	background-position:bottom right;
	background-repeat:no-repeat;

}

#menu a{
	padding: 5px 18px;
	font-weight:bold;
	color:#ffffff;
}

#menu a:hover{
	color:#E8BA28;
	background-color:#501500;
}

#capatexto{
	width:20%;
	height:60px;
	position:relative;
	text-align:center;
}

#capatexto img{
	margin-top:5px;
	}

#modulo{
	position:relative;
	height:60px;
/*	background-image:url(img/dorado.gif);
	background-repeat:repeat-y;
	border-bottom:groove 10px;
	border-top:groove 10px;
	border-left:groove 10px;
	border-right:groove 10px;*/
	background-color:#220000;
}



#central{
	width:910px;
	height:450px;
}

#central p{
	padding:10px 20px;
	color:#002200;
}

#lateral{
	float:right;
	margin-left:10px;
}

h1{
	text-align:center;
	padding: 40px 0 10px 0;
	font-size:17px;
	color:#501500;
}

#inferior{
	width:910px;
	background:#EBC858 url("../img/aenor.gif") no-repeat right;
	padding: 10px 0;
	text-align:center;
	color:#002200;
	font-size:9px;
	font-weight:normal;
}

#inferior a{
	color:#803000;
}

#inferior a:hover{
	color:#bb8000;
}
