/* FORMULARIOS */

/* input y celdas */
.totf {
	width:538px;
	height:auto;
	float: left;
	padding:4px 0 0 0;
}
.input {
	width:170px;
	height:auto;
	float: left;
	padding:2px 0 2px 10px;
}

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

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