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

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

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

img {
border: 0;
}

/*Maquetacion*/
#menu_lateral
{
position: absolute;
top: 20%;
left: 0;

padding-left: 0;
margin-left: 0;
width: 15%;
}

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

#menu_lateral li a 
{ 
font-size: 1.5em;
text-decoration: none; 
}

#contenido
{
position: absolute;
top: 10%;
left: 20%;

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

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

.coleccion {
padding-bottom: 4em;
}

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

.libro p {
width: 80%;
}

.libro img {
float: left;
padding-right: 3em;
padding-bottom: 2em;

border: 0;
cursor: pointer;
}

.autor {
font-weight:bold;
}

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

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


.coleccion_clasicos {
background-color: #D8454F;
}

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

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

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

.clear {
clear: both;
}

.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%;
}