html {


}


body {
	font-size: 100%;
	background: #FFFFFF;
	margin: 0px;
	width: 100%;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	

}


div.contenedor{
	height:100%;
	margin: 0px auto;
	width:1000px;
}

div.cabecera{
	height:100px;
	width:1000px;
}
div.imgIz{
	float:left;
	height:100px;
	width:200px;
	/*background-image:url(images/girasol.jpg);*/
	background-position:bottom right;
	background-repeat:no-repeat;
}

div.logo{
	float:left;
	height:100px;
	width:215px;
}
div.titulo{
	float:left;
	height:100px;
	width:585px;
	background-image:url(images/titulo.gif);
	background-position:right;
	background-repeat:no-repeat;

}


div.titulo h1{
	font-size:0px;
	text-indent:-4000px;
	
}

div.separador{
	width:1000px;
	clear:both;
	height:auto;
	background-color:#ffffff;
	margin-bottom:9px;
	border:0;
	padding:0;
	overflow:hidden;
}

div.separadorGris{
	width:1000px;
	clear:both;
	height:9px;
	background-color:#b4b4b4;
	margin-bottom:5px;
	border:0;
	padding:0;
	overflow:hidden;
}

div.separadorGrisClaro{
	width:1000px;
	clear:both;
	height:9px;
	background-color:#f7f7f7;
	margin-bottom:5px;
	border:0;
	padding:0;
	overflow:hidden;
}

div.cuerpoCentral{
	width:1000px;
	height:auto;
	margin-bottom:12px;
}




div.centroIz{
	width:450px;
	height:378px;
	background-color:#f7f7f7;
	border:#b4b4b4 solid 1px;
	float:left;
	background-image:url(images/esquema.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

div.centroIz h2{
	margin:0;
	padding:0;
	font-size:35px;
	margin-left:5px;
	margin-top:9px;
	color:#669933;
}

div.centroIz p{
	font-size:18px;
	margin-left:5px;
	margin-top:12px;
	color:#669933;
}

div.centroDcha{
	float:left;
	width:539px;
	height:378px;
	margin-left:9px;

}

div.pregunta1{
	background-color:#f7f7f7;
	border:#b4b4b4 solid 1px;
	float:none;
	height:118px;
	margin-bottom:9px;
	background-image:url(images/pregunta1.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

div.centroDcha h3{
	font-size:28px;
	margin-left:5px;
	margin-top:25px;
}

div.pregunta2{
	background-color:#f7f7f7;
	border:#b4b4b4 solid 1px;
	float:none;
	height:119px;
	margin-bottom:9px;
	background-image:url(images/pregunta2.jpg);
	background-position:right;
	background-repeat:no-repeat;
}



div.pregunta3{
	background-color:#f7f7f7;
	border:#b4b4b4 solid 1px;
	float:none;
	height:119px;
	background-image:url(images/pregunta3.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

div.footer{

	height:350px;
	width:1000px;
	clear:both;
	min-height:280px;
	background-color:#b2b2b2;
	padding-top:20px;
	background-image:url(images/fondo_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

div.menu_footer{
	clear:both;
	width:1000px;
	margin-left:0px;
	margin-right:0px;
	font-size:0.6em;
	min-height:280px;
	height: 350px;
}

div.columna{
	text-align:left;
	float:left;
	width:290px;
	color:#FFFFFF;
	margin-left:30px;
	
}


div.columna a{
	color:#FFFFFF;
	text-decoration:none;
}



div.columna ul{
	list-style:none;
	padding:0;
	margin:0;
	padding-left:10px;
	
}



div.columna a:hover{
	text-decoration:underline;
}




.tituloFooter{
	font-weight:bold;
	font-size:1.2em;
	color:#1C672E;
	text-decoration:none;
}

span.tituloFooter a{
	font-weight:bold;
	color:#1C672E;
	text-decoration:none;
	
}

h3 a{
	color:#669933;
	text-decoration:none;
}

div.cuerpoIntro{
	width:998px;
	background-color:#f7f7f7;
	border:#b4b4b4 solid 1px;
	float:left;
	color:#669933;
	height:auto;
	line-height:20px;
}

div.cuerpoIntro h2{
	margin-left:10px;
	margin-top:15px;
}

div.cuerpoIntro h3{
	margin-left:10px;
}

div.cuerpoIntro h4{
	margin-left:10px;
}

div.cuerpoIntro p{
	margin-left:10px;
	margin-right:10px;
	color:#000000;
	font-size:12px;
}

.parrafoDcha{
	float:right;
	width:500px;
}

.parrafoIzda{
	float:left;
	width:500px;
}

div.cuerpoIntro ol{
	color:#000000;
	font-size:12px;
}

div.cuerpoIntro ul{
	color:#000000;
	font-size:12px;
}

.imagenDerecha{
	float:right;
	background-color:#FFFFFF;
	border:#999999 solid 1px;
	margin-right:25px;
	margin-left:25px;
	padding:2px;
}

.imagenIzquierda{
	float:left;
	background-color:#FFFFFF;
	border:#999999 solid 1px;
	margin-left:25px;
	margin-right:25px;
	padding:2px;
}

.imagenNormal{
	float:none;
	background-color:#FFFFFF;
	border:#999999 solid 1px;
	margin-left:25px;
	margin-right:25px;
	padding:2px;
	vertical-align:middle;
}

.parrafoDerecha{
	 width:575px;
	 float:right;
}

.parrafoIzquierda{
	 width:575px;
	 float:left;
}



div.cuerpoContacto table{
	font-size:12px;
	color:#000000;
}

div.cuerpoContacto{
	width:700px;
	background-color:#f7f7f7;
	border:#b4b4b4 solid 1px;
	float:left;
	color:#669933;
	height:auto;
}

div.cuerpoContacto h2{
	margin-left:10px;
	margin-top:15px;
}

div.cuerpoContacto h3{
	margin-left:10px;
}

div.cuerpoContacto h4{
	margin-left:10px;
}

div.cuerpoContacto p{
	margin-left:10px;
	margin-right:10px;
	color:#000000;
	font-size:12px;
}

div.cuerpoContacto ol{
	color:#000000;
	font-size:12px;
}

div.cuerpoContacto ul{
	color:#000000;
	font-size:12px;
}

.barraLateral{
	float:right;
	width:280px;
	background-color:#f7f7f7;
	border:#b4b4b4 solid 1px;
	float:right;
	color:#669933;
	height:auto;
}

div.barraLateral p{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.tabla{
	font-size:12px;
}

div.cuerpoIntro a{
	color:#006600;
}

div.cuerpoIntro blockquote{
	color:#000000;
	font-size:12px;
}.verde {
	color: #608827;
}

.resaltadoGrande{
	font-size:14px;
	color: #608827;
	font-weight:bold;
}

strong{
	color:#1C672E;
}

div.migas{
	font-size:11px;
	margin-top:15px;
	margin-left:10px;
}
