
/* FORMULARIOS */
/* ORGANIZACIÓN DE LOS FORMULARIOS */

/* FORMULARIOS 343px Contacto */

.totf {
	width:340px;
/*	width:343px;*/
	height:auto;
	padding:3px 0 2px 0;
	float:left;
}
.item {
	width:130px;
	height:auto;
	padding:0px;
	float:left;
}
.cell {
	width:210px;
/*	width:213px;	*/
	height:auto;
	padding:0px;
	float:left;
}

/* ESTILOS */
.form1 { /* celdas */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#6d3425; 
	background-color:#f3e9d9;
}

.btn1 { /* botones */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#f3e9d9;
	background-color:#6e7f28;
}
