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

body{ margin-top:0px;}
#principal{ width:900px; height:auto; margin-left:auto; margin-right:auto;}
#cabezera{ width:900px; height:122px; float:left;}
#menu{ width:900px; height:72px; float:left; }
#banner{ width:898px; height:346px; float:left; margin-top:15px; border:#d4ebd9 solid 1px; border-radius:5px; background-color:#e4f0e6; padding-top:10px;}
#contenido{ width:880px; float:left; height:auto; background-color:#eff7f1; border:#d4ebd9 solid 1px; border-radius:5px; margin: 15px 0px 15px 0px; padding:10px;}
#submenu{ width:200px; height:auto; float:left; margin-right:20px;}
#galeria_fotos{ width:660px; height:auto; float:left;}




/************************ contenido contacto ************************************************/

.casillas_nombre{ width:300px;  background:#fbfafa; border:#e7e8ea solid 1px; padding:6px; background-image:url(imagenes/icono_nombre.png); background-position:right; background-repeat:no-repeat;}
 .casillas_email{ width:300px;  background:#fbfafa; border:#e7e8ea solid 1px; padding:6px;
 background-image:url(imagenes/icono_emal.png); background-position:right; background-repeat:no-repeat;}
 .casillas_telefono{ width:300px;  background:#fbfafa; border:#e7e8ea solid 1px; padding:6px;background-position:right; background-repeat:no-repeat; background-image:url(imagenes/icono_telefono.png);}
 .casillas_comentario{ width:300px;  background:#fbfafa; border:#e7e8ea solid 1px; padding:6px; background-position:right; background-repeat:no-repeat; background-image:url(imagenes/icono_comentario.png); }

/************************ pie ************************************************/

#pie{ width:100%; height:120px; float:left; background:#333;}
#contenido_pie{ width:900px; height:110px; margin-left:auto; margin-right:auto; padding-top:10px;}

/************************ tipografias ************************************************/
.texto_gris_gupo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.texto_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aaaaaa;
	text-decoration: none;
}
.texto_negro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	text-decoration: none;
}


.texto_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #399b4d;
	text-decoration: none;
}
.titulo_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
}
.titulo_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #399b4d;
	text-decoration: none;
}
.texto_gris_fuerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	text-decoration: none;
}
