#contenedor {
	width: 500px;
	background-color: #E8DFD6;
	padding: 5px;
	position: absolute;
    left: 50%;
    top: 50%; 
	height: 600px;
    margin-top: -300px;   
    width: 500px;
    margin-left: -250px;    
}
#cabecera {
	height: 375px;
	width: 500px;
}
#asterisco{
	text-align: center;
	background-color: #FFFFFF;

}

#contenido {
	background-color: #FFFFFF;
	padding-top: 10px;
}
#texto {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C765E;
	text-align: center;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}
#pie {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #785E3B;
	text-align: center;
	height: 20px;
}
#imagen2 {
	text-align: right;
}
#imagen {
	float: left;
}
#imagen3 {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}


body {
	margin: 0px;
	background-color: #F9F5F2;
}
#pie a:link, #pie a:visited {
	color: #785E3B;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#pie a:hover, #pie a:active {
	text-decoration: underline;
}
