body{
             font-family:Arial, sans-serif;
             background-color: #1c1c1c;
             color: #fff;
         }  
           
          header{
            background-color: #333;
            padding: 20px;
            text-align:center;
            
          }
          
          table{
              margin: 0 auto;
              color:#ff3131;
          }
          
         .menu {
              list-style:none;
              padding: 0;
              background-color:#333;
              width:90%;
              max-width:1000px;
              margin:auto;
         }
         
         .menu li a{
             text-decoration:none;
              color:white;
              padding:20px;
              display:block;
         }
         
         .menu li{
             display: inline-block;
             text-align:center;
         }
         
         .menu li a:hover {
             background:#ff3131;
         }
         
         .content {
            padding: 20px;
            text-align: left;
            background:#603bdf;
            width:800px;
            height:900px;
            margin: 50px auto;
         }
         
          footer{
              text-align: center;
          }
          
          
         h2{
             text-align:center;
             background-color:#ad0707;
             color:#fff;
         }
                   
          
         h3{
             text-align: left;
             color:#f31919;             
         }
         
         
         p{
            text-align: left;
            color:#ffffff;
            font-size: small;
         }
            
            
          .stop {
              width:250px;
              height:150px;
          }
   
                   
         .ubicacion {
             margin: 0 auto;
             background:#9810ab;
             color:#ffffff;
             font-size: small;
          }
                    
          .izquierda {
              float:left;
              width:250px;
              height:230px;
          }
          
          .derecha {
              float:right;
              width:250px;
              height:230px;
          }          
          
          .basta {
              float:left;
              width:150px;
              height:150px;
          }
          
          .tontos {
              width:650px;
              height:150px;
          }