body
{
    background-color:rgba(0, 51, 255, 0.57);
    background-image:url(Imagenes/Imagen1.jpg);
    background-repeat:no-repeat;
    background-position:50% 20px;
    background-attachment:fixed;
}
h1, h2
{
    text-align:center;
    font-family:'Celtic Garamond the 2nd';
}
p
{
    text-align:justify;
    font-family:Magneto;
    font-size:24px;
}
.ImagenAlineada
{
    float:left;
    padding:30px;
}
hr
{
    background:url("Imagenes/separador.jpg");
    height:50px;
    background-repeat:no-repeat;
    width:450px;
    border:none;
}
ul
{
    list-style-type:none;
}
ul li a
{
    list-style-type:none;
    float:left;
    width:220px;
    background-color:Blue;
    text-align:center;
    margin:20px;
    border-radius:15px;
    border-bottom-style:outset;
    font-family:Tahoma, Verdana, sans-serif;
    font-size:8pt;
    color:white;
    text-decoration:none;
    outline:none;
}
ul li:hover a
{
    background-color:Red;
}
@font-face
{
    font-family:'Celtic Garamond the 2nd';
    src:url(Fonts/celtg-webfont.eot),url(Fonts/celtg-webfont.ttf);
}
@font-face
{
    font-family:Magneto;
    src:url(Fonts/magnetob-webfont.eot),url(Fonts/magnetob-webfont.ttf);
}