html, body {
    height:100%;
}
body{ font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#333; background-color:#97a038;}

h1{ font-size:15pt; color:#9E0C0C; font-family:Georgia, "Times New Roman", Times, serif;}
h2{ font-size:11pt; color:#E15A00; font-family:Georgia, "Times New Roman", Times, serif;}
ul{ margin:0px; padding:0px;}

#cuerpo{ background-image:url(fondo.jpg); background-position:center; background-repeat:repeat-y;}
#centro{ background-image:url(fondocontenido.jpg); background-repeat:repeat-y; background-position:center;}
#superior{ background-image:url(cabecera.jpg); background-repeat:no-repeat; background-position:top center;}
#contenedor{ width:830px;}
#menu{ width:160px; float:left; padding:120px 20px 0px 20px; height:100%;}
#menu li{ padding:4px; list-style:none; margin:0px;}
#menu a{ font-size:8pt; color:#C15B00; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;}
#menu a:hover{ text-decoration:underline;}
#menu hr{ height:1px; color:#CE9637;}
#idioma{ font-size:7pt; color:#B69830;}
#idioma img { border:1px solid #B69830;}
#contenido{ width:590px; padding:30px 20px 10px 20px; margin-left:200px;}
#pie{ width:831px; background-image:url(pie.jpg); background-repeat:no-repeat; background-position:top; background-color:#a9b250; font-size:8pt; padding-top:25px; color:#707528;}

.foto{ border:1px solid #E88439; padding:1px;}
