@charset "utf 8";
/* CSS Document */


  /*CUERPO*/

    body{ background: #FFF;                              
         }

  /*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;                                                        
             }
    section{margin: 50px 50px 50px 50px;
            height: 500px;
            background: #FFF;
            }
    #mapa{position: absolute;}
    #fecha{ 
            margin-top: 150px;
            font-family : Verdana, Arial, Helvetica;
            font-size : 40pt;
            float:right;
            position: relative;
           }
    #bot{margin-left: 200px;}

