body {
   background: #000 url(imagenes/fondo.jpg) repeat-x;
   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;
   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: 371px;
   float: left;
}

#cabecera h1 {
   display: none;
}

#cuerpo {
   width: 560px;
   min-height: 900px;
   padding: 40px 40px 40px 100px;
   float: left;
}

#pie {
   background: #000 url(imagenes/pie.jpg) no-repeat;
   width: 900px;
   height: 300px;
   clear: both;
}

#pie p {
   padding-top: 20px;
   text-align: center;
   font-size: 1em;
   color: #fff;
}

/* Navegador - Menu */


#menu {
   background: #160307 url(imagenes/fondo-menu.jpg) no-repeat;
   width: 200px;
   height: auto;
   float: left;
}

#menu ul, li {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#menu ul {
   margin-top: 20px;
   margin-left: 15px;
}

#menu a {
   text-decoration: none;
   font-size: 1.3em;
   color: #fff;
}

#menu a:hover {
   color: #707284;
}

#menu h2 {
   display: none;
}

#menu a img {
   padding-top: 50px;
   padding-left: 15px;
}

#menu img{
   margin-bottom: -5px;
}

.linkactivo {
   font-weight: bold;
}


/* --- */


/* Barra de iconos */

#barra-iconos {
   background: #000;
   width: 700px;
   height: 50px;
   float: left;
}

#barra-iconos ul, li {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#barra-iconos ul {
   margin-top: 5px;
   margin-right: 0px;
}

#barra-iconos li {
   float: right;
}

#barra-iconos a {
   display: block;
   padding: 5px;
   text-decoration: none;
}

/* --- */


h2 {
   font-size: 1.3em;
   text-decoration: underline;
   padding-top: 15px;
   padding-bottom: 20px;
   color: #707284;
}

h3 {
   font-size: 1.3em;
   text-decoration: underline;
   padding-bottom: 20px;
   color: #707284;
}

h4 {
   font-size: 1.1em;
   text-decoration: underline;
   padding-top: 20px;
   color: #707284;
}

a {
   color: #fff;
}

a img {
   border: none;
}

a:hover {
   color: #707284;
}

a:focus {
   outline:none;
}

p strong {
   color: #6b6978;
}

li strong {
   color: #6b6978;
}

/* --- */


.notaright {
   padding-top: 60px;
   float: right;
}

.name a {
   padding: 15px;
   font-size: 1.5em;
   float: left;
}

.name img {
   margin-top: 50px;
}

.center {
   margin-top: 40px;
   font-weight: bold;
   text-align: center;
}


/*
.libro {
   margin-top: 5px;
   font-weight: bold;
   text-align: center;
}




.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;
}

*/

