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

html
{
height: 100%;
}

body  {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#c3d021;
	line-height:18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}	
	
p {
	margin-left:10px;
	margin-top:0;
	margin-bottom:10px;
	text-align:justify;
}

a {
	color:#9d7e37;
	text-decoration:underline;
}
	
#wrap {	
	background-color:#FFFFFF;
	width:100%;
	overflow: hidden;
	height: 1%;	
	margin:0 auto;
	/* for IE */
    zoom:1;
	
}

#cabecera {
	width:100%;
	height:100px;
	float:left;
}

#menu {
	width:100%;
	height:39px;
	background-color:#c3d021;
	float:left;
}

/* Esto es de La Aldea para preprar */
#menu ul {
	/*text-transform:uppercase;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding-left:8px;
	padding-top:4px;
	text-align:left;
}

#menu ul li {
	display:block;
	float:left;
	margin-right:5px;
}

#iconos {
	width:100%;
	height:300px;
	float:left;
}

#icono {
	width:318px;
	height:188px;
	float:left;
}



#flash {
	width:100%;
	height:350px;
	float:left;
}

#linea-flash {
	width:100%;
	height:6px;
	float:left;
	background-color:#c3d021;
}


	

#flash2 {
	width:100%;
	height:150px;
	float:left;
	overflow:hidden;
}

#newsletter {
	width:100%;
	height:115px;
	float:left;
	background-image:url(../imagenes/fondo_newsletter.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	position:relative;
}

#newsletter-contenido {
	width:960px;
	height:115px;
	position: relative;
	left: 50%;
	top: 1%;
	margin-left: -480px;
	margin-bottom:10px;
}

#newsletter1 {
	width:960px;
	height:115px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
}

#enviar {
	margin-top:4px;
}

.newsletter_texto {
	margin-top:36px;
}

.newsletter-form {}



#pie {
	width:100%;
	background-color:#c3d021;
	float:left;
	clear:both;
}

#contenido {
	position: relative;
	left: 50%;
	top: 50%;
	width: 960px;
	margin-left: -480px;
	margin-bottom:10px;

}

#rastro {
	float:left;
	position: relative;
	left: 50%;
	top: 50%;
	width: 960px;
	margin-left: -480px;
	background-image:url(../imagenes/linea_rastro.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#buscar {
	width:198px;
	float:left;	
	margin-bottom:20px;
}

#ver-mas {
	margin-left:10px;
}

/* SUBMENU */


#submenu ul {
	width:198px;
	float:left;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin-left:-40px;
	
}

#submenu ul li {
	display:block;
	background-image:url(../imagenes/linea_submenu.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:198px;
	height:26px;
}

#submenu ul a:link {
	color:#666;
	text-decoration:none;
}

#submenu ul a:visited {
	color:#666;
	text-decoration:none;
}

#submenu ul a:hover {
	color:#ffffff;
	text-decoration:none;
	background-image:url(../imagenes/submenu-fondo.gif);
}

/* CONTENIDOS */

#contenido-interior {
	width:504px;
	float:left;
}

#contenido-interior-galeria {
	float:left;
	width:740px;
	margin-bottom:20px;
}

.thumbs{
	width:130px;
	height:130px;
	border:solid;
	border-width:4px;
	border-color:#DDDDDD;
	margin-top:8px;
	margin-left:8px;
	float:left;
}

.thumbs:hover {
	border-color:#97a20a;
}

#imagenes-interior {
	width:258px;
	float:left;
	margin-top:40px;
	margin-bottom:30px;
}

.titular {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#97a20a;
	font-weight:bold;
	padding-top:10px;
}

.destacado {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#97a20a;
	font-weight:bold;
	padding-top:10px;
}

.rastro-text {
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-left:198px;
	padding-top:10px;
}

.rastro-text a:hover {
	color:#97a20a;
}

.rastro-text a:link {
	color:#666;
}

.rastro-text a:visited {
	color:#666;
}

.rastro-text2 {
	font-size:13px;
	font-weight:bold;
	color:#97a20a;
}

.fecha {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-bottom:0px;
}

.leer-mas {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#B38708;
	margin-bottom:10px;
}

.p-puntos {
	height:4px;
	background:url(../imagenes/div1.gif) 0 100% repeat-x;
	margin-bottom:4px;
	margin-top:10px;
	
}

.enlaces {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}

.enlaces a:hover {
	color:#97a20a;
}

.enlaces a:link {
	color:#333;
}

.enlaces a:visited {
	color:#333;
}