@charset "utf-8";
body {
	margin: 0px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #B3AED5;
}
.titulo_maschico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #B3AED5;
}
.back_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8781BD;
	font-weight: normal;
}

.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	letter-spacing: 1px;
}
.texto_normal_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	letter-spacing: 1px;
}
.texto_normal_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8781BD;
	letter-spacing: 1px;
	line-height: 18px;
}
.texto_normal_bold_12_negra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	line-height: 18px;
}
.texto_normal_bold_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8781BD;
	letter-spacing: 1px;
	line-height: 18px;
}
.texto_normal_link   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}

