@charset "utf-8";
/* CSS Document */

.titulo_ng {
	font-size: 12px;
}

.texto{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-align: justify;
}

.texto_ng{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align: justify;
}

.centrado {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}

a:link{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#369;
	text-transform:none;
	text-decoration:none;
}

a:visited{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#369;
	text-transform:none;
	text-decoration:none;
}

a:hover{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#033;
	text-transform:none;	
	text-decoration:none;
}
.menu_ng{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align: justify;
}

