    /* Formulario de contacto */

    .form_title{
        text-align:center;
        font-weight: bold;
        font-size:1.5em;
    }

    div.contact_bar{
        text-align:left;
        overflow:hidden;
    }

    div.form .details{
        padding:10px;
    }


    div.contact_bar div:first-child{
        float:left;
    }

    div.contact_bar div:last-child{
        float:right;
    }


@media all and (max-width : 670px) {

    div.contact_bar div:first-child{
        float:none;
    }

    div.contact_bar div:last-child{
        float:none;
    }

}
