.error
	{
	    margin:0px 0px 20px 200px;
	}
.msjerror {color:Red;}
.form 
{
     width:540px;
     background-color:#EDF7F9;
     font-family:Verdana;
     float:none;
	overflow:hidden;
	height:auto;
}
.section .description {
    display:none;
}
.formTks 
{
    width:520px;
    /*background-color:#EDF7F9;*/
    font-family:Verdana;
    padding:10px;
    color:#58595b;
}
.form .description {
background-color:White;
padding:15px;
}
.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
{
    display:block;
    border:solid 1px #7BD1F1;
    width:140px;
    float:left;
    margin-left:15px;
    font-size:12px;
    padding-bottom:2px;
}
.form .txtSmall
{
    width:22px;
}
.form .txtSmall.Area
{
    margin-left:3px;
}
.form .txtMedium
{
    width:86px;
    margin-left:3px;
}
.form .Field
,.form .botonera
{
    clear:both;
    float:none;
	overflow:hidden;
	height:auto;
	margin-bottom:10px;
}
*html .form .Field
,*html .form .botonera
{
    border:solid 1px #EDF7F9;
    
}
.form .Field.Tel
{
    margin-bottom:5px;
}
.form .LblPhone
{
    width:335px;
    float:right;
    color:#007AB7;
    font-size:9px;
    margin-bottom:15px;
}
.form .Field span
,.form .FieldInfo span
{
    color:#FFAB00;
	padding-left:2px;
}
.form .Field .info
{
    color:#007AB7;
	
}
.form .FieldInfo
{
    color:#007AB7;
    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:31px;
		cursor:pointer;
		
	}
.footer
{
    margin-top:5px;
}
