.error
	{
	    margin:0px 0px 20px 95px;
	}
.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:15px;
    color:#58595b;
}
.form .datospersonales
{
    padding-top:35px;
}
.contenido .descripcion
	{padding-left:0px;}

.form label
{
    display:block;
    color:#58595b;
    width:190px;
    float:left;
    margin:0px 0px 2px 15px;
    
}
*html .form label
{
    margin-left:8px;
    width:181px;
}

.form .txt
,.form .txtFirst
,.form .txtMedium
, .form .txtLarge
{
    display:block;
    border:solid 1px #F7A921;
    width:175px;
    float:left;
    font-size:12px;
    padding-bottom:2px;
    margin-bottom:3px;
    #width:165px;
}
*html .form .txt
,*html .form .txtFirst
,*html .form .txtMedium
,*html .form .txtLarge
{
     width:150px;
}
.form .txtFirst
{
    margin-left:15px;
    
}
*html .form .txtFirst
{
    margin-left:8px;
    
}
.form .txtMedium
{
    width:86px;
    margin-left:3px;
}
.form .Field
{
    float:none;
	overflow:hidden;
	height:auto;
	margin-bottom:10px;
	width:405px;
	margin-left:80px;
	clear:both;
	
}
*html .form .Field
,*html .form .FieldCliente
{
    margin-left:40px;
    width:450px;
}
.form .Field .col1
{
    float:left;
    width:205px;
    
}
*html .form .Field .col1
{
    float:left;
    width:195px;
}
.form .Field .col2
{
    float:left;
    width:190px;
    margin-left:10px;
}
.form .Field .col2 label
{
    margin-left:0px;
    #margin-left:8px;
}
*html .form .Field .col2
{
    margin-left:5px;
}
*html .form .Field .col2 label
{
    margin-left:2px;
}
*html .form .Field .col2 input
{
    margin-left:1px;
}
*html .form .Field .col2 input.row
{
    margin-left:0px;
}
.form .FieldCliente
{
    width:300px;
    float:none;
    overflow:hidden;
    height:auto;
    margin-left:80px;
    clear:both;
    margin-bottom:10px;
}
.form .FieldCliente input
{
    margin-left:15px;
    clear:both;
}
*html .form .FieldCliente input
{
    margin-left:8px;
    clear:both;
}
.form .FieldRow
{
    width:300px;
    float:right;
    clear:both;
    margin-bottom:20px;
}
.form .FieldRow .txtLarge
{
    margin-left:10px;
    margin-top:3px;
}
.form .FieldRow label
{
    width:auto;
}
.form .FieldCol2
{
    margin-left:10px;
    
}

.form .Field.Tel
{
    margin-bottom:5px;
}
.form .LblPhone
{
    width:335px;
    float:right;
    color:#F7A921;
    font-size:9px;
    margin-bottom:15px;
}
.form .Field span
,.form .FieldCliente span
{
    color:#F7A921;
	padding-left:2px;
	float:left;
}
.form .Field .info
{
    color:#F7A921;
	
}
.form .Field .number
,.form .FieldCol2 .number
{
    color:#505050;
	float:left;
	padding-right:2px;
	
}
.form .TxtComments
{
    width:377px;
    margin-left:95px;
}
*html .form .TxtComments
{
    margin-left:43px;
}
.form .TxtComments label
{
    margin-left:0px;
}
.form .TxtComments .txt
{
    width:375px;
}

.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;
		
	}

