TABLE.contactoContacto {
    padding: 5px;
    border: 1px solid #47949d;
    width: 525px;
    font-family: verdana, sans-serif;
    font-size: 11px;
    background: #ffffff;
    color: #003142;
    margin-bottom: 3px;
}

TD.contactoFila {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

INPUT.contactoBoton {
    height: 25px;
    width: 70px;
    font-size: 11px;
    border: 0px;
    background: url(img/fondoMenu.jpg) no-repeat;
    color: #003142;
    text-shadow: #ffffff 1px 1px 1px;
    line-height: 25px;
}

INPUT.contactoInput {
    height: 19px;
    width: 400px;
    color: #003142;
    font-size: 11px;
    border: 1px solid #47949d;
}

TEXTAREA.contactoTextarea {
    height: 100px;
    width: 400px;
    color: #003142;
    font-size: 12px;
    border: solid 1px #47949d;
    background: #ffffff;
    margin-bottom: 3px;
}