@charset "iso-8859-1";
/* CSS Document */


.texto {
	font-size: 12px;
	color: #878787;
	line-height: 150%;
	font-family: Arial;
}
	
.texto_p {
	font-family: Arial;
	font-size: 11px;
	color: #878787;
	line-height: 150%;
}
.rodape {
	font-family: Arial;
	font-size: 11px;
	color: #575756;
	line-height: 150%;
}

.rodape_bc {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	line-height: 150%;
}

.destaque {
	font-family: Arial;
	font-size: 12px;
	color: #344da0;
	line-height: 150%;
}

.titulo_azul {
	font-family: Cinzel;
	font-size: 13px;
	color: #344da0;
	font-weight: bold;
	line-height: 150%;
}

.titulo_branco {
	font-family: Cinzel;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
}

a.glow, a.glow:hover, a.glow:focus
{
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
	color: #fff;
}

a.glow:hover, a.glow:focus
{
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
	color: #fff;
}



a.link_vermelho:link {
	color: #ec2024;
	text-decoration: none;
}
a.link_vermelho:visited {
	text-decoration: none;
	color: #ec2024;
}
a.link_vermelho:hover {
	text-decoration: none;
	color: #ec2024;
}
a.link_vermelho:active {
	text-decoration: none;
	color: #ec2024;
}


a.link_branco:link {
	color: #fff;
	text-decoration: none;
}
a.link_branco:visited {
	text-decoration: none;
	color: #fff;
}
a.link_branco:hover {
	text-decoration: none;
	color: #fff;
}
a.link_branco:active {
	text-decoration: none;
	color: #fff;
}
