/*--------------------- 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:url(../img/all/bg-body.png) repeat-x #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:3.1em;
	font-style:italic;
	font-weight:normal;
	margin:.7em 0 .5em 0;
}
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.45em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-.05em;
	margin:1em 0;
}
/*------ Formularios ------*/
form {
	background:url(../img/all/bg-actividades-listado-li.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding-top:2.5em;
	width:62em;
}
form .nota {
	background:#FFFFE1;
	margin-right:3em;
	padding:.9em 1.2em;
}
form .obligatorio {
	margin-right:3em;
	text-align:right;
}
form span {
	color:#CC0003;
}
form li {
	float:left;
	margin:0 0 2em 0;
	min-height:5em;
}
form label {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:1em;
}
form li input {
	border:1px solid #999;
	font-size:1.3em;
	margin-right:1.5em;
	padding:.3em;
	width:21.3em;
}
form li input:focus {
	border:1px solid #000;
}
select {
	border:1px solid #999;
	font-size:1.3em;
	margin-right:1.5em;
	padding:.1em;
	width:22.1em;
}
textarea {
	border:1px solid #999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	height:5em;
	padding:.3em;
	width:48.4em;
}
textarea:focus {
	border:1px solid #000;
}
form .boton {
	text-align:right;
	margin-right:2.9em;
}
form .boton input {
	background:#000;
	border:none;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	padding:.5em .7em;
	text-transform:uppercase;	
}
form .boton input:hover {
	background:#666;
	cursor:pointer;
}
form .error label {
	color:#CB0100;
}
form .error input,
form .error select,
form .error textarea {
	border:2px solid #CB0100;
	padding:.2em;
}
form .error input:focus,
form .error select:focus,
form .error textarea:focus {
	border:2px solid #CB0100;
	padding:.2em;
}
#feedback #ok {
	background:url(../img/all/bg-feedback-ok.png) no-repeat;
	color:#236F03;
	font-size:1.4em;
	font-style:italic;
	padding:1.1em 1em 1.1em 3em;
}
#feedback #error {
	background:url(../img/all/bg-feedback-error.png) no-repeat;
	color:#CB0100;
	font-size:1.4em;
	font-style:italic;	
	padding:1.1em 1em 1.1em 3em;
}

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

/*------ Cabecera ------*/
#cabecera {
	background:url(../img/all/bg-cabecera.jpg) no-repeat;
	height:20.7em;
}
/* Web Antonio Oteiza */
#cabecera .webOteiza-es,
#cabecera .webOteiza-eu {
	position:absolute;
	right:.5em;
	top:0;
}
#cabecera .webOteiza-es a,
#cabecera .webOteiza-eu a {
	display:block;
	height:5.6em;
	width:10.4em;
}
#cabecera .webOteiza-es a span,
#cabecera .webOteiza-eu a span {
	display:none;
}
#cabecera .webOteiza-es a {
	background:url(../img/es/bg-cabecera-weboteiza.png) no-repeat;
}
#cabecera .webOteiza-es a:hover {
	background:url(../img/es/bg-cabecera-weboteiza-hover.png) no-repeat;
}
#cabecera .webOteiza-eu a {
	background:url(../img/eu/bg-cabecera-weboteiza.png) no-repeat;
}
#cabecera .webOteiza-eu a:hover {
	background:url(../img/eu/bg-cabecera-weboteiza-hover.png) no-repeat;
}
/* Idiomas */
#cabecera #idioma {
	color:#333;
	float:right;
	font-size:.9em;
	margin:11.5em 1em 0 0;
}
#cabecera #idioma strong {
	color:#999;
	font-weight:normal;
}
#cabecera #idioma a:hover {
	color:#666;
}
/* Menu */
#cabecera #menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	padding:11.8em 0 0 13.5em; 
}
#cabecera #menu li {
	float:left;
	margin-right:2em;
}
#cabecera #menu li a {
	color:#FFF;
	font-weight:normal;
}
#cabecera #menu li a:hover {
	color:#666;
}
#cabecera #menu li strong {
	background:#C9C9C9;
	color:#000;
	display:block;
	padding:.1em .4em .15em .4em;
}

/*------ Contenido ------*/
#contenido {
	background:url(../img/all/bg-contenido.jpg) no-repeat;
	height:44.5em;
	padding:1.3em 0 0 20em;
}
#col1 {
	float:left;
	margin-right:4em;
	width:49%;
}
#col2 {
	float:left;
	width:44%;
}

/* Submenu */
#subMenu {
	background:url(../img/all/bg-submenu.png) no-repeat;
	margin-bottom:3em;
	padding:.7em 1.7em;
	width:100%;
}
#subMenu li {
	display:inline;
}
#subMenu span {
	padding:0 .8em;
}
#subMenu strong {
	font-weight:bold;
}
#subMenu a {
	color:#000;
	font-weight:normal;
}
#subMenu a:hover {
	color:#666;
}


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

/*------ Pie ------*/
#pie {
	clear:both;
	color:#999;
	font-size:.8em;
	margin:6em 0 0 1.75em;
	text-align:center;
}
#pie a {
	color:#666;
}
#pie a:hover {
	color:#999;
}
/*--------------------- 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;
	margin-right:1.5em;
	text-align:right;
}
.volver a {
	color:#000;
}
.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;
}
.paginacion a:hover {
	color:#666;
}
/* Descarga */
.descarga {
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	padding:.5em .3em;
	margin:2.5em 0;
}
.descarga a {
	background:url(../img/all/bg-descarga.png) no-repeat .4em center;
	color:#FFF;
	font-weight:normal;
	padding-left:1.7em;
}
.descarga a:hover {
	background-image:url(../img/all/bg-descarga-hover.png);
	color:#999;
}

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