body 		{ background-color: #f5f4f0; }

/* LAYOUT */
#contenido 	{ width: 790px; margin: auto; }

/* HEADER */
#header 		{ height: 159px; background: url(../img/cabecera.jpg) top left no-repeat; }
#header h1		{ display: none; }
#header #menu	{ padding: 129px 0 0 10px; }
#menu li		{ float: left; }
#menu a			{ padding: 14px 20px; font-family: "arial", "helvetica", sans-serif; font-weight: bolder; color: #FFF; font-size: 15px; text-decoration: none; }
#menu a.activo	{ background-color: #f5f4f0; color: #924d3c; }
#menu a:hover	{ background-color: #f5f4f0; color: #924d3c; }

/* CUERPO */
#cuerpo			{ padding: 40px 0; }

/* TEXTO SECCION */
#seccion			{ width: 540px; float: left; }
#seccion h2			{ font-family: "Georgia", serif; font-size: 24px; color: #924d3c; font-weight: bolder; border-bottom: 1px solid #cdd3b7; padding-bottom: 5px; margin-bottom: 20px; }
#seccion p 			{ font-family: "arial", "helvetica", sans-serif; color: #555; font-size: 13px; line-height: 20px; margin-bottom: 20px; text-align: justify; }
#seccion a			{ font-family: "arial", "helvetica", sans-serif; color: #924d3c; font-size: 13px; line-height: 20px; text-decoration: none; padding: 2px 4px; }
#seccion a:hover	{ background-color: #924d3c; color: #f5f4f0; }

#seccion p.negrita	{ font-family: "Georgia", serif; font-weight: bolder; font-size: 13px; }
#seccion span.num	{ font-size: 24px; color: #924d3c; }

ul.lista-1			{ margin: 0 0 40px 20px; padding-left: 20px; list-style-image: url(../img/bullet.gif); }
ul.lista-1 li		{ font-family: "arial", "helvetica", sans-serif; color: #555; font-size: 13px; line-height: 20px; margin-bottom: 5px; }

#fotos 			{ width: 220px; float: right; }
#fotos a		{ display: block; margin-bottom: 20px; }

/* ENLACES */
div.enlaces	a	{ display: block; margin-bottom: 15px; }
div.enlaces		{ margin-bottom: 20px; }

/* FORMULARIO CONTACTO */
#formcontacto fieldset		{ width: 90%; margin: auto; }
#formcontacto li			{ margin-bottom: 20px; }
#formcontacto label		{ width: 125px; float: left; display: block; font-family: "arial", "helvetica", sans-serif; font-size: 13px; font-weight: bolder; color: #924d3c; line-height: 22px; }
#formcontacto input		{ width: 250px; border: 1px solid #924d3c; font-family: "arial", "helvetica", sans-serif; font-size: 13px; color: #555; padding: 2px; }
#formcontacto textarea		{ width: 350px; height: 150px; border: 1px solid #924d3c; font-family: "arial", "helvetica", sans-serif; font-size: 13px; color: #555; padding: 2px; }
#formcontacto input.boton	{ width: 142px; height: 51px; border: 0; margin-left: 125px; }


/* FOOTER */
#footer				{ background-color: #cdd3b7; border-bottom: 5px solid #5e6544; padding: 3px 0; }
#footer p			{ font-family: "arial", "helvetica", sans-serif; font-size: 11px; line-height: 14px; color: #5e6544; border-top: 1px solid #f5f4f0; padding: 10px 15px; }
#footer #enlaces	{ font-family: "arial", "helvetica", sans-serif; font-size: 11px; line-height: 14px; color: #5e6544; padding: 10px 15px; float: right; }
#footer a			{ font-family: "arial", "helvetica", sans-serif; font-size: 11px; line-height: 14px; color: #924d3c; text-decoration: none; }
#footer a:hover		{ text-decoration: underline; }
#footer strong		{ font-weight: bolder; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

* html .clearfix {height:1px;}