body {
font-family: times, serif;
color: #555555;
}

h1 {
color: white;
background-color: black;
padding-left: 1em;
margin-top: 0;
}

h2 {
color: white;
background-color: gray;
padding-left: 1.5em;
}

img {
border: 0;
}

/*Maquetacion*/
#container {
display: block;
clear: both;
}

#menu_lateral {
position: absolute;
top: 8%;
left: 70%;

padding: 2em 0;
margin-left: 0;
width: 200px;

background-color: #555555;
}

#menu_lateral ul {
padding: 0;
margin: 0 0 0 1em;
}

#menu_lateral li {
list-style: none;
margin: 0;
padding: 0.25em 0.25em 1.5em
}

#menu_lateral li a { 
font-size: 1.2em;
font-weight: bold;
text-decoration: none; 
color: white;
}

#menu_lateral li a:hover { 
font-size: 1.2em;
text-decoration: none; 
background-color: white;
color: black;
padding: 3px 10px;
}

#menu_lateral li.active a {
border-left:5px solid white;
padding-left:5px;
}

#menu_lateral li#novedades a {
color: #FF3333;
}

#contenido {
position: absolute;
top: 8%;
left: 5%;

width:60%;
text-align: justify;
}

#table_logo {
/*width: 700px;*/
cursor: pointer;
}

#logo {
display: block;
margin: auto;
} 

.coleccion {
padding-bottom: 4em;
}

#footer {
font-size: 12px; 
padding-top: 20px;
padding-bottom: 20px;
text-align: center; 
width: 100%;
}

/*Libros*/
.libro {
text-align: left;
float: left;
width: 50%;
}

.libro p {
width: 80%;
}

.libro img {
border: 0 none;
clear: both;
cursor: pointer;
display: block;
margin-bottom: 2em;
}

.autor {
font-weight:bold;
}

/*Cuaderno*/
#melana_imagenes, .imagenes_presentacion {
width: 60%; 
margin-left: 2%;
}

/*Clases generales*/
a {
text-decoration: none;
color: #5545B9;
}


.coleccion_clasicos {
background-color: #D8454F;
}

.coleccion_relatos {
background-color: #732BB5;
}

.coleccion_infantil {
background-color: #BBB;
}

.coleccion_artista {
background-color: #888;
}

.img_izq {
float: left; 
padding-right: 25px;
}

.img_der {
float: right; 
padding-left: 25px;	
}

.clear {
clear: both;
}

.salto {
clear: both;
height: 4em;
}

.sub {
text-decoration: underline;
}

/*Formularios*/
submit, botton, .pulsable {
cursor: pointer
}

div.formulario {
text-align: left

}

div.formulario input, div.formulario textarea, div.formulario select  {
display: block;
margin-left: 20px;
margin-bottom: 30px;
}

div.formulario label {
display: block;
text-align: left;
padding-right: 20px;
font-weight: bold;
}

fieldset {
border: 0;
}

input, textarea, select {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
border-style: solid;
border-color: black;
border-width: 1px; 
}

input:focus, select:focus, textarea:focus {
background-color: #FFFF88;
}

.extracto {
font-style: italic;
font-size: 80%;
}

#lista_eventos li {
padding-bottom: 1em;
}
