/*--MAQUETA 3 COLUMNAS----------*/
div#col01{
    border-radius: 5px;
    float: left;
    padding-top: 10px;
    width: 390px;
}
div#col02{
    float: right;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 520px;
}
/*--FIN MAQUETA 3 COLUMNAS------*/


/*--ERROR-----------------------*/
form#frm-contacto label{
    margin-top: 10px;
    display: block;    
}
form#frm-contacto label.error{
    margin-top: 0;
}
/*--FIN ERROR-------------------*/

div#col01 img{
    border-radius: 10px;
    height: 375px;
    margin-left: 5px;
}

form#frm-contacto input[type="text"] {
    width: 270px;
}
textarea#contacto_mensaje{
    font-family: arial;
    font-size: 16px;
    height: 129px;
    padding: 5px;
    width: 435px;
}
form#frm-contacto input.btn-enviar{
    margin-top: 10px;
}