body
{
    background-color:rgba(0, 0, 0, 0.73);
    color:White;
}
h1
{
    font-family:'Grutch Shaded',Arial,sans-serif;
    text-align:center;
}
dl dt
{
    float:left;
    font-weight:bold;
    padding-right:5px;
}
ul li
{
    list-style-type:none;
}
ul li ul
{
    list-style-image:url(Imagenes/Cine.png);
    font-size:18px;
}
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:18px;
    color:white;
    text-decoration:none;
    outline:none;
}
ul li:hover a
{
    background-color:Red;
}
@font-face
{
    font-family:'Grutch Shaded';
    src:url(Fonts/GrutchShaded-webfont.eot),url(Fonts/GrutchShaded-webfont.ttf);
}
