body {
  font-family: verdana,helvetica,sans-serif;
  font-size: 0.95em;
}    

#cabecera {
  font-size: 200%;
  text-align: center;
}

#barra {
  height: 5px;
  overflow: hidden;
  background-color: #c00;
  color: #c00;
  margin-top: 20px;
  margin-bottom: 10px;
}    

#barra .cambio {
  background-color: #000;
  color: #000;
  border-right: 2px solid white;
  border-left: 2px solid white;
}

.izarza {
  color: #c00;
}

#zona_izda {
  float: left;
  font-size: 90%;
  font-weight: bold;
  width: 200px;
}

#zona_izda a {
  display: block;
  color: blue;
  text-decoration: none;
}

#zona_izda a:hover {
  background-color: #cde;
}

#zona_izda img {
  margin: 1em 0;
}

#principal {
  //width: 600px;
  margin-left: 200px;
}

#principal div {
  padding: .5em;
  text-align: justify;
}

#principal .titulo {
  padding: 0;
  margin: 1em 0;
  border-bottom: 2px solid #a00;
  border-top: 1px solid #a00;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}


div.resaltado {
  padding: .5em;
  text-align: center;
  font-weight: bold;
}

#principal img {
  display:block;
  margin: 2em auto;
}

table tr.titulo td {
  border-top: 1px solid #c00;
  border-bottom: 1px solid #c00;
  text-align: center;
  font-weight: bold;

}

table tr.cabecera_tabla td {
  font-weight: bold;
  font-size: 90%;
  text-align: center;
}

#principal .enlace_gordo a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  text-align: center;
}
#principal .enlace_gordo a:hover div {
  border-color: #c00;
}

#principal .enlace_gordo a div{
  text-align: center;
  margin: auto;
  width: 160px;
  background-color: #c99;
  border: 2px solid #caa;
}

#principal div.menu div{
  text-align: center;
}

#mensaje {
  position: absolute;
  top: 200px;
  left:25%;
  width: 50%;
  background-color: #dec;
  padding: 1em;
  padding-top: 2em;
  //padding-left: 150px;
  border: 4px solid #786;
  display:none;
}

#mensaje_cerrar {
  position: absolute;
  top: 0;
  right: 6px;

}
#mensaje .titulo {  
  font-size: 120%;
  color: #342;
  background-color: #bca;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
}

#mensaje div {
  margin-bottom: 1em;
}

#mensaje img {
  position: absolute;
  margin-left: -125px;
  //float: left;
  margin-right: 1em;
}
