.formulario_tabla{
	border: 0px solid #800000;
	/*border-collapse:collapse;*/
	border-spacing:0px;
	padding:0px;
	empty-cells:hide;
	width: 90%;
	/*table-layout:auto;*/

}

.cubos_titulos{
	border: 1px solid #800000;
	
}
.cubos_formularios{
	border: 1px solid #800000;
	width:220px;
	/*border-bottom: 1px solid #800000;*/
}


.titulo_formularios{
	font-size:18px;
	color:#800000;
	text-decoration:underline;
	height:50px;
}
.titulos_campos{
	font-size:16px;
	color:#800000;
}
.style_resultado_ok{
	font-size:16px;
	color:#800000;
}
.style_resultado_error{
	font-size:14px;
	color:#FF0000;
}

.leyenda_ya_cargo_este_formulario{
	font-size:14px;
	color:#800000;
}

.leyenda_cargando{
	font-size:18px;
	color:#800000;
}

/* IMPUTS */
.input_text{
	width:320px;
	border: 1px solid #C0C0C0;
}

.input_textarea{
	width:320px;
	border: 1px solid #C0C0C0;
}

.input_archivo{
	width:320px;
	border: 0px solid #C0C0C0;
}

