BODY { 
    font: 8pt Verdana, Arial, Helvetica, sans-serif; 
    margin: 0 0 0 0px; 
    text-align: center; 
	background-color: #E8E1C7;
} 

#contenedor{
    width: 775px; 
    margin: auto;
	background-color: #E8E1C7;
}

#cabecera {
	padding:0;
	margin:0;
	text-align:left;
	background-color:#E8E1C7;
	height:222px;
}

#cuerpo{ 
	margin:0;
	padding:0;
	background-color:#D2C8A2;
	background-image: url('images/fondoweb.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height:608px;
} 

#cuerpo_en{ 
	margin:0;
	padding:0;
	background-color:#D2C8A2;
	background-image: url('images/fondoweb_en.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height:608px;
} 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#lateral{ 
	margin: 0;
	padding: 0;
    width: 275px;
	/*height:608px;*/
    float:left;
	background-image: url('images/fondo_lateral.jpg');
	background-position: top;
	background-repeat: no-repeat;
} 

#lateral_en{ 
	margin: 0;
	padding: 0;
    width: 275px;
	/*height:608px;*/
    float:left;
	background-image: url('images/fondo_lateralen.jpg');
	background-position: top;
	background-repeat: no-repeat;
} 

#lateralfotos{ 
	margin:65px 0 0 15px;
	padding:0;
	height:460px;
} 

#lateralcontacto{ 
	margin:0 0 18px 32px;
	/*padding:85px 0 0 32px;*/
	/*height:170px;*/
	text-align:left;
	line-height:16px;
} 

#lateralcontacto_en{ 
	margin:0 0 18px 22px;
	/*padding:85px 0 0 32px;*/
	/*height:170px;*/
	text-align:left;
	line-height:16px;
} 

#principal{ 
	/*margin:40px 10px 0 265px;*/
	margin:40px 10px 0 0;
    /*padding: 5px 10px 10px 10px;*/
	padding:0;
    width: 415px;
	text-align:justify;
	font: 9pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}

#principal[id]{
	margin:0 10px 0 310px;
	padding:30px 10px 10px 5px;
}

/* IE7 Only */
*:first-child+html #principal{
	margin:0 10px 0 265px;
	padding:40px 10px 10px 15px;
}

#principal a{ 
    color: #5D4C38; 
    text-decoration: underline; 
} 
#principal a:hover{ 
    color: #5D4C38; 
    text-decoration: none; 
} 

h1 {
	text-indent:-100em;
}

.color {
	color: #E95214;
	font-weight: bold;
}

#pie{ 
	margin:0;
	padding:130px 20px 0 0;
	font: 7.5pt Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#D2C8A2;
	background-image: url('images/fondo_piepagina.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height:170px;
    clear: both; 
	line-height:16px;
	text-align:right;
} 
#pie[id] {
	margin:0;
	padding:130px 20px 0 0;
	height:40px;
}
#pie a{ 
    color: #000000; 
    text-decoration: none; 
} 
#pie a:hover{ 
    color: #000000; 
    text-decoration: underline; 
} 