/* Divs de formularios */ 

#formulario {
	width:654px; 
	height:auto;
	float:left;
	padding:10px 0 0 0;
}

.totf {
	width:654px; 
	height:auto;
	float:left;
	padding:0;
}
.item {
	width:180px; 
	height:auto;
	float:left;
	padding:5px 0px 0px 0px;
	text-align:left;
}
.input {
	width:474px; 
	height:auto;
	float:left;
	padding:5px 0 0 0;
	text-align:center;	
}

/* estilos del formulario */

.celdaf {
	background-color:#faf4fb;
} 
.btnback {
	background-color:#ef375b;
}
