@charset "UTF-8";
/* CSS Document */

/*************************formulario***************************/

.contenido_formulario {
	float:left;
	width:475px;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	
	}

.imag_cab_fomulario  {
	float:left;
	width:475px;
	height:18px;
	background-image:url(../../images/qt/cab_formulario.png);
	background-repeat:no-repeat;
	
	}
	
.imag_fondo_formulario  {
	float:left;
	width:475px;
	background-image:url(../../images/qt/fon_formulario.jpg);
	background-repeat:repeat-y;
	}	

.cont_formulario_campos_form  {
	float:left;
	
	}
	
.imag_pie_formulario  {
	float:left;
	width:475px;
	height:15px;
	background-image:url(../../images/qt/piecera_formulario.png);
	background-repeat:no-repeat;
	
	}


.form_2_desc {
	float:left;
	width:145px;
	padding-top:8px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222c;
	font-size:12px;
	text-align:right;
	height:19px;
	
}


.form_2_campo{
	float:left;
	width:280px;
	text-align:left;
	padding-top:5px
}

.form_campo_contenido{
	width:260px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:12px;
	line-height:25px;
	
	background-position:0px 0px;
	
	padding-left:10px;
	padding-right:10px;
	
}

.form_campo_contenido_chic{
	width:148px;
	
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:12px;
	
	
	padding-left:10px;
	padding-right:10px;
}


.linea_obligatorios  {
	float:left;
	width:335px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#6e268c;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:140px;
	text-align:left;
	
	
	}
	
.linea_boton  {
	float:left;
	width:275px;
	height:34px;
	text-align:center;
	padding-left:200px;
	
	}
	
.cont_boton  {
	float:left;
	width:120px;
	height:34px;
	
	
	}	
	
.imag_boton_registro {
	float:left;
	width:26px;
	vertical-align:middle;
	text-align:center;
	
	}	
	
	
.bot_aceptar {
	  float:left;
	  text-align:left;
	  font-family:"Times New Roman", Times, serif;
	  font-size:16px;
	  color:#6e268c;
	  padding-left:3px;
	  line-height:34px;
	  text-decoration:none;
	
	}				
	
.bot_aceptar a {
      color:#6e268c;
	  padding-left:3px;
	  line-height:34px;
	   text-decoration:none;
	
	}	
	
.bot_aceptar a:hover {
      color:#333;
	  padding-left:3px;
	  line-height:34px;
	  text-decoration:underline;
	
	}		

