body{
	font-family:verdana;
	font-size:11px;
	margin: 0px;
	background-color: #000000;
	color: #000000;
	background-image: url(imagen/trama.jpg);
	background-repeat:   repeat-x;
}
h1{
	font-size:14px;
	color:#2f4a15;
	font-weight:bold;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #9F6502;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 6px;
}
/*ENVOLTORIO*/
#envoltorio{
	width:990px;
	height:550px;
	margin:15px auto auto;
	border: 3px solid #9F6502;
	background-color: #FFFFFF;
	background-image: url(imagen/circulo.jpg);
	background-repeat: no-repeat;
	background-position: 50px 150px;
}
	/*CABECERA*/
	#cabecera{
	width:990px;
	height:140px;
	padding-top: 10px;
	float: left;
	background-image: url(imagen/cabecera.jpg);
	background-repeat: no-repeat;
	}
	/*FIN DE CABECERA*/
#idiomas {
	height: 45px;
	width: 745px;
	float: left;
	padding-left: 245px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(imagen/idiomas.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.banderas {
	float: right;
	height: 22px;
}
#contenido {
	height: 355px;
	float: left;
	width: 990px;
	
}	
	/*MENU*/
#menu-vertical {
	width: 200px;
	float: left;
	padding-left: 22px;
	padding-top: 90px;
	border-right: 2px solid #A3A361;
}
.circulo {
	margin-left: 33px;
}
.menu a {
	font-size: 14px;
	font-weight: bold;
	color: #A3A361;
	display: block;
	height: 20px;
	text-decoration: none;
	padding-left: 15px;
	width: 185px;
	padding-top: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #BCBC8A;
	border-right-color: #BCBC8A;
	border-bottom-color: #BCBC8A;
	border-left-color: #BCBC8A;
}
.menu a:hover {
	color: #9C6A0B;
}
.marcado a {
	color: #9C6A0B;
}
	/*CUERPO*/
	#cuerpo{
	width:760px;
	height:350px;
	float:left;
	padding-left:5px;
	text-align: justify;
	padding-bottom: 5px;
	}
#centro {
	float: left;
	width: 515px;
	height: 350px;
}
#texto {
	overflow: auto;
	width: 510px;
	height: 275px;
	margin-right: 2px;
	padding-right: 5px;
}
#galeria {
	width: 510px;
	height: 75px;
}
#detalle {
	height: 350px;
	width: 240px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCBC8A;
	text-align: center;
}

	
	/*PIE*/
	.pie{
	height:auto;
	width:990px;
	margin: auto;
	text-align: center;
	font-size: 9px;
	}
	.pie a{
	font-size: 9px;
	}		
	/*FIN_DE_PIE*/
	/*EXTRAS noticias y premios*/
a {
	text-decoration:none;
	color:#000000;
}
.boton-activo {
	background-color: #E6E6D9;
}
