/********************************************************************************/
/*                                                                              */
/* Plataforma e-ducativa.  Version 7.02.03-63 - Argentina                       */
/*                                                                              */
/* Copyright (c) 1998-2008 de e-ducativa Educación Virtual S.A.                 */
/*                                                                              */
/********************************************************************************/
/* Estilos de los templates de popups de biblioteca / publicaciones digitales */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:link:visited:active {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: underline;
}
img {
    border:none;
}
.contenedor {
    
}
h1 {
    margin: 0;
    padding: 5px 10px 5px 25px;
    border-bottom: 1px solid #ccc;
    background: #eee;
    font-size: 18px;
    font-weight: bold;
}
h1.obra { background: #eee url('../img/biblio_obra.gif') 5px center no-repeat; }
h2 {
    margin: 0 0 10px 0;
    padding: 3px 0 4px 25px;
    border-bottom: 1px solid #ccc;
    background: #eee;
    line-height: 18px;
    font-size: 15px;
    font-weight: bold;
}
h2.contenido { background: #eee url('../img/biblio_contenido.gif') 5px center no-repeat; }
h2.obra { background: #eee url('../img/biblio_obra.gif') 5px center no-repeat; }
h2.autor { background: #eee url('../img/biblio_autor.gif') 5px center no-repeat; }

div#contenido {
}
div.imagen_ficha {
    width: 135px;
    float: left;
    text-align: center;
}
div.imagen_ficha img{
    width: 105px;
}
ul.parametros {
    list-style-type:none;
    padding-right: 15px;
}
ul.obra, ul.autor {
    padding: 0;
    margin:0;
    width: 470px;
    float: right;
}


ul.parametros li {
    clear:both;
    padding: 2px 0;
}
ul.parametros li span.label{
    clear: both;
    width: 20%;
    display: inline;
    float: left;
    font-weight: bold;
    text-align: right;
}
ul.parametros li span.content{
    width: 78%;
    padding-left: 2%;
    display: inline;
    float: left;
}

ul.parametros ol {
    font-size: 11px;
    padding: 5px 10px 0 20px;
    margin: 0;
}

.descargar img {
    border: none;
}
.descargar {
    clear: both;
    width: 300px;
    margin: 10px auto;
    padding: 20px;
    
    text-align: center;
}

a.boton, a.boton:link:visited:active {
    float: left;
    display:block;
    width: 80px;
    height: 20px;
    
    margin: 10px 5px 0 0;
    
    line-height: 18px;
    
    background: #eee;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    
    text-align:center;
    
}
a.boton:hover {
    float: left;
    display:block;
    width: 80px;
    height: 20px;
    line-height: 18px;
    
    background: #f1f1f1;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    
    text-decoration: none;
}

.frmPaginado, #frmPaginado{
    padding: 2px 0;
    background: #eee;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #666;
    
    text-align: center;
    line-height: 20px;
}

.frmPaginado p, #frmPaginado p {
    margin: 0;
}

.clearer {
    clear:both;
}