/* FORMULARIOS */

/* Sección Tipo Formularios */

.Ftxt { /* texto principal */
	width:520px;
	height:auto;
	float:left;
	padding:10px;
}
.ftot { /* item o solicitud de información */
	width:520px;
	height:auto;
	float:left;
	padding:10px 0 0 0;
}
.item { /* item o solicitud de información */
	width:140px;
	height:auto;
	float:left;
	padding:5px;
}
.input { /* ingreso de información */
	width:360px;
	height:auto;
	float:left;
	padding:5px;
}

/* RESPUESTAS EN CONFIRM.PHP*/
#tconf {
	width:596px;
	height:auto;
	float: left;
	padding:20px;	
}

/* ESTILOS DE FORMATO EN FORMULARIOS */

/* ESTILO "A" */
.formA { /* Inputs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #523397;
	font-weight: bold;
	background-color:#e0d9ec;
}
.btnA { /* Botones Normales */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color:#523397;
	margin: 1px;
}
