/* CSS Document */
ul, li, a
 {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

* {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
} 
body {
width:  962px;
margin-right: auto;
margin-left: auto;
border-style:solid;
border-width: 1px;
color:rgb(0,0,0);
background-color:rgb(255, 255, 255);
background-image: url('../imagenes/degradados.gif');
background-repeat:repeat-x;
}
img {
border: 0
}
td  {
color: rgb(0,0,0);
text-align: left;
vertical-align: top; 
}
a {
color: #3030f0;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #ff3030;
}
p { margin: 8px 0 8px 0; }
#contenedor { 
  margin:0 auto 0 auto; width: 962px;
  height: 100%;
  margin-top:0;
  color : #333;
  border-style:solid;
  border-width:1px;
  border-color: #000000;
  background-color:rgb(255, 255, 255);
  background-image: url('../comun/blanco.gif');
}
#contenedorabierto { 
  margin:0 auto 0 auto; width: 962px;
  margin-top:0;
  color : #333;
  border-color: #000000;
}

.cabecera {
width: 962px;
height: 102px;
margin-top:0;
color : #3030f0;
font-size:1.2em;
}

.cuerpo {
  float: left;
  width: 960px;
  border-style:solid;
  border-width: 1px;
  font-weight: bold;
  text-align:left;
  text-decoration:none;
  color: #000000;
}
.cuerpob {
  float: left;
  width: 960px;
  height : 814px;
  font-weight: bold;
  text-align:left;
  text-decoration:none;
  overflow: scroll;
  color: #000000;
}
.cuerposs {
  float: left;
  width: 960px;
  height : 718px;
  font-weight: bold;
  text-align:left;
  text-decoration:none;
  color: #000000;
}
.navegacion {
  float: left;
  width: 962px;
  height : 18px;
  font-weight: bold;
  text-align:left;
  text-decoration:none;
  background-color:rgb(255, 255, 255);
  color: #000000;
}
.navegacion ul li {
  display: inline;
  width:94px;
  border-left-style: solid;
  border-left: 10px #b0b0f0;
  margin: 2px;
  padding:0px 4px;
}
.espacio {
  float: left;
  width: 962px;
  height: 4px;
  background-image: url('../comun/negro.gif');
}
.titulo {
  float: left;
  width: 962px;
  height: 20px;
  text-align:center;
  background-color:rgb(255, 255, 255);
  font-size:1.26em;
}

.exposicion {
  float: left;
  width: 962px;
  margin-top:0;
  font-weight: normal;
  text-align:left;
  text-decoration:none;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000000;
}
.tituloexpo {
  text-align: center;
  font-size: 120%;
  }
.enlace {
  float: left;
  width: 96px;
  height: 18px;
  text-align: center;
  border:1px;
}
.separador {
width: 8px;
}

a.navegation:hover {
margin-left: 4px;
}
.contenido {
  float: left;
  width: 464px;
background-color:rgb(255, 255, 255);
  margin-right: 0px;
  font-weight: bold;
  text-align:left;
}
.derecha {
  float: right;
  width: 498px;
background-color:rgb(255, 255, 255);
  margin-right: 0px;
  font-weight: bold;
  text-align:left;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; }
