/* CSS Document */

body{
background:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}
#contenedor{
width:950px;
height:350px;
background:#FFFF00;
margin:0px auto;
margin-top:100px;
}
#titulo{
width:950px;
height:50px;
background:#000000 url(imagenes/logo.jpg) no-repeat right;
}
#menu{
width:250px;
height:300px;
background:#BE1A07 url(imagenes/menu-ini.jpg) no-repeat;
color:#FFFFFF;
font-size:11pt;
font-weight:bold;
padding-top:15px;
padding-left:20px;
}
#imagen{
position:relative;
width:700px;
height:300px;
background:#FFFFFF url(imagenes/enciclopedia-ini.jpg) no-repeat center;
top:-315px;
left:250px;
}
#pie{
width:950px;
height:30px;
background:#000000;
margin:0px auto;
color:#FFFFFF;
font-size:10pt;
text-align:center;
padding-top:10px;
}
#menu ul li{
margin-top:9px;
}
#menu a:link, a:visited, a:active{
text-decoration:none;
color:#FFFFFF;
}
#menu a:hover{
text-decoration:none;
color:#C5C363;
}
.idioma{
text-align:right;
font-weight:normal;
text-decoration:underline;
font-size:10pt;
}