/**************** TTT ******************/

@import url(reset.css);
@import url(grid.css);
@import url(layout.css);

/** CABECERA ----------------- */

#logo{
    margin:0px 0 20px 0px;
    width:625px;
    float:left;
}
#logo a{
    display:block;
    width:625px;
    height:116px;
    text-indent:-99999px;
    background:url(../../images/logo.jpg) no-repeat;
}

/* Menu -------------------------*/

#menu{
    font-size:12px;
    font-family:Arial, sans-serif;
    font-weight:bolder;
    float:left;
    width:140px;
}

#menu li{
    margin:0 0 5px 0;
    padding-left:10px;
    background:url(../../images/bullet.png) no-repeat 0 50%;
}

#menu a{
    color:#999;
}

#menu li.actual a,
#menu a:hover{
    color:#1F2D76;
}

/* logos */

#logos{
    float:right;
    width:180px;
}

/* buscador */
#buscar{
    font-size:.8em;
    margin:0 0 10px 0;
    position:relative;
}

#cadena{
    padding:1px 0 1px 0px !important;
    display:block;
    width:120px;
    margin-bottom:5px;
    height:18px;
}

#buscar .submit{
    position:absolute;
    right:0;
    top:0;
    background:#000;
    color:#fff;
    height:20px;
    width:20px;
}
#buscar .submit input{
    border:none;
    background:none;
    color:#fff;
}

/** Generales-------*/

.destacado{
    font-size:1.5em;
    font-family:Georgia, serif;
    /*font-style:italic;*/
    padding:0px 0 20px 120px;
    line-height:1.5em;
    border-bottom:1px solid #999;
    margin:0 0 20px 0;
}
.about{
    font-size:1.2em;
    padding:0;
    border: none;
}
.bloqueTitulo{
    background:#1F2D76;
    padding:5px;
    color:#fff;
    font-size:1.2em;
    margin-bottom:20px;
    font-weight:bold;
    font-family: Georgia, Arial;
}
.fila .fila .bloqueTitulo{
    margin:0 10px 20px 10px;
}
.bloqueTitulo a{
    color:#fff;
}
.bloque{
    overflow:hidden;
}

.itemTitulo{
    font-weight:bold;
    margin-bottom:5px;
    font-family: Georgia, Arial;
}
.itemDatos p{
    margin-bottom:5px;
}

.itemFoto img,
.fotoPrincipal{
    padding:0 0 5px 0;
    background:url(../../images/sombra.png) no-repeat 0 100%;
}

.item{
    overflow:hidden;
}
.scrollable .item,
.listaLibros .item,
.listaAutores .item{
    width:180px;
    float:left;
    margin:0 10px 20px 10px;
}

#books .listaLibros .item{height:555px;}
#authors .listaAutores .item{height:390px;}
#translators .listaAutores .item{height:20px;}

.scrollable .itemFoto img,
.fotoPrincipal,
.listaLibros .itemFoto img,
.listaAutores .itemFoto img{
    display:block;
    margin:0 auto;
}
.listaAutores .itemFoto img{
    margin:0 8px 0 12px;
    padding:2px 0 0 12px;
    background:url(../../images/sombra-autores.png) no-repeat 0 0;
}
.fotoPrincipalAutor{
    margin:0 8px 0 0px;
    padding:2px 0 0 12px;
    background:url(../../images/sombra-autores.png) no-repeat 0 0;
}

.scrollable .itemDatos,
.listaLibros .itemDatos{
    border:1px solid #999;
    padding:10px;
    height:234px;
    overflow:hidden;
}
.listaAutores .scrollable .itemDatos{
    border:none;
}
.scrollable .itemTitulo{
    font-weight:bold;
    margin-bottom:5px;
}
.listaAutores .scrollable .itemTitulo{
    font-weight:bolder;
}
.scrollable .itemSubtitulo{
/*    font-weight:bold;
    font-size:.9em;*/
    margin-bottom:5px;
}

.listaLibros .itemEntradilla,
.listaAutores .itemEntradilla{
    margin-top:10px;
    font-size:.9em;
    line-height:1.4
}

.scrollable{
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
}
.listaLibros .scrollable{
    height:285px;
}
#inicio .listaLibros .scrollable{
    height:555px;
}
#inicio .listaLibros .scrollable .itemAutor{
    margin-top: 15px;
}
#inicio .listaLibros .scrollable .itemAutor .itemFoto{
    height:155px;
}
#inicio .listaLibros .scrollable .itemAutor .itemDatos{
    border:none;
}
#inicio .listaAutores .scrollable{
    height:420px;
}
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
    margin:0 -10px;
}
#books .items,
#authors .items,
#translators .items{
    margin: 0 -10px 0px -10px;
    width: auto;
    display: inline-block;
}
.navegadores{
    display:block;
    text-indent:-99999px;
    height:21px;
    width:18px;
    position:absolute;
    cursor:pointer;
    top:50%;
    margin-top:-18px;
    z-index:10;
}
#inicio .navegadores{
    top:120px;
    margin-top:0;
}
.prevPage{
    left:0;
    background:url(../../images/flechas.png) no-repeat;
}
.nextPage{
    background:url(../../images/flechas.png) no-repeat -18px 0;
    right:0;
}
a.disabled {
    visibility:hidden !important;
}

.listaLibros .itemTitulo {
    font-weight: bold;
    font-family: Georgia, Arial;
}
.listaLibros .itemSubtitulo {
/*    font-weight: bold;*/
    font-family: Georgia, Arial;
}


.listaLibros .itemFoto{
    height:240px;
}
.listaAutores .itemFoto{
    height:155px;
}

.fotoPrincipal,
.fotoPrincipalAutor{ 
    margin-bottom:0px;
}
.fotoPrincipalAutorPie{
    font-size:0.8em;
    margin-left:10px; 
    margin-bottom:18px;
}
.titulo{
    font-size:1.2em;
    color:#1F2D76;
    margin-bottom:20px;
/*    text-transform:uppercase;*/
    font-family: Georgia, Arial;
}
.datosLibro .titulo,
.articuloDetalle .titulo{
/*    font-style:italic;*/
    margin-bottom:10px;
}
.articuloDetalle .itemEntradilla{
    margin-top: 15px;
    font-size:1.2em;
/*    font-style:italic;*/
}

.traductor{
    text-align: right;
    margin-bottom:10px;
    font-size: 0.9em;
}
.traductor a{
    color: #333;
}
.subtitulo{
    color:#1F2D76;
    margin-bottom:5px;
    font-family: Georgia, Arial;
}
.formatos{
    overflow:hidden;
    margin-bottom:10px;
}
.formatos a{
    display:block;
    width:70px;
    padding:0 0 0 10px;
    height:24px;
    line-height:22px;
    color:#fff;
    float:left;
    margin:0 5px 5px 0px;
    display:inline;
    background:url(../../images/botones/boton-formatos.png) no-repeat;
    font-weight:bold;
}
.formatos a.xl{
    background:url(../../images/botones/boton-formatos-xl.png) no-repeat;
    width:180px;
}

.enlace_pdf {
    margin-bottom:10px;
    text-align: right;
    clear:both;
}
.enlace_pdf a{
    display:inline-block;
    text-align:left;
    padding:0 0 0 10px;
    height:24px;
    line-height:22px;
    color:#fff;
    font-weight:bold;
    background:url(../../images/botones/boton-formatos-xl.png) no-repeat;
    width:170px;
}

.formatos a:hover,.enlace_pdf a,
.comentar a:hover{text-decoration:none;}
.comentar{margin:15px 0 10px 0;}
.comentar a{
    display:block;
    width:170px;
    padding:0 0 0 10px;
    height:24px;
    line-height:22px;
    color:#fff;
    background:url(../../images/botones/boton-formatos-xl.png) no-repeat;
    font-weight:bold;
}
.mas{
    clear:both;
    text-align:right;
    margin-top:15px;
    font-size:.9em;
}
.mas a{color:#999;}
.grid7_5 .mas{margin-bottom:15px;}
.item{
    margin-bottom:10px;
}
.end,li.end{padding-bottom:0;border:0;}

.itemEntradilla{
    line-height:1.5;
}
.migas{
    font-size:.8em;
    font-weight:bold;
    color:#999;
    font-family:arial, sans-serif;
    margin-bottom:10px;
}

#inicio h1{
    display:none;
}

#cuerpo .bloque,.bloqueTexto,.banner{
    margin-bottom:20px;
}
.bloqueTexto{
    line-height:1.6;
}
.bloqueTexto img{
    float:right;
    margin:0 20px 0px 20px;
}
.bloqueTexto h2{
    color:#999;
    font-size:1.5em;
    font-weight:lighter;
    margin:14px 0 2px 0;
    clear:both;
}

.bloqueTexto h3{
    font-size:1em;
    font-weight:bold;
}

.bloqueTexto p,
.bloqueTexto ul{
    margin-bottom:10px;
}

.bloqueTexto ol,.bloqueTexto ul{
    margin-left:20px;
}

.bloqueTexto ul li, .bloqueTexto ol li{
    padding-left:8px;
}
.bloqueTexto ul li{
    background:url(../../images/bullet.png) no-repeat 0 .6em;
}

.bloqueTexto .listaFicheros{
    list-style: none outside none;
    text-align: right;
}

.bloqueTexto .listaFicheros li{
    display: inline;
    background: none;
    padding-left:4px;
}

.bloqueTexto strong{
    color:#000;
}

.rss{
    position:absolute;
    right:5px;
    top:3px;
}

.rss a{
    display:block;
    width:24px;
    height:24px;
    background:url(../../images/rss.png) no-repeat;
    text-indent:-99999px;
}

/** libro */
.ficha{
    background:#dedede;
    clear: both;
}
.ficha .inner{padding:0 10px 10px 10px;}
.ficha .bloqueTitulo{
    background:#565656;
}
.fila .fila .ficha .bloqueTitulo{
    margin: 0 0 10px 0;
}
.ficha dl{
    font-size:.9em;
    margin-bottom:10px;
/*    white-space:nowrap;*/
    display:inline;
    line-height:1.7;
}

.ficha dt{
    font-weight:bold;
    margin-right: 3px;
}
.ficha dd, .ficha dt{
    display:inline;
}

.ficha dd{
    padding-right:5px;
}

.ficha a{color:#333; text-decoration: underline;}
/* about */

#about-us .itemFoto{margin-bottom:20px;text-align:center;}
.itemFoto .itemFotoPie{
    margin-top:5px;
    font-size:.8em;
    text-align:left;
}
blockquote{font-style:normal; line-height: 1.4em; font-size: 0.9em; margin-top:25px;}
blockquote em{font-size: 1.2em;}
.cite{text-align:right;}
.buscador{overflow:hidden;margin-bottom:30px;}
.buscador fieldset{
    margin-bottom:15px;
    position:relative;
}

.buscador label{
    margin:0px 0px 12px 0px;
    color:#888;
    width:374px;
    position:relative;
    display:block;
    font-weight:bold;
}


.buscador select,.buscador textarea{
    width:100%;
    background:#fff url(../../images/fondo-input.png) repeat-x scroll 0 bottom;
    border:1px solid #ccc;
}
.buscador #labelComentario, .buscador #labelSpam {clear:both;}

.buscador textarea{
    height:100px;
    width:360px;
}
.grid5 .buscador textarea{
    width:350px;
}
.buscador label input,
.buscador label select {
    width:345px;
    padding:2px;
    background:transparent url(../../images/fondo-input.png) repeat-x scroll 0 bottom;
    border:1px solid #ccc;
    height:21px;
}

.buscador #labelSpam{
    width:374px;
}
.buscador #labelSpam input{
    width:167px;
    margin: 7px 0px 0px 0px;

}
.buscador #labelSpam img{
    vertical-align:middle;
    margin: 5px 10px 0px 0px;
}
.buscador input.error{ border:1px solid #FF0033;}
.msg{
    border-top:1px solid;
    border-bottom:1px solid;
    background:#EFF5EA;
    border-color:#95A486;
    margin-bottom:20px;
    padding:10px 0;
    text-align:center;
}
.msg_error{
    border-top:1px solid;
    border-bottom:1px solid;
    background:#FAEBE7;
    border-color:#F16048;
    margin-bottom:20px;
    padding:10px 0;
    text-align:center;
}
.error{
    position:absolute;
    width:29px;
    height:25px;
    top:17px;
    right:-6px;
    text-indent:-99999px;
    background:url(../../images/error.png) no-repeat;
}
#labelComentario .error{
    right:-16px;
}
#labelSpam .error {
    top:24px;
}
#normas strong{
    margin-bottom:5px;
    font-size:1.1em;
    color:#1F2D76;
}

#normas a{
    margin-bottom:5px;
    color:#1F2D76;
}

#cuerpo .boton{
    background:url(../../images/botones/boton.png) no-repeat 0 50%;
    float:right;
    padding:0 0 0 5px;
    height:29px;
    line-height:29px;
}
#cuerpo .boton input,
.boton a{
    background:url(../../images/botones/boton.png) no-repeat 100% 50%;
    padding:0 5px 0 0;
    border:0;
    display:block;
    height:29px;
    color:#fff;
    cursor:pointer;
    font-weight:bold;
}
.boton a:hover{text-decoration:none;}

#newsletter .boton,
#contact .boton{margin-right:28px;}
.grid3 label{width:220px;}
.grid3 label input{width:214px;}
/**PIE --*/

.ttt{
    float:right;
    text-align:left;
    margin-top:5px;
}
#pie strong{color:#333;}
#pie a{color:#333;}
#pie .ttt a {
    background:url(../../images/ttt.png) no-repeat;
    display:block;
    height:13px;
    text-indent:-99999px;
    width:33px;
}

/* iconos */

.icoPDF{
    background:url(../../images/iconos/ico-pdf.png) no-repeat 0 50%;
}

.listaDescargas .icoPDF{
    padding-left:42px;
}

.listaDescargas li{
    border-bottom:1px solid #bbb;
    padding:20px 0;
}
.listaDescargas li.end{border:0;}
/* Paginacion */

.paginacion{
    margin:30px 0px 10px 0;
    text-align:center;
    font-size:.8em;
    font-family: Arial, sans-serif;
    clear:both;
}

.paginacion a{
    border:1px solid #ccc;
    padding:3px 6px;
    background:url(../../images/fondo-input.png) repeat-x 0 bottom;
}
.paginacion a:hover{
text-decoration:none;
}
.paginacion_numActual{
    padding:3px 6px;
    border:1px solid #ccc;
    background-color: #A8C217;
    color: #fff;
}

.conFoto p{
    margin-left:240px;
}

.bloqueComentarios .item{
    border-bottom:2px solid #bbb;
    padding-bottom:20px;
    margin-bottom:20px;
}

.compartir .at15t_compact{
    background:url(../../images/mas.png) no-repeat;
}
/*star rating */

.bloqueEstrellas{
    position:relative;
}

.bloqueEstrellas span#mensaje{
    position:absolute;
    left:135px;
    top:0px;
    color:#333;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
/*.star-rating a:focus,*/
.star-rating .current-rating{
    background: url(../../images/iconos/ico-star.gif) left -1000px repeat-x;
}
.star-rating{
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating li{
    display: inline;
}
.star-rating a,
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
    background-position: left bottom;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}
/*****************************/
.compartir, .bloqueEstrellas{font-weight:bold;}

/* autor */

.fichaAutor{margin-bottom:20px;}
.grid12 .subtitulo,.grid12 .subtitulo a{color:#A8C217}



/* catalogo */
#formulario_busqueda_avanzada{
    margin:0px 0 20px 0;
}

#formulario_busqueda_avanzada label{
    float:left;
    margin:0px 10px 10px 10px;
    color:#1F2D76;
    width:240px;
}

#formulario_busqueda_avanzada select{
    width:100%;
}


#formulario_busqueda_avanzada label input {
    width:97%;
    padding:2px;
    border:1px solid #ccc;
}

/* comentarios */
.bloqueComentarios .bloqueTexto{
    margin:0;
}
.bloqueComentarios .item{
    padding-bottom:10px;
}

.bloqueComentarios .boton{
    margin-right:188px;
}

.col .at15t_compact {
    background:url("../../images/mas.png") no-repeat scroll 0 0 transparent;
}
#_atssh { display: none;}

.sitemap{
    width: 780px;
    height: 260px;
    background:url("../../images/sitemap.jpg") no-repeat scroll 0 0 transparent;
}

.sitemap_home{
    position: absolute;
    top: 45px;
    left: 15px;
    font-size: 30px;
}

.sitemap_about{
    position: absolute;
    top: 145px;
    left: 465px;
    font-size: 32px;
}

.sitemap_books{
    position: absolute;
    top: 45px;
    left: 255px;
    font-size: 46px;
}

.sitemap_authors{
    position: absolute;
    top: 65px;
    left: 515px;
    font-size: 46px;
}

.sitemap_articles{
    position: absolute;
    top: 125px;
    left: 135px;
    font-size: 42px;
}

.sitemap_translators{
    position: absolute;
    top: 235px;
    left: 45px;
    font-size: 36px;
}

.sitemap_contact{
    position: absolute;
    top: 195px;
    left: 285px;
    font-size: 30px;
}

.sitemap_newsletter{
    position: absolute;
    top: 245px;
    left: 615px;
    font-size: 30px;
}

.selectsFechaNacimiento label select {
    display: inline;
    width: 60px;
}

#terms {
    display: inline;
    width: 15px;
    background: none;
}
span.terms{
    font-weight: normal;
}

#cookies{font-size:10px;position:absolute;top:0;left:0;right:0;z-index:990;padding:10px;background:url("../../images/gris.png");}
#cookies p{padding-right:60px;}
#cookies a {color: blue; text-decoration: underline;}
#bCerrarCookie{position:absolute;top:50%;margin-top:-8px;right:20px;background:url("../../images/cerrar.png");width:16px;height:16px;display:block;text-indent:-99999px;}
