/* FORMULARIOS */

/* DIVS */

/* CONTACTO - 636 */ 

/*#Fizq {
	width:150px;
	height:auto;
	float: left;
	padding:0 25px 25px 25px;
}
#Fder {
	width:386px;
	height:auto;
	float: left;
	padding:0 25px 25px 25px;	
}*/
/* Dentro de Fder - definición de item y celdas */
.totf {
	width:580px;
	height:auto;
	float: left;
	padding:5px 0 5px 0;
}
.item {
	width:200px;
	height:auto;
	float: left;
	padding:0px;
}

.inp {
	width:380px;
	height:auto;
	float: left;
	padding:0px;	
}

/* ESTILOS DE FORMATO EN FORMULARIOS */
.formA { /* Inputs */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14635b;
	font-weight: bold;
	background-color:#ebf6e0;
}
.formB { /* Botones Normales */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color:#81c325;
}
