body
{
    background-color:rgba(0, 0, 255, 0.61);
}
h1
{
    font-family:GrutchShaded, Arial, sans-serif;
    text-align:center;
    color:White;
}
table
{
    font-family:Verdana, Arial, sans-serif;
    color:White;
    margin:0 auto;
}

ul
{
    text-align:center;
    list-style-type:none;
}
ul li
{
    margin:20px;
    display:inline;
}
ul li img:hover
{
    border:4px inset Brown;
}
.ImagenGrande
{
    position:absolute;
    left:37%;
    top:47%;
    display:none;
    width:350px;
    height:350px;
            
}
tr td
{
    text-align:center;
}

@font-face
{
    font-family:GrutchShaded;
    src:url(Fonts/GrutchShaded-webfont.eot),url(Fonts/GrutchShaded-webfont.ttf);
}