/* AM Manzaneque */
/* Precarga de imagenes */
.preload {display: none;}
/* Precarga de imagenes */

html, body {
	background-color:#751F1A;
	margin:0;
	padding:0;
}

#lienzo {
	z-index:01;
	position:absolute;
	left: 50%;
	margin-left:-450px;
	width:900px;
	height:896px;
	top: 5px;
}

#logo {
	z-index: 20;
	position: absolute;
	width: 100%;
	height: 71px;
	background-color: #EDEAC6;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
}
#cabecera_izd {
	z-index:30;
	position:absolute;
	top: 73px;
	left: 0px;
	width:158px;
	height:266px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #A7352E;
} 
#cabecera_cent {
	z-index: 40;
	position: absolute;
	top: 73px;
	left: 159px;
	width: 375px;
	height: 264px;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #DFDAB5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/cabecera_cent.gif);
	background-color: #9C0900;
} 
#cabecera_cent  a, #cabecera_cent  a:visited, #cabecera_cent  a:hover, #cabecera_cent  a:active  {
	text-decoration: none;
	color: #FFFFFF;
}
#cabecera_dcha {
	z-index: 50;
	position: absolute;
	top: 73px;
	left: 535px;
	width: 365px;
	height: 266px;
	visibility: visible;
	background-image: url(../images/cabecera_dcha_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #DFDAB5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #751F1A;
} 
#body_izda {
	z-index:60;
	position:absolute;
	width:158px;
	height:466px;
	background-color:#751F1A;
	border:1px none #000000;
	left: 0px;
	top: 341px;
}
#body_txt {
	z-index: 70;
	left: 159px;
	top: 339px;
	position: absolute;
	width: 737px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #6D5D5B;
	padding-top: 5px;
	visibility: visible;
	background-color: #EDEAC6;
	padding-left: 5px;
}
#pie {
	z-index: 80;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	overflow: visible;
	background-color: #751F1A;
	top: 1000px;
}
