/* 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
}
/* CSS Document */
/* CSS Document */

* {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
} 
body {
width:  100%;
margin-right: auto;
margin-left: auto;
color:rgb(0,0,0);
background-color:rgb(255, 255, 255);
background-image: url('../imagenes/degradados.gif');
}
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 : 780px;
  margin-top:0;
  color : #333;
  border-style:solid;
  border-width:1px;
  border-color: #000000;
background-image: url('../comun/blanco.gif');
}
.cabecera {
width: 962px;
height: 102px;
margin-top:0;
color : #3030f0;
font-size:1.2em;
}

.navegacion {
  float: left;
  width: 960px;
  height : 18px;
  font-weight: bold;
  text-align:left;
  text-decoration:none;
  color: #000000;
}
.cuerpo {
  float: left;
  width: 960px;
  height : 610px;
  font-weight: bold;
  text-align:left;
  text-decoration:none;
  overflow: scroll;
  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: 960px;
  height: 4px;
  background-image: url('../comun/negro.gif');
}
.titulo {
  float: left;
  width: 962px;
  height: 20px;
  text-align:center;
  font-size:1.26em;
}

.exposicion {
  float: left;
  width: 962px;
  height : 570px;
  margin-top:0;
  font-weight: bold;
  text-align:left;
  text-decoration:none;
  overflow: scroll;
  color: #000000;
}

.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;
  height : 600px;
  margin-right: 0px;
  font-weight: bold;
  text-align:left;
  overflow: scroll;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; }
