/* FORMULARIOS */

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

.cells {
	width:520px;
	height:auto;
	float: left;
	padding:2px 0 2px 0;	
}

/* FORMATO */
.formA { /* Inputs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35989f;
	font-weight: bold;
	background-color:#b9ebe0;
}
.formB { /* Botones Normales */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color:#40786F;
}

