#contacto{
    margin: auto;
    width: 100%;
    display: table;
    padding-bottom: 1%;
}
#contacto_img_superior{
    width:100%;
}
#contacto_titulo{
    text-align: center;
    margin-bottom: 2%;
    text-transform: uppercase;
}

#contacto_texto{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3%;
}
#contacto_form{
    margin-top: 26px;
}
#contacto_form table{
    width: 100%;

}
.contacto_form_field{

}

.contacto_form_field td:nth-child(1){
    text-transform: uppercase;
    width: 15%;
    vertical-align: top;
}
.contacto_form_field td:nth-child(1) span{

}

.contacto_form_field td:nth-child(2){
    width: 80%;

    vertical-align: top;
}
.contacto_form_field td:nth-child(2) input{
    height: 56%;
    width: 92%;
    padding: 10px;
    background: rgb(232, 232, 232); border: 2px solid rgb(205, 205, 205);
    border-radius: 4px;
}
.contacto_form_field textarea{
    width: 92%;
    height: 200px;
    padding: 10px;
    background: rgb(232, 232, 232); border: 2px solid rgb(205, 205, 205); border-radius: 4px;
}

.contacto_tiendas_buttons_container {
    display: block;
    height: 40px;
}
.contacto_tiendas_buttons{
    position: relative;


    margin: auto;
    display: inline-block;
}
.contacto_tiendas_buttons div{
    margin-left: 10px;
    margin-right: 10px;
}

.contacto_google_maps{
    margin-top: 20px;
    margin-bottom: 20px;
    height:200px;
}

#enviar_contacto
{
    width:16%;
}

@media screen and (max-width: 600px)
{
    #enviar_contacto
    {
        width:25%;
    }
}