/*--------------------- BODY ---------------------*/
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%; /* NOTA: 70% equivale a un tamaņo de fuente de 11px. Entenderiamos que esto seria 1em. */
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
	background:#FFF;
}

/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
ul,ol {list-style:none}

/*------ Semantica ------*/
h1 {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.6em;
	font-weight:normal;
	margin:.2em 0 1em 0;
}
h2 {
	background:#EFEFEF;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	margin:1.5em 0;
	padding:.2em .5em .3em .5em;
}
p {
	line-height:1.5em;
	margin-bottom:1.5em;
}
a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#666;
}

abbr, acronym {
	border-bottom:none;
}
blockquote {
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-style:italic;
	font-weight:bold;
	margin:1em 0;
	letter-spacing:-.05em;
}
/*------ Formularios ------*/
form {
	margin:0;
}
textarea, input, select {}
textarea:focus, input:focus, select:focus {}
textarea:hover, input:hover, select:hover {}

/*--------------------- ESTRUCTURA ---------------------*/
#contenedor {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:84em;
}

/*------ Cabecera ------*/
#cabecera {
	background:url(../img/es/cabecera-01.jpg) no-repeat 0 19em;
	height:38em;
}
/* Firma */
#cabecera .firma {
	margin:3em 0 0 1.5em;
}
/* Fundacion */
#cabecera .fundacion-es a,
#cabecera .fundacion-eu a {
	height:5em;
	position:absolute;
	right:0;
	top:0;
	width:16.5em;
}
#cabecera .fundacion-es a span,
#cabecera .fundacion-eu a span {
	display:none;
}
#cabecera .fundacion-es a {
	background:url(../img/es/bg-cabecera-fundacion.png) no-repeat;
}
#cabecera .fundacion-es a:hover {
	background:url(../img/es/bg-cabecera-fundacion-hover.png) no-repeat;
}
#cabecera .fundacion-eu a {
	background:url(../img/eu/bg-cabecera-fundacion.png) no-repeat;
}
#cabecera .fundacion-eu a:hover {
	background:url(../img/eu/bg-cabecera-fundacion-hover.png) no-repeat;
}
/* Menu */
#cabecera #menu-es,
#cabecera #menu-eu {
	margin:0 0 6.5em 1.7em;
}	
#cabecera #menu-es li,
#cabecera #menu-eu li {
	float:left;
}
#cabecera #menu-es li a,
#cabecera #menu-eu li a,
#cabecera #menu-es li strong,
#cabecera #menu-eu li strong {
	display:block;
	height:3.7em;
}
#cabecera #menu-es li span,
#cabecera #menu-eu li span {
	display:none;
}
	/* Castellano */
	#cabecera #menu-es li.biografia a,
	#cabecera #menu-es li.biografia strong {
		background:url(../img/es/bg-cabecera-menu-antonio.png) no-repeat;
		width:8.3em;
	}
	#cabecera #menu-es li.biografia a:hover {
		background:url(../img/es/bg-cabecera-menu-antonio-hover.png) no-repeat;
	}
	#cabecera #menu-es li.biografia strong {
		background:url(../img/es/bg-cabecera-menu-antonio-strong.png) no-repeat;
	}
	#cabecera #menu-es li.obra a,
	#cabecera #menu-es li.obra strong {
		background:url(../img/es/bg-cabecera-menu-obra.png) no-repeat;
		width:5.2em;
	}
	#cabecera #menu-es li.obra a:hover {
		background:url(../img/es/bg-cabecera-menu-obra-hover.png) no-repeat;
	}
	#cabecera #menu-es li.obra strong {
		background:url(../img/es/bg-cabecera-menu-obra-strong.png) no-repeat;
	}
	#cabecera #menu-es li.supalabra a,
	#cabecera #menu-es li.supalabra strong {
		background:url(../img/es/bg-cabecera-menu-supalabra.png) no-repeat;
		width:7.8em;
	}
	#cabecera #menu-es li.supalabra a:hover {
		background:url(../img/es/bg-cabecera-menu-supalabra-hover.png) no-repeat;
	}
	#cabecera #menu-es li.supalabra strong {
		background:url(../img/es/bg-cabecera-menu-supalabra-strong.png) no-repeat;
	}
	#cabecera #menu-es li.sucompromiso a,
	#cabecera #menu-es li.sucompromiso strong {
		background:url(../img/es/bg-cabecera-menu-sucompromiso.png) no-repeat;
		width:11.6em;
	}
	#cabecera #menu-es li.sucompromiso a:hover {
		background:url(../img/es/bg-cabecera-menu-sucompromiso-hover.png) no-repeat;
	}
	#cabecera #menu-es li.sucompromiso strong {
		background:url(../img/es/bg-cabecera-menu-sucompromiso-strong.png) no-repeat;
	}
	#cabecera #menu-es li.suaventura a,
	#cabecera #menu-es li.suaventura strong {
		background:url(../img/es/bg-cabecera-menu-suaventura.png) no-repeat;
		width:10em;
	}
	#cabecera #menu-es li.suaventura a:hover {
		background:url(../img/es/bg-cabecera-menu-suaventura-hover.png) no-repeat;
	}
	#cabecera #menu-es li.suaventura strong {
		background:url(../img/es/bg-cabecera-menu-suaventura-strong.png) no-repeat;
	}
	
	/* euskera */
	#cabecera #menu-eu li.biografia a,
	#cabecera #menu-eu li.biografia strong {
		background:url(../img/eu/bg-cabecera-menu-antonio.png) no-repeat;
		width:8.3em;
	}
	#cabecera #menu-eu li.biografia a:hover {
		background:url(../img/eu/bg-cabecera-menu-antonio-hover.png) no-repeat;
	}
	#cabecera #menu-eu li.biografia strong {
		background:url(../img/eu/bg-cabecera-menu-antonio-strong.png) no-repeat;
	}
	#cabecera #menu-eu li.obra a,
	#cabecera #menu-eu li.obra strong {
		background:url(../img/eu/bg-cabecera-menu-obra.png) no-repeat;
		width:5.2em;
	}
	#cabecera #menu-eu li.obra a:hover {
		background:url(../img/eu/bg-cabecera-menu-obra-hover.png) no-repeat;
	}
	#cabecera #menu-eu li.obra strong {
		background:url(../img/eu/bg-cabecera-menu-obra-strong.png) no-repeat;
	}
	#cabecera #menu-eu li.supalabra a,
	#cabecera #menu-eu li.supalabra strong {
		background:url(../img/eu/bg-cabecera-menu-supalabra.png) no-repeat;
		width:7.7em;
	}
	#cabecera #menu-eu li.supalabra a:hover {
		background:url(../img/eu/bg-cabecera-menu-supalabra-hover.png) no-repeat;
	}
	#cabecera #menu-eu li.supalabra strong {
		background:url(../img/eu/bg-cabecera-menu-supalabra-strong.png) no-repeat;
	}
	#cabecera #menu-eu li.sucompromiso a,
	#cabecera #menu-eu li.sucompromiso strong {
		background:url(../img/eu/bg-cabecera-menu-sucompromiso.png) no-repeat;
		width:13.3em;
	}
	#cabecera #menu-eu li.sucompromiso a:hover {
		background:url(../img/eu/bg-cabecera-menu-sucompromiso-hover.png) no-repeat;
	}
	#cabecera #menu-eu li.sucompromiso strong {
		background:url(../img/eu/bg-cabecera-menu-sucompromiso-strong.png) no-repeat;
	}
	#cabecera #menu-eu li.suaventura a,
	#cabecera #menu-eu li.suaventura strong {
		background:url(../img/eu/bg-cabecera-menu-suaventura.png) no-repeat;
		width:11em;
	}
	#cabecera #menu-eu li.suaventura a:hover {
		background:url(../img/eu/bg-cabecera-menu-suaventura-hover.png) no-repeat;
	}
	#cabecera #menu-eu li.suaventura strong {
		background:url(../img/eu/bg-cabecera-menu-suaventura-strong.png) no-repeat;
	}

/* Idiomas */
#cabecera #idioma {
	color:#333;
	float:right;
	font-size:.9em;
	margin:2em 1em 0 0;
}
#cabecera #idioma strong {
	color:#999;
	font-weight:normal;
}
#cabecera #idioma a:hover {
	color:#666;
}

/*------ Contenido ------*/
#contenido {
	padding:0 2em 0 3em;
}
#col1 {
	float:left;
	margin-right:4em;
	width:50%;
}
#col2 {
	float:left;
	width:44%;
}

/*------ Ruta ------*/
#ruta {
	color:#999;
	font-size:.8em;
	margin:0;
}
#ruta a {
	color:#999;
	font-weight:normal;
}
#ruta a:hover {
	color:#000;
}

/*------ Pie ------*/
#pie {
	clear:both;
	color:#999;
	font-size:.8em;
	margin:5em 0 0 1.75em;
}
#pie a {
	color:#666;
}
#pie a:hover {
	color:#000;
}
/*--------------------- CLASES GENERALES ---------------------*/
.ayudaAcces { /* Texto oculto para lectores de pantalla */
	position:absolute;
	left:-10000px;
	top:-10000px;
	font-size:.1em;
	line-height:1%;
}
.clear {
	clear:both;
}
/* Volver */
.volver {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
}
.volver a {
	color:#000;
	text-decoration:underline;
}
.volver a:hover {
	color:#666;
}
/* Paginacion */
.paginacion {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
}
.paginacion span {
	margin:0 .3em;
}
.paginacion a {
	color:#000;
	text-decoration:underline;
}
.paginacion a:hover {
	color:#666;
}

/* =videos */
.video{ margin:0 0 20px 0;}

