
body{
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
}

#general{ 
width:50em;
height:auto;
overflow:hidden;
margin:0 auto;
}

#cabecera{ width:45em; }

#cuerpo{
width:50em;
height:auto;
overflow:hidden;
clear: both; 
}

#contenido{
width:40em;
height:auto;
overflow:hidden;
color:#2f6715;
font-size:0.8em;
text-align:justify;
padding:1em 0 1em 1.5em;
}

#contenido img{
margin:0.5em 0.5em 0.5em 0.5em;
}

h1{
font-size:1.5em;
color:#da156d;
font-weight:bold;
}

#menu{
width:10em;
height:auto;
overflow:hidden; 
float:left;
}

#menu ul{
list-style:none;
margin: 2em 0 0 1em;
padding:0;
font-size:1em;
font-weight:bold;
font-family: Monotype Corsiva;
color:#51b700;
}

#menu li{
padding:0 0 2em 0;
}

#menu li a{
text-decoration:none;
color:#51b700;
}

#menu li a:hover{
color:#9fa07f;
}

/*PIE*/
#pie{
width:45em;
height:3em;
clear: both;
background-image:url(imagenes/lineapie.jpg);
background-position:top;
background-repeat:repeat-x;
}

#pie ul{
margin:1em;
padding:0.5em;
font-size:0.6em;
list-style:none;
color:#da156d;
}

.pieizqda{
float:left;
}

.piedcha{
float:right;
}

#pie a{
text-decoration:none;
list-style:none;
color:#da156d;
}

#pie a:hover {
color:#CCCCCC;
font-weight:bold;
}
/*CATALOGO*/.titulo{width:10.5em;height:4em;border:1px double #da156d;font-size:1em;padding:0.5em 0 0 0;text-align:center;color:#2f6715;background-color:#f2cbd8;background-image:url(imagenes/fondotitulo.jpg);background-repeat:repeat-y;
}
.titulo a{ text-decoration:none;color:#2f6715;}
.titulo a:hover{ color:#51b700; }