
.contacto table {
    margin: 0 auto;
}

tr.separador {
    height: 5px;
}

.contacto .formulario {
    height: 350px;
}

.contacto table .inputbg {
    background-image:url(../images/bg_contacto_inputs.png);
    width:302px;
    height:29px;
    line-height: 29px;
}
.contacto table .inputbgbig {
    background-image:url(../images/bg_contacto_inputs_big.png);
    width:302px;
    height:159px;
}
.contacto table .inputbgbig textarea{
    width:295px;
    height:157px;
    padding-left: 7px;
    border: none;
    background: none;
    overflow:hidden;
}

.contacto table .inputbg .textbox{
    width:295px;
    height:25px;
    line-height:31px;
    padding-left: 7px;
    border: none;
    background: none;
    padding-top: 5px;
}

.contacto .title {
    color: #33537d;
    font-size: 13px;
    font-weight: bold;
}

.contacto td.title {
    padding-right: 30px;
    text-align: right;
    vertical-align: middle;
}

.contacto table tr td.enviar {
    text-align: right;
    padding-right: 20px;
}

.btnenviar {
    width:81px;
    height:21px;
    border: none;
    background-image: url(../images/btn_enviar.png);
    cursor: pointer;
    color: #797979;
    font-weight: bold;
}
.btnenviar:hover {
    background-position: 0 -21px;
    color: #ffffff;
}
