body {
	background-color: #ffffcd; /* = #pagina.background-color */
}

#contenedor_portada {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 540px;	/* = url(../img/portada_fondo-720x550.jpg).height */
	margin-top: -270px; /* = - self.height / 2 */
}

#portada {
	width: 720px;
	height: 100%;
	margin: 0 auto;
	background: url(../img/portada_fondo-720x540.jpg) no-repeat top right;
}

#Karyon {
	position: absolute;
	top: 214px;
	margin-left: 10px;
}

#Karyon p, #campo_sano {
	color: #017e3a; /* = h1.color */
	font-style: italic;
}

.sano {
	color: red;
}

#Karyon p {
	margin-bottom: 14px;
	letter-spacing: -0.12ex;
	font-size: 105%;
}

#Karyon a:hover p {
	text-decoration: underline;
}

#campo_sano {
	position: absolute;
	top: 420px;
	font-size: 130%;
	margin-left: 70px;
}

.sano {
	color: #f3ac00;
}

#menu-portada {
	position: absolute;
	top: 508px;
}

#menu-portada li {
	display: block;
	float: left;
	margin-right: 8px;
}

#menu-portada li a {
	color: #017e3a; /* = h1.color */
	letter-spacing: -0.12ex;
	border-left: 3px solid #e7da7e;
	padding-left: 5px;

	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 5px;
}

#menu-portada li a:hover {
	background-color: #7fbf83; /* = #pie_Karyon.background-color */
}

