body 
{
    background-color:rgba(151, 0, 255, 0.53);
    color:FloralWhite;
    font-family:Verdana, Tahoma, sans-serif;
    font-size:15px;    
}
h1
{
    font-family:GrutchShaded, Arial, sans-serif;
    text-align:center;
    color:White;
}
table
{
    border-collapse:collapse;
    margin:0 auto;
    margin-top:40px;
    background-image:url(Imagenes/los40.png);
    background-repeat:no-repeat;
    background-position:center;
}
th
{
    border-right:2px solid black;
    border-left:2px solid black;
    background-color:gray;
}
th, td
{
    border-bottom:4px solid black;
}
caption
{
    font-size:15px;
    margin-bottom:30px;
}
.RenglonNon
{
    background-color:rgba(19, 0, 255, 0.42);
    color:Black;
}
.RenglonPar
{
    background-color:rgba(255, 0, 0, 0.41);
    color:Black;
}
.CentrarImagen
{
    text-align:center;
}
ul
{
    text-align:center;
    list-style-type:none;
}
ul li
{
    width:220px;
    background-color:Blue;
    text-align:center;
    margin:50px;
    border-radius:15px;
    border-bottom-style:outset;
    display:inline;
}
ul li a
{
    font-family:Verdana, Tahoma, sans-serif;
    font-size:18px;
    color:white;
    text-decoration:none;
    outline:none;
}
ul li:hover
{
    background-color:Red;
}
#Dejarte
{
    position:absolute;
    top:300px;
    right:350px;
    display:none;
    width:100px;
    height:100px;
            
}
#On
{
    position:absolute;
    top:350px;
    right:350px;
    display:none;
    width:100px;
    height:100px;
            
}
#Creo
{
    position:absolute;
    top:400px;
    right:350px;
    display:none;
    width:100px;
    height:100px;
            
}
#Found
{
    position:absolute;
    top:450px;
    right:350px;
    display:none;
    width:100px;
    height:100px;
            
}
@font-face
{
    font-family:GrutchShaded;
    src:url(Fonts/GrutchShaded-webfont.eot),url(Fonts/GrutchShaded-webfont.ttf);
}
