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

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

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

#logo{
    margin:17px 0 0px 0px;
    width:314px;
    float:left;
}
#logo a{
    display:block;
    width:314px;
    height:55px;
    text-indent:-99999px;
    background:url(../../images/logo.png) no-repeat;
}

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

#menu{
    font-size:16px;
    font-family:Arial, sans-serif;
    font-weight:bold;
    color:#fff;
    clear:both; 
    float:right;
}

#menu li{
    float:left;
    margin-left:10px;
}
#menu>li:first-child{
    margin-left:0;
}
#menuIdiomas li{
    float:left;
    margin-left:5px; 
}
#menuIdiomas>li:first-child{margin-left:0;}
#menu a{
    padding:3px 3px;
    color:#fff;
}
#menu li.actual a,
#menu a:hover{
    background:#771d51;
    text-decoration:none;
}
#menuIdiomas{
    overflow:hidden; 
    font-size:15px;
    font-weight: bold;
    float:right;
    margin-right: 25px;
}
#menuIdiomas li a{
    display:block;
    width:54px;
    height:21px;
    text-indent:-99999px;
}
#menuIdiomas li a.es{
    background:url(../../images/botones/idiomas.png) no-repeat;
}
#menuIdiomas li a.en{
    background:url(../../images/botones/idiomas.png) no-repeat 0 -21px;
}
#menuIdiomas li.actual a.es{
    background:url(../../images/botones/idiomas2.png) no-repeat;
}
#menuIdiomas li.actual a.en{
    background:url(../../images/botones/idiomas2.png) no-repeat 0 -21px;
}
/* buscador */
#buscador{
    float:right;
    width:600px;
    margin-top:15px;
}
#cse-search-box{
    float:right;
    margin:5px 0px 0px 0;
    clear:both;
}
.social{
    float:right;
    margin:0 0px 5px 0;
}

#cadena{
    height:15px !important;
    border:1px solid #ccc !important;
    padding:1px 0 1px 1px !important;
    background:#666 !important;
    color: #fff;
}
#cadena{
    padding:1px 0 1px 0px !important;
}
.boton{
    vertical-align:top;
}

#cse-search-results iframe{width:680px;}
/** Generales-------*/
.itemTitulo{
    font-weight:bold;
    margin-bottom:5px;
}
.itemDatos p{
    margin-bottom:5px;
}
.itemFoto{
    float:left;
}
.scrollable .itemFoto{
    float:right;
    width:460px;
    margin-right:1px;
}
.scrollable .itemDatos{
    float:left;
    width:460px;
}

.item{
    overflow:hidden;
}
.scrollable .item{
    width:960px;
    float:left;
}
.scrollable .itemTitulo{
    font-size:2.2em;
    font-weight:lighter;
    margin-bottom:5px;
}
.scrollable .itemSubtitulo a{
    font-weight:bold;
}
.itemSubtitulo a{
    color:#666;
}
.scrollable .itemEntradilla{
    margin-top:20px;
}

.scrollable{
    position:relative;
    height:295px;
    width:960px;
    overflow:hidden;
    border-bottom:3px double #bbb;
    margin-bottom:20px;
}
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}
.navegadores{
    display:block;
    text-indent:-99999px;
    height:28px;
    width:14px;
    position:absolute;
    cursor:pointer;
    top:110px;
    z-index:10;
}

.prevPage{
    left:0;
    background:url(../../images/flechas.png) no-repeat;
}
.nextPage{
    background:url(../../images/flechas.png) no-repeat -14px 0;
    right:0;
}
a.disabled {
    visibility:hidden !important;
}
/* items inside navigator */

.navi{
    position:absolute;
    right:0;
    bottom:10px;
}
.navi a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(../../images/navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.navi a:hover {
    background-position:0 -8px;
}

/* active state (current page state) */
.navi a.active {
    background-position:0 -16px;
}

#inicio .listaLibros li{
    float:left;
    width:220px;
    margin:0 10px;
    display:inline;
}
#inicio .listaLibros img{
    margin:0 auto 10px auto;
}
.bloque{
    margin-bottom:10px;
}

#cuerpo h1{
    text-transform:uppercase;
    font-size:2.2em;
    margin-bottom:20px;
    color:#771d51;
}
.tituloBloque{
    color:#771d51;
    font-size:1.5em;
    margin-bottom:10px;
}
.tituloBloque a{color:#333;}
.mas{
    clear:both;
    text-align:right;
    margin-top:15px;
    font-size:.9em;
}
.conFotoR .mas{
    margin-right:0;
}
.mas a {
    display:block;
    text-indent:-99999px;
    text-align:left;
    background:url(../../images/mas.png) no-repeat;
    width:15px;
    height:16px;
    margin:0 0 0 auto;
}

.item{
    margin-bottom:10px;
}
.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;*/
}

.bloque,.bloqueTexto{
    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 li{
    padding-left:12px;
    margin-bottom:9px;
    background:url(../../images/bullet.png) no-repeat 0 .6em;
}

.bloqueTexto strong{
    color:#000;
}

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

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

.buscador{overflow:hidden;margin-bottom:30px;}
.buscador fieldset{
    margin-bottom:15px;
    position:relative;
}

.buscador label{
    margin:0px 0px 12px 0px;
    color:#666;
    width:444px;
    position:relative;
    display:block;
}


.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;
}
.grid6 .buscador textarea{
    width:429px;
}
.buscador label input,
.buscador label select {
    width:425px;
    padding:2px;
    background:transparent url(../../images/fondo-input.png) repeat-x scroll 0 bottom;
    border:1px solid #ccc;
    height:21px;
}

.buscador #labelSpam{
    width:444px;
}
.buscador #labelSpam input{
    width:246px;
    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:-16px;
    text-indent:-99999px;
    background:url(../../images/error.png) no-repeat;
}
#labelComentario .error{
    right:-16px;
}
#labelSpam .error {
    right:-16px;
    top:24px;
}
#normas strong{
    text-transform:uppercase;
    margin-bottom:5px;
    font-size:1.1em;
}
.buscador .boton{
    background:url(../../images/mas.png) no-repeat;
    padding-left:14px;
    height:16px;
    line-height:16px;
    color:#666;
    cursor:pointer;
    border:none;
    margin-right:40px;
    font-weight:bold;
}

#suscripcion .boton{
    margin-right:40px;
}
#baja .boton{margin-right:40px;}
.grid3 label{width:220px;}
.grid3 label input{width:214px;}

/* iconos */

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

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

/* sombra imagenes */
img.imgSombra,
.scrollable .itemFoto img,
.listaLibros li img,
#noticias .itemFoto img {
    background: url(../../images/img-sombra.png) no-repeat bottom right;
    display: block;
    position: relative;
    padding: 0 0px 7px 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;
}
.letra{
    font-size:2em;
    color:#999;
    margin-bottom:10px;
}
#autores .fila a{
    color:#666;
}
#autores .fila strong{
    color:#771d51;
}
#autores .fila li{
    margin-bottom:10px;
}
#autores #cuerpo .col{
    width:172px;
}
.conFoto p{
    margin-left:200px;
}

.conFotoR p{
    margin-right:200px;
}

.conFotoR .itemFoto{
    float:right;
}

#noticias .item{
    border-bottom:3px double #bbb;
    padding-bottom:20px;
    margin-bottom:20px;
}
#noticias .itemTitulo{
    font-size:1.5em;
    margin-bottom:20px;
}
#noticias .conFotoR .itemTitulo{
    font-size:2em;
}
#noticias .itemEntradilla,
#noticia .itemEntradilla{
    /*font-weight:bold;*/
    margin-bottom:10px;
}

#noticias .itemEntradilla ul,
#noticia .itemEntradilla ul{
    margin-left: 20px;
}

#noticias .itemEntradilla ul li,
#noticia .itemEntradilla ul li{
    background:url("../../images/bullet.png") no-repeat scroll 0 0.6em transparent;
    margin-bottom:9px;
    padding-left:12px;
}

.compartir{margin-top:10px;}
.compartir .at15t_compact{
    background:url(../../images/mas.png) no-repeat;
}
#autor h1,
#libro h1,
#noticia h1{
    margin-bottom:10px;
}
#autor .subtitulo,
#libro .subtitulo,
#noticia .subtitulo{
    margin-bottom:20px;
}

#autor .subtitulo,
#autor .subtitulo a,
#libro .subtitulo a,
#noticia .subtitulo a{font-weight:bold;color:#666;}

.cita{
    margin:30px 0;
    font-family:Georgia, Times;
    font-size:1.5em;
    color:#999;
    text-align:center;
}
.publicado{
    margin:30px 0;
    color:#771D51;
    padding:10px 0;
    border-top:3px double #bbb;
    border-bottom:3px double #bbb;
    line-height:1.5;
    font-size:1.2em;
} 
.publicado strong,
.publicado span{
    font-weight:bold;
}
.publicado span{
    padding-left:10px;
    background:url(../../images/bullet.png) no-repeat 2px .4em;
}
.citaAutor{
    font-size:.8em;
    color:#771D51;
}
#autor .listaLibros li, #titulos .listaLibros li{
    overflow:hidden;
    height:220px;
    width:460px;
    margin:0 10px;
    float:left;
    display:inline;
}

#autor .listaLibros li .itemDatos, #titulos .listaLibros li .itemDatos{
    margin-left:110px;
}

#autor .listaLibros li .itemSubtitulo, #titulos .listaLibros li .itemSubtitulo{
    color:#999;
}

#titulos .listaLibros li{
    width: 360px;
}
#titulos .listaLibros {
    width: 760px;
    float: right;
}
#titulos .listaEtiquetas{
    width: 200px;
    float: left;
}

.listaColumnas ul{
    float:left;
    width:220px;
    margin:0 6px;
    display:inline;
}
.listaColumnas li{
    margin-bottom:9px;
    background:url(../../images/bullet.png) no-repeat 0 .4em;
}
.listaColumnas li p{
    margin-left:10px;
}
.listaColumnas li p a{
    font-weight:bold;
}
.premios{
    font-weight:bold;
}
#libro .subtitulo{font-size:1.2em;}

.foto_pie {font-size: 0.7em;}

#libro .listaLibros{
    display: inline-block;
    margin-top:10px;
}
#libro .listaLibros li{
    overflow:hidden;
    height:170px;
    width:100px;
    margin:0 5px;
    float:left;
    display:inline;
}
/**PIE --*/

.ttt{
    float:right;
    text-align:left;
}

#pie .ttt a {
    background:url(../../images/ttt.png) no-repeat;
    display:block;
    height:20px;
    text-indent:-99999px;
    width:50px;
}
#pie .fila a {
    color:#771D51;
}


#listaAutores{
    overflow:hidden;
    margin:20px 0px;
}

#listaAutores { overflow:hidden; }
#listaAutores a { font-size:1.5em; display:block; float:left; padding:2px 6px 0px 6px;text-decoration:none;font-weight:bold;color:#771D51; }
#listaAutores a.all {padding-left:0;}

#listaAutores a.ln-disabled,#listaAutores a.ln-disabled:hover { color:#ddd; }
#listaAutores a:hover,
#listaAutores a.ln-selected{ color:#000; }

#motivos {
    width: 40%;
    position: relative;
}
#motivos .error {
    top: -4px;
}
#motivos input {
    display: inline;
    width: 20px;
    margin: 0 0 0 20px;
    height: auto;
}
#motivos label {
    margin: 10px 0 0 0;
}
.listaEtiquetas ul.principal li {
    text-transform: uppercase;
    font-size: 20px; 
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #771D51;
}
.listaEtiquetas ul.principal ul {
    margin: 5px 5px 20px 15px;
}
.listaEtiquetas ul.principal ul li {
    text-transform: none;
    font-size: 13px;
    line-height: 13px;
}
.listaEtiquetas ul.principal li a.activa{
    text-decoration: underline;
}

/* HOME */ 
.cuadricula, .cuadricula .items {
    width: 725px;
    float: left;
}
.cuadricula .items {
    /*padding-top: 23px;*/
}
.cuadricula .item {
    width: 180px;
    height: 270px;
    float: left;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.col-derecha {
    width: 220px;
    float: right;
}


div.capty-caption {
    background-color: #000;
    color: #FFF;
    font: bold 11px verdana;
    padding: 7px;
    text-shadow: 1px 1px 0 #222;
}

div.capty-caption a {
    color: #318DAD;
    font: bold 11px verdana;
    text-decoration: none;
    text-shadow: none;
}
/*
.cuadricula .item img:hover {
    width: 190px;
    height: 285px;
}
*/

.generos {
    margin: 20px 0px 10px 0px;
}
/*
.generos a {
    border: 1px solid silver;
    background-color: #E8E6E6;
    padding: 2px 4px;
    color: black;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
*/

.tag {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8e2c71), color-stop(1, #5d1546) );
    background:-moz-linear-gradient( center top, #8e2c71 5%, #5d1546 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e2c71', endColorstr='#5d1546');
    background-color:#8e2c71;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #5d1546;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    text-transform: uppercase;
    font-weight:bold;
    padding:3px 11px;
    text-decoration:none;
    margin: 2px;
}.tag:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5d1546), color-stop(1, #8e2c71) );
    background:-moz-linear-gradient( center top, #5d1546 5%, #8e2c71 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d1546', endColorstr='#8e2c71');
    background-color:#5d1546;
    text-decoration:none;
}.tag:active {
    position:relative;
    top:1px;
}

.ficheros{ margin-top: 10px;}
.ficheros p.titulo {
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;    
}

/* MODAL NEWSLETTER */

.modal-newsletter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000ba;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-newsletter.open {
    display: flex;
}

.modal-newsletter .modal-wrapper {
    background-color: white;
    padding: 20px;
    max-width: 50vw;
}

.modal-newsletter .modal-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.modal-newsletter .modal-content h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
}

.modal-newsletter .modal-content input:not([type="submit"]) {
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
    margin-top: 5px;
}

.modal-newsletter .modal-content input[type="submit"]{
    margin-top: 10px;
    margin: 10px auto;
    background-color: #771d51;
    border: 0;
    padding: 5px 20px;
    color: white;
}

.modal-newsletter .modal-content p {
    font-size: 10px;
    line-height: 10px;
    display: flex;
    align-items: flex-end;
}

.modal-newsletter .modal-content p input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 5px;
}

.modal-newsletter .submit-container {
    display: flex;
    justify-content: flex-end;
}

#newsletter-success {
    background-color: rgb(146, 247, 146);
    padding: 5px 15px;
    transition: opacity 1000ms ease-in-out 4s;
}

#buscador .newsletter {
    float: right;  
    margin-right: 30px;  
}



