section#contactos{
    margin-top: 30px;
}
section#contactos p{
    font-size: 13px;
}
section#contactos form div{
    margin: 10px 0;
}
section#contactos input, section#contactos textarea{
    color: #000;
    border-color: #ee3423;
    width: 100%;
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}
section#contactos textarea{
    height: 130px;
}
section#contactos input:focus, section#contactos textarea:focus{
    outline: none;
}

section#contactos input[type="submit"]{
    width: 50%;
    float: right;
    color: #fff;
    background-color: #ee3423;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 25px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
    font-size: 13px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
    font-size: 13px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
    font-size: 13px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
    font-size: 13px;
}
section#contactos #map_canvas{
    height:353px;
    display: inline-block;
    width: 100%;
}

@media(max-width: 991px){
    section#contactos #map_canvas{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}