/* FORMULARIOS */

/* input y celdas */
.totf {
	width:428px;
	height:auto;
	float: left;
	padding:0 0 10px 0;
	font-weight:bold;
}
.input {
	width:130px;
	height:auto;
	float: left;
	padding:2px 0 2px 10px;
}

.cel {
	width:288px;
	height:auto;
	float: left;
	padding:2px 0 2px 0;	
}

/* FORMATO */
.formA { /* Inputs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646362;
	font-weight: bold;
	background-color:#eeedec;
}
.formB { /* Botones Normales */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color:#828180;
}
/*Combos*/
.combA { /* Combos tipo 1 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4da72d;
	font-weight: bold;
	background-color:#f8fee9;
}
