.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: 485px;
    background-color: #F9F9F9;
    font-family: Verdana;
    padding: 10px;
    color: #58595b;
    text-align:left;
}
*html .formTks
{
    width: 465px;
    
}
.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: 40px;
}
.form .txtSmall.mes
{
     margin-left: 3px;
}
.form .txtMedium
{
    width: 55px;
    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
{
    float:left;
    font-size:9px;
    margin-bottom:15px;
    margin-left:170px;
    width:140px;
    color: #F7A921;
}
.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 .conforme
{
	height:30px;
	line-height:30px;
	margin-top:20px;
	text-align:center;
}
.form .conforme a
,.form .conforme a:visited
,.form .conforme a:hover
{
	color:#FFBB02;
}
.form .captcha
{
	float:none;
    height:auto;
    margin-top:20px;
    overflow:hidden;
    text-align:center;
}
.form .captcha img
{
	float:left;
	width:120px;
	margin-left:75px;
}
.form .captcha input
{
	border:1px solid #F7A921;
    float:left;
    font-size:12px;
    margin-left:10px;
    padding-bottom:2px;
    width:140px;
}

.form .btenviar
{
    text-align: center;
    margin:25px 0px 15px 0px;
    clear: both;
    
}
.form .btenviar input
{
    background-image: url('Forms/btn_enviar.png');
    border: 0;
    width: 94px;
    height: 28px;
    cursor: pointer;
}
.footer
{
    margin-top: 5px;
}
.error
,.form .Field .error
{
    margin: 0px 0px 20px 200px;
    color:Red;
}
