/* Lagos y Dehesas ® All rights reserved */


/* Enlaces y Body */

a:link {
	color: #af9d83;
	text-decoration: none;
}
a:visited {
	color: #af9d83;
	text-decoration: none;
}
a:hover {
	color: #af9d83;
	text-decoration: underline;
}
a:active {
	color: #af9d83;
	text-decoration: none;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	color:#655d44;
	background-image: url(imgs/bg.jpg);
	background-repeat: no-repeat;
}


/* Flash */

.head {
    height:420px;
	text-align:center;
	position: relative;
	left:50%;
	width:1040px;
	margin-left:-520px;
	margin-top:0px;
}

.pics {
    height:340px;
	text-align:center;
	position: relative;
	left:50%;
	width:966px;
	margin-left:-483px;
	margin-top:0px;
}


/* Texto Inicio */

.contenedor {
	height:120px;
	text-align:left;
	position:relative;
	left:50%;
	width:880px;
	margin-left:-440px;
	margin-top:0px;
}

.contenido-3 {
	height:120px;
	width:280px;
	float:left;
	text-align:left;
	
}

.separador {
	height:120px;
	width:20px;
	float:left;
}

/* Texto interior */

.contenedor-int {
	height:420px;
	text-align:left;
	position:relative;
	left:50%;
	width:880px;
	margin-left:-440px;
	margin-top:0px;
}

.contenido-int {
	height:420px;
	width:480px;
	float:left;
	text-align:left;
	
}

.imagenes {
	height:420px;
	width:380px;
	float:left;
}

.separador-int {
	height:420px;
	width:20px;
	float:left;
}

.contenido-int2 {
	height:185px;
	width:480px;
	float:left;
	text-align:left;
}

.separador-int2 {
	height:420px;
	width:20px;
	float:left;
}

/* Titulos */

.contenedor-titulos {
	height:50px;
	text-align:left;
	position: relative;
	left:50%;
	width:880px;
	margin-left:-440px;
	margin-top:0px;
}

.contenido-titulos {
	height:50px;
	width:280px;
	float:left;
}

.separador-titulos {
	height:50px;
	width:20px;
	float:left;
}

.titulos-int {
	height:50px;
	width:500px;
	float:left;
}

.titulos-resto {
	height:50px;
	width:380px;
	float:left;
}

.subtitulos {
	height:50px;
	width:480px;
	float:left;
}

/* Leer mas */

.contenedor-mas {
	height:15px;
	text-align:left;
	position: relative;
	left:50%;
	width:880px;
	margin-left:-440px;
	margin-top:0px;
}

.contenido-mas {
	height:15px;
	width:280px;
	float:left;
}

.separador-mas {
	height:15px;
	width:20px;
	float:left;
}


/* Footer y Copyright */

.linea {
	background-color:#788137;
	height:1px;
	position:relative;
	left:50%;
	width:890px;
	margin-left:-445px;
	margin-top:0px;
}

.pie {
    clear:both;
	color:#af9d83;
	height:auto;
}


/* Formulario */

.formulario {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#818433;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FAFAF2;
	color:#af9d83;
}
