
form#contacto_form label{
    font-weight: bold;
}
form#contacto_form span#contacto_form_envia{
    cursor: pointer;
    float: right;
    line-height: 15px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
label{
    margin-bottom: 0px !important;
    margin-top: 12px!important;
}
input, textarea{
    margin-bottom: 0px !important;
    margin-top: 10px!important;
    width: 100%;
}
.title{
    color: rgba(193,216,47,1);
    font-size: 16px;
    margin: 10px auto;
}
.title2{
    color: rgba(193,216,47,1);
    font-size: 12px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px rgba(117,116,119, 0.2) solid;
}
.body2{
    color: #878686;
    margin-bottom: 20px;
    padding-top: 10px;
}
#submit{
    color: rgba(193,216,47,1);
    margin: 20px 0;
}
p, strong{
    padding: 0!important;
    margin: 0!important;
    color: #000;
}
i{
    color: rgba(193,216,47,1);
    font-size: 14px;
}

input, textarea{
    color: #000;
}

#contactSubMenu > div{
    min-height: 25px;
    border-bottom: thin #F00 solid;
    margin-top: 10px;
}
#contactSubMenu > div:last-child{
    height: 20px;
    border-bottom: none;
}

#contactSubMenu a{
    color: #FFF;
}
#contactSubMenu a:hover{
    color: #F00;
}
#contactSubMenu div.active, #contactSubMenu a:active, #contactSubMenu div.active a{
    color: #999;
}

#contactSubMenu > div > div:last-child{
    margin-bottom: 5px;
}
#submit span{
    padding: 5px 15px;
    background-color: #F00;
    color: #FFF;
}
#submit span i{
    color: #FFF;
}

.gm-style-iw{
    height: 100% !important;
    overflow: hidden !important;
    width: 150px;
    text-align: left;
    display: inline-block;
}


.texto_contacto p{
    color: #FFFFFF !important;
}