@charset "utf-8";
/* CSS Document */

@font-face  {
	font-family:"nelson";
	src:url(../fontes/Bell-Centennial-Std-Address_6527.ttf), url(../fontes/bellcentennialstdaddress_6527.otf), url(../fontes/bellcentennialstdaddress_6527.svg), url(../fontes/Bell-Centennial-Std-Address_6527.eot), url(../fontes/Bell-Centennial-Std-Address_6527.woff);
}

h1,h2,h3,h4,h5,h6 {
	font-family: "nelson";
	color:#000000;
}
p, span, a , .aa{
	font-family:"nelson";
	color:#000000;
	font-size:13px;
}
.aa, a, a:link, a:active, a:visited, a:hover, map, area, img {
	text-decoration: none;
	outline: none;
	border:none;	
}
.aa:hover {
	display:inline;
	background-color:#FEC325;
}


.espacoLinhaMenor {
	line-height:125%;
}
.espacoLinhaMedia {
	line-height:145%;
}
.espacoLinhaMaior {
	line-height:160%;
}



.cor-texto {
	color:#FFFFFF;
}
.cor-titulos-links {
	color:#FFD800;
}
.doze {
	font-size:12px;
}
.catorze {
	font-size:14px;
}
.dezoito {
	font-size:18px;
}
.vintequatro {
	font-size:24px;
}
.trintaseis {
	font-size:36px;
}
/*espaçamento entre linhas com 144% */
.line-um {
	line-height:144%;
}
/*espaçamento entre linhas com 140% */
.line-dois {
	line-height:142%;
}
.direita {
	text-align:right;
}
.esquerda {
	text-align:left;
}
.centro {
	text-align:center;
}
.justificado {
	text-align:justify;
}
.tab { 
	margin-left: 80px;
}
.tabI { 
	margin-left: 70px;
}
.tab-zero { 
	margin-left: 143px;
}
.tab-um { 
	margin-left: 60px;
}
.tab-dois { 
	margin-left: 35px;
}
.tab-tres { 
	margin-left: 15px;
}
.tab-quatro { 
	margin-left: 0px;
}
.tab-cinco { 
	margin-left: -10px;
}
.asterisco { 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover .asterisco {
	text-decoration:none;
	outline: none;
	border:none; 
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


