.error
{
    margin: 0px 0px 20px 200px;
}
.msjerror
{
    color: Red;
}
.section .description
{
    display: none;
}
.form .description
{
    background-color: White;
    padding: 15px;
}
.form
{
    width: 540px;
    background-color: #F9F9F9;
    font-family: Verdana;
    float: none;
    overflow: hidden;
    height: auto;
}
.formTks
{
    width: 520px;
    background-color: white;
    font-family: Verdana;
    padding: 10px;
    color: #58595b;
}
.form .datospersonales
{
    padding-top: 35px;
}
.contenido .descripcion
{
    padding-left: 0px;
}
.form label
{
    display: block;
    color: #58595b;
    width: 190px;
    float: left;
    text-align: right;
}
.form .txt, .form .txtSmall, .form .txtMedium, .form .txtLarge
{
    display: block;
    border: solid 1px #F7A921;
    width: 140px;
    float: left;
    margin-left: 15px;
    font-size: 12px;
    padding-bottom: 2px;
}
.form .txtSmall
{
    width: 22px;
}

.form .txtMedium
{
    width: 114px;
    margin-left: 3px;
}
.form .txtLarge
{
    width: 175px;
}
.form .Field, .form .botonera
{
    clear: both;
    float: none;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
}
*html .form .Field, *html .form .botonera
{
    border: solid 1px #F9F9F9;
}
.form .
.Field.Tel
{
    margin-bottom: 5px;
}
.form .LblPhone
{
    width: 335px;
    float: right;
    color: #F7A921;
    font-size: 9px;
    margin-bottom: 15px;
}
.form .Field span, .form .FieldInfo span
{
    color: #F7A921;
    padding-left: 2px;
}
.form .Field .info
{
    color: #F7A921;
}
.form .FieldInfo
{
    color: #F7A921;
    margin: 0px 0px 20px 80px;
    float: left;
}
.form select.DrpDay
{
    margin-left: 44px;
    width: 40px;
}
.form select.DrpMonth
{
    width: 105px;
}
.form select.DrpYear
{
    width: 60px;
}


.form .titulo
{
    background-image: url(Amarillo/titulo_fondo_rep.png);
    background-repeat: repeat-x;
}
.form .titulo h1
{
    color: Black;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: right;
    line-height: 24px;
    padding: 0;
    padding-right: 30px;
    height: 31px;
}

.form .obligatorio
{
    color: #C1AC3A;
    font-weight: bold;
    background-image: url(Amarillo/obligatorios_fondo.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 5px 42px 9px 42px;
    margin-bottom: 25px;
}


.form .btenviar
{
    text-align: center;
    margin-bottom: 15px;
    clear: both;
}
.form .btenviar input
{
    background-image: url('Forms/btn_enviar.png');
    border: 0;
    width: 94px;
    height: 28px;
    cursor: pointer;
}
.footer
{
    margin-top: 5px;
}
