/* posicionamientos de Ediciones La Llave */
#centrador {
    width: 720px;
    top: 30px;
    left: 50%;
    margin-left: -360px;
    position: absolute;
    background-color: transparent;
    }
#logo {
    margin-top: 45px;
}
#menu {
    height: 14px;
    margin-top: 25px;
}  
#lateral {
    width: 210px;
    margin-top: -140px;
    float: right;
    z-index: 1;
}
.navegacion {
    padding: 20px 10px;
    margin-bottom: 15px;
}
#zocalo {
    width: 720px;
    height: 35px;                                     
    margin-bottom: 15px;
    background-image: url(../graficos/bg_zocalo.gif);
    clear: both;
}            
#espacio {
    clear: both; height: 0;
}
/* Posicionamientos en la HOME */
#novedades {
    width: 495px; 
    height: 216px;
    margin: 15px 0 15px 0; 
    padding: 0 0 8px 0;
}
#novedades div {
    width: 90px;
    height: 165px;
    padding: 3px 4px 0 4px;
    margin-bottom: 8px;
    float: left;
}
#noticias {
    width: 240px;
    height: 272px;
    margin: 16px 15px 0 0;
    background-image: url(../graficos/bg_home_not.gif);
    float: right;
}
.coleccion {
    width: 240px;
    height: 123px;
    margin-top: 15px;
}
/* Posicionamientos en los detalles de Libros, Autores o Noticias */
#libro_portada, #autor_foto {
    width: 170px;
    padding: 20px 8px 20px 20px;
    float: left;
}
#libro_datos, #autor_datos {
    width: 268px;
    padding: 20px 8px 20px 0;
    margin-left: 197px;
}                           
#libro_datos #precio {
    width: 268px;
    height: 25px;
    background-image: url(../graficos/bg_prod_precio.gif); 
    background-repeat: no-repeat;
    margin-bottom: 10px;
} 
.noticia_imagen {
    width: 155px;
    padding: 1px 0 0 1px;
    background-image: url(../graficos/bg_noticias.gif);
    background-repeat: no-repeat;
}

/* Posicionamientos catalogo.php */
.catalogo_promocion {
    width: 443px;
    height: 124px;                         
    margin: 19px 0 19px 19px;
    background-image:url(../graficos/bg_catalogo.jpg);
    background-repeat: no-repeat;
}
.catalogo_par_novedades {
    width: 443px;
    margin: 19px 0 25px 19px;
}
.catalogo_par_novedades .portada {
    width: 80px;
    height: 112px;
    padding: 3px 0 0 3px; 
    vertical-align: top;
    background-image: url(../graficos/bg_libros_p.gif);
    background-repeat: no-repeat;
}      

/* Posicionamientos generales del contenido */
#contenido {
    width: 484px;
    margin: 12px 0 15px 0;
    padding: 1;
}
#contenido .encabezado, #contenido .encabezado2 {
    width: 444px;
    height: 26px;           
    margin: 19px 0 19px 19px;
    padding-left: 20px;        
    background-image: url(../graficos/bg_listado_banda.gif); 
    background-repeat: no-repeat;
}
#contenido .encabezado2 { 
    background-image: url(../graficos/bg_car_titulo.gif);
}
#contenido .subencabezado {
    width: 431px;
    height: 23px;
    margin: -19px 19px 0 19px;
    padding-left: 20px;       
    background-image: url(../graficos/bg_car_columnas.gif);
}
#contenido .cuerpo {   
    width: 412px;
    margin: 0 35px 25px 35px;
}
#contenido .pie {
    width: 444px;
    height: 26px;
    margin: 19px;
    background-image: url(../graficos/bg_listado_banda.gif); 
    background-repeat: no-repeat;
}      
#contenido .pie2 {
    width: 444px;
    height: 26px;
    margin: 19px;
    background-image: url(../graficos/bg_car_subtotal.gif);
    background-repeat: no-repeat;
}
#contenido .listado_elemento {
    width: 412px;
    padding-bottom: 8px;
    margin: 0 35px 11px 35px;
    border-bottom: 1px solid #D9D5A6;
}
/* Posicionamiento en los listados de Libros, Autores o Noicias */
.listado_elemento .autor_foto {
    width: 85px;
    /* padding: 1px 0 0 1px;
    background-image: url(../graficos/bg_autores_p.gif);
    background-repeat: no-repeat; */
} 
.listado_elemento .libro_portada {
    width: 80px;
    height: 112px;
    padding: 3px 0 0 3px;
    background-image: url(../graficos/bg_libros_p.gif);
    background-repeat: no-repeat;
}   
.listado_elemento .noticia_imagen {
    width: 155px;
    padding: 1px 0 0 1px;
    background-image: url(../graficos/bg_noticias.gif);
    background-repeat: no-repeat;
}