@charset "iso-8859-5";
/* CSS Document */
#form_general{
	position:relative;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	width: 850px;
	height: auto;
	background-color:#FFFFFF;
	color:#333;
}
.form_sombra{
	float: left;
	width:auto;
	height:auto;
	background-color:#006699;
}
.form_header{
	float: left;
	background-color:#89A3BE;
	width:850px;
	height: 30px;
	
}
.form_container{
	float: left;
	width: 850px;
	height: auto;
}
.form_interior{
	float:left; 
	width:80%;
	margin-left:10%; 
	margin-top: 50px;
}
.form_divisor{
	float: left;
	width:50%;
	height:auto;
}
.form_titulo{
	float: left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.form_subtit{
	float: left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:20px;
	margin-bottom:24px;
	border-bottom: 1px dotted #CCC; 
}
.paso_subtit{
	float: left;
	width:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#555;
}
.campo_botones{
	float: left;
	width:80%;
	height: auto;
	padding-bottom: 25px;
	padding-left: 10%;
}
.campo_desc{
	float: left;
	width:100%;
}
.form_descripcion{
	float: left;
	width:100%;
	height:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#625E51;
}
.campo{
	float:left;
	width:100%;
	height:30px;
}
.text_campo{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding-top: 2px;
	width:90%;
	height:30px;
}
input{
	border:1px solid #999;
}
select{
	border:1px solid #999;
}
.texto_largo{
	width:500px;
}
.texto_regular{
	width:350px;
}
.texto_medio{
	width:200px;
}	
.texto_corto{
	width:130px;
}
.texto_chico{
	width:60px;
}
.texto_diames{
	width:35px;
	text-align:center;
}
.texto_anio{
	width:50px;
	text-align:center;
}
.sel_chico{
	width:128px;
}
.textoa_largo{
	width:500px;
	height: 300px;
}
.textoa_regular{
	width:400px;
	height: 250px;
}
.textoa_medio{
	width:250px;
	height: 150px;
}	
.textoa_corto{
	width:180px;
	height: 100px;
}
.textoa_espec{
	width: 800px;
	height: 35px;
}
.etiq{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333;
}
#form_general em{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #F00;
}	
.marcaagua{
	float:left;
	margin-left:25px;
	margin-top:10px;
}
.pagado{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#900;
	font-size:24px;
	border: 2px solid #900;
	font-family: "Courier New", Courier, monospace;
}

