

body {
    background-color : #000000;
  }


.img_principal {
    position : absolute;
    left : 100px;
    top : 100px;
  }


.cabecera_principal {
    position : absolute;
    left : 250px;
    top : 20px;
  }


.logo_principal {
    position : absolute;
    left : 500px;
    top : 130px;
  }


.descripcion {
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 1em;
    left : 400px;
    position : absolute;
    text-align : center;
    top : 200px;
/*    color : #17e6f2; */
}


.descripcion_eus {
    color : #ffbc00;
  }


.descripcion_cas {
    /*color : #17e6f2;*/
    color : #ffbc00;
  }


.actividades {
    font-family : Verdana, Arial, 'sans-serif';
    font-size : .75em;
    left : 30px;
    position : absolute;
    text-align : center;
    top : 250px;
  }


.actividades_eus {
    color : #ffbc00;
  }


.actividades_cas {
    /*color : #17e6f2;*/
    color : #ffbc00;
  }

.contacto_formulario {
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 1em;
    color : #ffffff;
    left : 400px;
    position : absolute;
    text-align : center;
    text-decoration : none;
    top : 200px;
    padding : 5px;
  }

.contacto_enlace {
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 1em;
    color : #ffffff;
    left : 75px;
    position : absolute;
    text-align : center;
    text-decoration : none;
    top : 52px;
  }

.contacto_icono {
    left : 50px;
    position : absolute;
    top : 20px;
  }

.volver_icono {
    left : 50px;
    position : absolute;
    top : 20px;
  }

.opcion_idioma {
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 1em;
    color : #ffffff;
    text-align : center;
    text-decoration : none;
    padding : 5px;
  }

.opcion_idioma_eus {
    color : #ffffff;
    left : 200px;
    position : absolute;
    top : 50px;
  }

.opcion_idioma_cas {
    color : #ffffff;
    left : 200px;
    position : absolute;
    top : 100px;
  }

a {
    text-decoration : none;
  }

a:link { color : #ffffff }
a:visited { color : #999999 }
a:hover { color : #cccccc }

a:link.contacto { color : #ffffff }
a:visited.contacto { color : #999999 }
a:hover.contacto { color : #cccccc }

input {
  font-family: Verdana, Arial 'sans-serif';
  font-size: 1em;
  color: #000000;
  background-color: #0059A6;
  border: #ffffff;
  border-style: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  font-weight: bold;
  padding : 2px;
  }

select {
  font-family: Verdana, Arial 'sans-serif';
  font-size: 1em;
  color: #ffffff;
  background-color: #00B8EA;
  border: #ffffff;
  border-style: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  font-weight: bold;
  padding : 2px;
  }

.boton {
  background-color: #0059A6;
  color: #ffbc00;
  font-family: Verdana, Arial 'sans-serif';
  font-size: 1em;
  font-weight: bold;
  }

