@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;
	background:#86a550 url("img/fondo.gif") top center;
}

#todo{
	position:relative;
	margin:15px auto;
	width:900px;
	border:#222F09 3px solid;
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
}

#superior{
	width:880px;
	height:80px;
	padding: 10px;
	background:#495F1D url("img/superior.gif") no-repeat center top;
}
h1{
	margin: 12px 30px;
}
#idiomas{
	float:right;
	margin: 2px 10px;
}
#idiomas a{
	display:block;
	width: 85px;
	padding: 0 5px;
	font-size: 9px;
	font-weight:normal;
	color:#7C8B63;
}
#idiomas a:hover{
	background-color:#000;
	text-decoration:none;
	color:#C7D8A9;
}

#idiomas img{
	position:relative;
	top:1px;
	border:#576C30 1px solid;
}

#barra{
	padding: 5px;
	background-color:#000;
	color:#7C8B63;
	font-size: 11px;
	text-align:center;
}

#central{
	position:relative;
	width: 680px;
	height:560px;
	padding: 10px 20px 10px 200px;
	background:#fff url("img/central.jpg") no-repeat top center;
}

#menu{
	position:absolute;
	left:0;
	top:0;
	width: 180px;
}

#menu a{
	display:block;
	padding: 15px 8px;
	width:164px;
	border-bottom:#677746 1px solid;
	color:#7F3C00;
	text-align:left;
}
#menu a:hover{
	background-color:#B78B5B;
	color:#fff;
	text-decoration:none;
	padding: 15px 8px 15px 20px;
	width:152px;
}

h2{
	color:#000;
	font-size: 20px;
	padding: 20px 10px;
	font-weight:normal;
}

h3{
	color:#222F09;
	font-size: 16px;
	padding: 10px;
	font-weight:bold;
}

#central p{
	line-height: 130%;
	padding: 5px 10px 10px 10px;
	color:#271401;
	font-weight:bold;
}
#central strong{
	font-size: 13px;
}
#central a{
	color:#7F3C00;
	font-weight:bold;
}
#central li{
	list-style-type:square;
	padding: 3px;
	margin: 0 40px;
}
#inferior{
	width:880px;
	height:16px;
	padding: 10px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	clear:both;
	background:#495F1D url("img/inferior.gif") repeat-x bottom;
	border-top:#000 1px solid;
}

#inferior a{
	color:#7C8B63;
}
#inferior a:hover{
	color:#C7D8A9;
}
