/*
    */
body
{
    background-color:rgba(0, 113, 33, 0.70);
    color:White;
}
h1
{
    font-family:'Grutch Shaded',Arial,sans-serif;
    text-align:center;
}
ul
{
  list-style-position:outside;
  list-style-image:url(Imagenes/User.png);
  font-size:24px;
}
ul li ul
{
  
  list-style-position:outside;
  list-style-image:url(Imagenes/cine.png);
  font-size:19px;
}
ol li
{
    float:left;
    list-style-type:none;
}
ol li a
{
    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;
}
ol li:hover a
{
    background-color:Red;
    list-style-type:none;
}
@font-face
{
    font-family:'Grutch Shaded';
    src:url(Fonts/GrutchShaded-webfont.eot),url(Fonts/GrutchShaded-webfont.ttf);
}