body {
   background: #000;
   background-position: top left;
   color: #fff;
   font-family: helvetica, verdana, arial,  serif;
   font-size: 0.8em;
   text-align: center;
}


/* Definicion de Identificadores */


#contenedor {
   position: absolute;
   background: #000 url(imagenes/fondo.jpg) repeat-y;
   width: 900px;
   height: auto;
   top: 0;
   left: 50%;
   margin-left: -450px;
   text-align: left;
}

#cabecera {
   background: #000 url(imagenes/cabecera.jpg) no-repeat;
   width: 900px;
   height: 250px;
   float: left;
}

#cabecera h1 {
   display: none;
}

#cuerpo {
   width: 550px;
   height: auto;
   padding: 0px 40px 0px 40px;
   float: left;
}

#lateral {
   width: 230px;
   height: auto;
   padding: 15px;
   float: right;
   text-align: left;
}

#lateral img {
   margin-top: 15px;
}

#pie {
   background: #000 url(imagenes/pie.jpg) no-repeat;
   width: 900px;
   height: 34px;
   clear: both;
   padding-top: 220px;
   text-align: center;
   font-size: 0.8em;
   color: #fff;
}


/* Navegador - Menu */


#menu {
   background: #000 url(imagenes/menu.jpg) no-repeat;
   width: 900px;
   height: 230px;
   float: left;
}

#menu ul, li {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#menu ul {
   margin-top: 155px;
   margin-left: 12px;
}

#menu li {
   float: left;
}

#menu a {
   display: block;
   padding-left: 10px;
   text-decoration: none;
   font-weight: bold;
   font-size: 1.1em;
   color: #fff;
}

#menu a:hover {
   color: #B31D09;
}

#menu h2 {
   display: none;
}


/* --- */


h2 {
   margin: 0;
   padding: 0;
}

h3 {
   background: #000000 url(imagenes/vl.jpg) no-repeat;
   margin-top: 35px;
   padding-top:  105px;
   font-size: 1.4em;
   color: #B31D09;
}

a {
   color: #DCC394;
}

a img {
   border: none;
}

p strong {
   color: #DCC394;
}


/* --- */


.center {
   margin-top: 40px;
   font-weight: bold;
   text-align: center;
}

.libro {
   margin-top: 5px;
   font-weight: bold;
   text-align: center;
}

.name a {
   padding: 20px;
   font-size: 1.5em;
}

.name img {
   padding: 20px;
}

.thumbs{
   background-color: #2E1D07;
   width: 130px;
   height: 130px;
   margin: 5px;
   padding: 10px;
   border: 1px solid;
   float: left;
}

.thumbs a:hover img {
   border: 1px solid #000;
}
