body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%; /* NOTA: 70% equivale a un tamaño de fuente de 11px. Entenderíamos que esto sería 1em. */
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}
h1 {
	display:none;
}
#contenido {
	background:url(../img/bg-contenido.png) no-repeat center top;
	height:50em;
	margin:0 auto;
	width:65.5em;
}
#oteiza {
	float:left;
	width:33em;
}
#fundacion {
	float:left;
	width:15em;
}
h2 {
	font-size:1em;
	margin:0;
}
h2 span {
	display:none;
}
#oteiza h2 a,
#fundacion h2 a {
	display:block;
	height:32em;
	margin-top:4em;
}
#oteiza h2 a {
	background:url(../img/bg-oteiza-h2-a.jpg) no-repeat bottom;
	width:32em;
}
#fundacion h2 a {
	background:url(../img/bg-fundacion-h2-a.jpg) no-repeat bottom;
	width:15em;
}
#oteiza h2 a:hover {
	background:url(../img/bg-oteiza-h2-hover.jpg) no-repeat bottom;
}
#fundacion h2 a:hover {
	background:url(../img/bg-fundacion-h2-hover.jpg) no-repeat bottom;
}
#fundacion p {
	margin-left:1em;
	padding-bottom:.3em;
}
#oteiza p a,
#fundacion p a {
	color:#666;
	padding:.2em .3em .3em .3em;
	text-decoration:none;
}
#oteiza p a:hover,
#fundacion p a:hover {
	background:#000;
	color:#FFF;
}

