@charset "utf 8";
/* CSS Document */


  /*CUERPO*/

    body{ background: #e6e6e6;                                  
         }

  /*TÍTULO PRINCIPAL*/

    h1 { font-family:Impact;                                    
         font-size:100px;                                       
         text-align:center;                                     
         text-decoration: underline;                            
         text-shadow: 0.1em 0.1em 0.2em gray;                   
         margin: 10px;                                          
        }

    footer { background-color:#6cf;                           
              width:100%;                                       
              height:30px;                                      
              text-align: center;                               
              font-family:verdana;                              
              font-size: 20px;                                                        
             }
    #fecha{ font-family : Verdana, Arial, Helvetica;
            font-size : 30pt;
           }
