body {
    background: none repeat scroll 0 0 #FFFFF0;
   font-family: Georgia, Times New Roman, Times, serif;
}

div.contenedor {
width: 1024px;
background-color: #FFFFF0;
color: #000000;
margin: 0 auto;
background: url("../img/gris.jpg") repeat-y scroll 0 0 transparent;
text-align: justify;
}

a {
text-decoration:none;
}

a:hover {
cursor: pointer;
}

h1 {
text-align: center;
font-size: 20px;
}

h4 {
text-align: right;
font-size: 16px;
font-style: normal;
}

div.centro {
width: 1024 px;
}

div.izquierda {
width: 670px;
background: url("../img/crema.png") repeat-y scroll 0 0 transparent;
margin: 10px 0 10px 70px;
float: left;
padding: 15px;
font-family:"Arial","Times New Roman",Georgia,Serif;
}

div.izquierda a {
text-decoration: none;
color: #5f5d53;
}

div.izquierda a:hover {
background-color: #EFDECD;	
color: #000000;
}

div.izquierda a:active {
color: #FFFFFF;
}


div.lateral {
padding: 10px 20px;

}

div.imglateral a:active {
filter: alpha(opacity=50); 
opacity: .5;
}

div.imglateral {
float: right;
}

img
{
  border:0;
}

img.small {
width: 30px; 
height: 30px;
}


div.abajo {
clear: both;
font-size: 10px;
color: #ffffff;
text-align: center;
}


