w#titulo {
    color: #c8a85a;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    font-family: 'Alex Brush', cursive;
    margin-bottom: 0px;
}

#subtitulo {
    margin-top: 0px;
    color: #4D6816;
    font-size: 80px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Alex Brush', cursive;
    margin-bottom: 0px;

}

#separador {    

    display: block;
    margin: 0 auto;
     }
     
     #nombres {    
    color: #6CA103;
    font-size: 50px;
    display: block;
    margin: 0 auto;
    font-family: 'Alex Brush', cursive;

     }

        #precios {    
    color: #6CA103;
    font-size: 35px;
    display: block;
    margin: 0 auto;
    font-family: 'Alex Brush', cursive;
    
     }

    #carrillada {    
    height: 400px;
    width:100%;
    max-width:500px;
    margin-left: 25px;
    float: left;

     }

     #costilllas {     
    height: 400px;
     width:100%; 
    max-width:500px;
    margin-left: 25px;
    float: left;
     }

     #parrillada {    
    height: 400px;     
    width:100%;
    max-width:500px;
    margin-left: 25px;
    float: left;

     }
