/******************** CSS para web Haddock (portada) *********************/

/* Estilo de enlaces por defecto */
a:link {text-decoration: none;
                 color: gray;}
a:visited {text-decoration: none;
                    color: gray;}
a:active {font-weight:normal;}                    
a:hover {font-weight:normal;
                  color: blue;}
              
/* Clases para la página principal */
#caja_cabecera {
   position:absolute;
   top: 0;
   left: 0;
   width: 1000px;
   height: 300px;
   background-color: #ffffff;
   padding: 0px 0px;
   text-align: center;
}
#caja_libros {
   position:absolute;
   top: 300px;
   left: 0;
   width: 230px;
   height: 600px;
   background-color: #ffffff;
   padding: 0px 0px;
}
#caja_libros a {
   color: gray;	
   outline: none;
}
#caja_libros a:hover {
   color: #555555;	
}
#caja_textos {
   position:absolute;
   top: 300px;
   left: 235px;
   width: 520px;
   height: 600px;
   background-color: #ffffff;
   padding: 0px 4px;
   font-family: verdana,helvetica,sans-serif;
   font-size:14px;
   color: black;
   line-height: 1.5em;
   text-align: justify;
   text-indent: 3em;
}  

.pp_tabla {
   border-style:solid;
   border-color:#eeeeee;
   border-width:1px;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0px 0px;
}
.pp_tabla_titulo {
   border-style:solid;
   border-color:#eeeeee;
   border-width:1px;
   margin: 0;
   padding: 2px 2px; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: yellow;
   background-color: #437b3e;
}
.pp_tabla_elemento {
   border-style:solid;
   border-color:#eeeeee;
   border-width:1px;
   margin: 0;
   padding: 2px 2px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
}                     
                  
/* Clases generales */
#texto {
   font-family: verdana,helvetica;
   font-size:14px;
   color: black;
   line-height: 1.5em;
   text-indent: 3em;
}
.copyright {
   padding: 0;
   margin: 0;
   font-family: verdana, helvetica, sans-serif;
   font-size: 10px;
   color: #808080;
   text-align: right;
}
.leyenda {
   font-family: verdana, helvetica, sans-serif;
   font-size: 10px;
   color: black;
   text-align: center;
}   
/***************************************/
