body{
background-color: #000000;

}

#contenedor{
margin: 0% 0% 0% 25%;
background-image: url(perg.png);
background-repeat: no-repeat;
width: 850;
height: 700;
padding: 0px 0px 400px 0px;
}

#contenido{
margin-left:60px;
margin-top: 10px;
padding: 130px 0px 0px 150px;
width: 600px;
height:500;
}

#texto{
font-size: 18px;
color: #000000;
}

#lenguaje{
text-align:center;
color: #cc0000;
font-size: 1.5em;
}

#botones{
height: 200px;
width: 380px;
margin: 0% 0% 0% 25%;
}

#origen{
padding: 30px;
background-image: url(bot_origen.png);
background-repeat: no-repeat;
width: 380px;
margin: 0% 0% 0% 25%;
}

#trilogia{
padding: 30px 10px 30px 60px;
background-image: url(bot_libros.png);
background-repeat: no-repeat;
width: 380px;
margin: 0% 0% 0% 25%;
}

a:link, a:visited, a:hover, a:active{
text-decoration: none;
color: #220000;
font-size: 1.5em;
}
a:hover{
color: #ff0000;
}
