body, html {
	font: 9pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #F3E5B5;
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
#contenedor {
	padding: 0px;
	height: 100%;
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#cabecera {
	padding: 0px;
	height: 194px;
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#contenido {
	margin: 0px;
	padding: 0px;
	width: 814px;
	min-height: 100%;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
}
.fotoentrada{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	position: absolute;
}
.fotoEntrada img {
	height: 450px;
	width: 165px;
}
#pie {
	padding: 0px;
	height: 33px;
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	bottom: 0px;
	background-color: #170570;
}
.logopeu {
	margin: 0px;
	padding: 0px;
	height: 104px;
	width: 166px;
	position: absolute;
	bottom: 0px;
}
#pie span {
	color: #FFFFFF;
	width: auto;
	position: relative;
	left: 170px;
	top: 10px;
}

