

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px "Trebuchet MS";
    color: #17210B;
    background-color: #000000;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding: 50px 0 0 30px;
    font-size: 46px;
    line-height: 1.2em;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

h3 {display:none;}

p {
    padding: .35em 0;
    line-height: 1.4em;
}

a {
    color: #a87b02;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* header */

#header {
    width: 100%;
    min-width: 960px;

}

#headernarrativa {
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezaNarrativa.jpg') no-repeat;

}

#headerPoesia {
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezaPOESIA.jpg') no-repeat;

}


#headervilliers {
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/villiers.jpg') no-repeat;

}


#headersalones{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_salones.jpg') no-repeat;

}
#headercubiertas{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_cubiertas.jpg') no-repeat;

}

#headerlondres{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_londres.jpg') no-repeat;

}

#header2120{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_2120.jpg') no-repeat;

}


#headerWilkieCollins{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_WilkieCollins.jpg') no-repeat;

}

#headerDUMAS{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_DUMAS.jpg') no-repeat;

}



#headerfotos{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezafotos.jpg') no-repeat;

}

#headercanarias{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezacanarias.jpg') no-repeat;

}
#headergijon{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/headerGIJON.jpg') no-repeat;

}
#headermujeres{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabeceramujeres.jpg') no-repeat;

}


#headerLILIPUT{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezaLILIPUT.jpg') no-repeat;

}


#headerLILIPUT_2{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_LILIPUT_2.jpg') no-repeat;

}

#headerescritores{
		width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezaescritores.jpg') no-repeat;

}

#headerderechos{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezaderechos.jpg') no-repeat;

}

#headerjuegos{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecerasalonjuegos.jpg') no-repeat;

}
#headercasa{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezacasa.jpg') no-repeat;

}

#headerdistribucion{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezadistribucion.jpg') no-repeat;

}
#headerpremios{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezapremios.jpg') no-repeat;

}

#headermar{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezaMAReditor.jpg') no-repeat;

}

#headerhumor{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabezahumor.jpg') no-repeat;

}

#headermaradentro{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_castilla_leon.jpg') no-repeat;



}
#headerprensa{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/prensa.jpg') no-repeat;

}



#headervalladolid{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_valladolid.jpg') no-repeat;

}

#headermadrid{
    width: 960px;
    height: 161px;
    margin: 0 auto;
    background: url('images/cabecera_madrid.jpg') no-repeat;

}

#logo {
    height: 147px;
}

/* menu */

#menu {
    height: 34px;
    background: #439C90 url('images/menu.jpg') no-repeat;
}

#menu ul {
    list-style: none;
    padding-top: 10px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 8px;
}

#menu ul li a {
    font: 12px Georgia, "Trebuchet MS";
	font-weight:bold;
    color: #FFFFFF;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #ecac00;
}

/* main */

#main {
    width: 100%;
    min-width: 960px;
    background-color: 000000;
}

#main2 {
    width: 920px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    background: #f0f0f0;
}


/* sidebar */

#sidebar {
	font-weight:bold;
    float: left;
    width: 260px;
    padding-bottom: 10px;
}

#sidebar h2 {
    font-size: 1.67em;
    padding-left: 30px;
    background: url('images/h2.gif') no-repeat 0 .2em;
}

#sidebar .box {
    padding: 1 em 0 2em 5px;
}

#sidebar ul {
    list-style: none;
    padding: 0em 0 0em 12px;
}

#sidebar ul li {
    padding: .1em 0 0em 22px;
    line-height: 2em;
    background: url('images/h2.gif') no-repeat 0 .9em;
}

/* content */

#content {
    float: right;
    width: 610px;
    padding-bottom: 10px;
}

#content h2 {
    font-size: 2.5em;
}

#content h2 a, #content h2 a:hover {
    color: #17210B;
    text-decoration: none;
}


.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* bottom */

#bottom {
    clear: both;
    width: 100%;
    min-width: 960px;
}

#bottom2 {
    width: 960px;
    margin: 0 auto;
 background-color: #ecac00 ;

}

   

.col {
 
  align="center";
   
}

.col ul {
    list-style: none;
}

.col ul li {
    padding: .3em 0;
    line-height: 2em;
}

.col p {
    line-height: 1.6em;
    color: #FFFFFF;
}



#fotoBIG img{
border: 3px solid #a87b02; 
margin: 10px 20px 5px 0px;
float: left;
}

#fotoautores img{
border: 3px solid #a87b02; 
width: 150px;
height:198px; 
float: left;
margin: 10px 10px 10px 10px;

}


#foto2 img{
border: 3px solid #a87b02; 
width: 102px;
height:160px; 
margin: 10px 20px 5px 0px;
float: left;
}

#fotosinnorma img{
border: 3px solid #a87b02; 
margin: 10px 20px 10px 0px;

}

.textobook
{color:#7f2c08; font:normal 11px  Arial, Verdana; line-height:14px;}

.titulo_book
{ clear:both; font:normal 22px Georgia, "Times New Roman", Times, serif;
 color:#a87b02; text-align:left;}
 
  .resaltado
{ clear:both; font:normal 17px Georgia, "Times New Roman", Times, serif;
 color:#993300; text-align:left; }
 
 .autor
{ clear:both; font:normal 17px Georgia, "Times New Roman", Times, serif;
 color:#61605e; text-align:left; }

.txtjustificado 
{color:#000000; font:normal 12px "Trebuchet MS", Arial, Verdana; 
line-height:17px; text-align:justify;}

.textodestacado
{ clear:both; 	font-weight:bold; 14px Georgia, "Times New Roman", Times, serif;
 color:#a87b02; text-align:left;}
 
 
 
.enlacepie{color:#333333c; font:bold 12px "Trebuchet MS", Arial, Verdana;}
.enlacepie a:link {text-decoration:none; color:#333333;}
.enlacepie a:hover {text-decoration:underline; color:#043d50;}
.enlacepie a:active {text-decoration:none; color:#690808;}
.enlacepie  a:visited {text-decoration:none; color:#4c5d6b;}


.bot_arriba {float:right; width:600px; margin-top:0px; padding-bottom:16px; text-align:right; font-weight:bold;}
.bot_arriba span {padding:0 12px;}
.bot_arriba {position:absolute; left:29%; margin-left:180px; top:20px; z-index:1000;}


.enlaprensa{color:#074c32; font:bold 12px "Trebuchet MS", Arial, Verdana;}
.enlaprensa a:link {text-decoration:none; color:#074c32;}
.enlaprensa a:hover {text-decoration:underline; color:#7d2c08;}
.enlaprensa a:active {text-decoration:none; color:#623f15;}
.enlaprensa a:visited {text-decoration:none; color:#545d16;}

.enlaancla{text-decoration:none; #0e58a4; font:bold 14px "Trebuchet MS", Arial, Verdana; font-variant: small-caps;}
.enlaancla a:link {text-decoration:none; color:#114376;}
.enlaancla a:hover {text-decoration:none; color:#69540c;}
.enlaancla a:active {text-decoration:none; color:#0e58a4;}
.enlaancla a:visited {text-decoration:none; color:#062e41;}

