/* AM Manzaneque */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
}

#lienzo {
	z-index:01;
	position:absolute;
	left: 50%;
	margin-left:-400px;
	margin-top:10px;
	width:800px;
	height:100%;
	background-color: #FFF;
	top: -1px;
}

#lienzo_emerg {
	z-index:02;
	position:absolute;
	left: 50%;
	margin-left:-275px;
	margin-top:10px;
	width:550px;
	height:600px;
	background-color: #FFF;
}

#cabecera {
	z-index:10;
	position:absolute;
	top: 0px;
	left: 0px;
	width:800px;
	height:60px;
	visibility: visible;
	padding: 0px;
	background-image: url(../images/ppral1.gif);
} 
#menu {
	z-index:20;
	position:absolute;
	top: 63px;
	left: 0px;
	width:800px;
	height:27px;
	visibility: visible;
	padding: 0px;
	background-color: #FFF;
} 
#body_txt {
	z-index:30;
	position:absolute;
	top: 120px;
	left: 0px;
	width:590px;
	height:100%;
	background-color: #FFF;
	overflow: visible;
	color: #036;
}
#body_dcha {
	z-index:40;
	position:absolute;
	top: 130px;
	left: 595px;
	width:205px;
	height:100%;
	background-color: #FFF;
}

#pie {
	z-index:50;
	position:absolute;
	width:800px;
	height:14px;
	margin-top:-12px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #903;
	text-decoration: none;
	text-align: center;
} 
#pie_emerg {
	z-index:51;
	position:absolute;
	width:550px;
	height:25px;
	top: 95%;
} 
