#success_message{ display: none;}
/* === Remove input autofocus webkit === */

/* === Form Typography === */
body {
    font-size: 12px;
	font-family: "Open Sans", Arial, sans-serif;
}
.ancho_columna{
	width: 50%;
}
legend {
	color: #FF0000
}
.justificado {
	text-align:justify;
	font-size:12px
}
.justificado b{
	color:#F10A0E;
}
label b{
	color:#F10A0E;
}
.a_justificado {
	text-align:justify;
	font-size:11px
}
.b_justificado {
	text-align:justify;
	font-size:11px;
	color:#F10A0E;
}

