/* Esta es la plantilla General de estilos, aquí aparecerán los estilos comunes a todas las páginas */

/* Estilos varios de personalización general */

body { height: 100%; margin: 0; background: white; font-family: Arial, Helvetica, sans-serif; color: black; line-height: 1.2em; }
.salto { clear: both; overflow: hidden; height: 0; }
.salto-linea { clear: both; }
img { border: 0; }

/* Banda de selección de idioma, aparece en todas las páginas menos en la index */
#idiomas { font-size: 0.8em; width: 770px; margin: 0 auto; margin-bottom: 5px; margin-top: 50px; text-align: right; }
#idiomas .castellano { color: #9FB417; font-weight: bold; }
#idiomas .castellano a { color: #9FB417; font-weight: normal; }
#idiomas .castellano a:hover { color: gray; }
#idiomas .barra { color: #006699; }
#idiomas .euskara { color: #006699; font-weight: bold;}
#idiomas .euskara a { color: #006699; font-weight: normal; }
#idiomas .euskara a:hover { color: gray; }

/* Contenedor que contiene cada una de las páginas */
#contenedor { border: black solid 1px; width: 770px; margin: 0 auto; text-align: center; }

/* Cabezal de todas las páginas internas */
#cabezal { background: url(../images/cabezal.gif) no-repeat 0 19px; height: 110px; }
#cabezal h1 { display: none;  }

/* Menú lateral del sitio */
#menu { height: 380px; width: 177px; background: #BAD2DC; margin: 0; float: left; }
#menu ul { margin: 0; padding: 0; margin-top: 4px; }
#menu li { margin: 0; padding: 0; list-style: none; margin-top: -4px; }

/* Contenedor de información */
#info { height: 380px; width: 593px; float: right; text-align: left; }

/* Bloque de descripción de textos */
.descripcion { font-size: 0.8em; color: black; }
.ampliar { width: 100%; border-top: 1px #EBF2F8 solid; border-bottom: 1px #EBF2F8 solid; height: 22px; margin-top: 5px; }
.ampliar img { margin-top: 4px; }
.subtitulo { margin-top: 5px; }
.subtitulo ul { margin: 0; padding: 0; }
.subtitulo li { display: inline; list-style: none; }

/* Base del contenido con logo */
#base { height: 92px; background: url(../images/imagen-pie.gif) no-repeat; clear: both; }
#base address { font-size: 0.6em; width: 290px; float: right; text-align: left; line-height: 1.5em; font-style: normal; margin-top: 45px; }
#base address .linea-1 { color: #00252A; }
#base address .linea-2 { color: #006699; }
#base address .linea-3 { color: #9FB417; }
#base address .linea-3 a { color: #9FB417; }
#base address .linea-3 a:hover { color: #006699; }

/* Pie de página con barra de navegación */
#pie { font-size: 0.8em; width: 770px; margin: 0 auto; margin-top: 5px; text-align: center; }
#pie ul { color: #006699; font-weight: bold; margin: 0; padding: 0; }
#pie li { list-style: none; display: inline; margin: 0; }
#pie li a { color: black; text-decoration: none; font-weight: normal; }
#pie li a:hover { text-decoration: underline; }

/* Bloque con logos de validación del sitio */
#validacion { width: 770px; margin: 0 auto; margin-top: 5px; text-align: center; }
#validacion img { margin: 15px 5px; }