/* LAYOUT GERAL -------------------*/
a {
	cursor: pointer;
	text-decoration: none;
}
.maiusculo {
	text-transform: uppercase;
}
.rodape-bg {
	background-image: url(../img/home/bg-rodape.jpg);
	background-repeat: repeat;
}
.logo {
	height: 195px;
	width: 240px;
	margin-top: 0px;
	left: 50%;
	margin-left: -490px;
	position: absolute;
	z-index: 100;	
}
.bg-titulos {
	background:url(../img/internas/bg-tit-1.png);
	font-family: 'Crushed', Tahoma;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}
/*MENUS E BTS -------------------*/

.menutopo {
	font-family: 'Crushed', Arial;
	font-size: 20px;
	text-transform: uppercase;
	color: #eee;
	text-decoration: none;
	cursor: pointer;
	background-color: #555;
}
.menutopo:hover {
	font-family: 'Crushed', Arial;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #000;
}
.bt-voltar {
	background-image: url(../img/internas/bt-voltar.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.bt-voltar:hover {
	background-image: url(../img/internas/bt-voltar-over.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.bt-menu-e {
	font-family: 'Crushed';
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	background-image: url(../img/internas/menu-e-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.bt-menu-e:hover {
	font-family: 'Crushed';
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-image: url(../img/internas/menu-e-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
/* FORMULÁRIOS -------------------*/
.borda-form1 {
	background-color: #eee;
	border: 0;
	font-family:Tahoma;
	font-size:14px;
	text-decoration:none;
	color: #555;
	padding: 5px;
}

/* FONTES ------------------------*/

.fcru30b {
	font-family: 'Crushed', Tahoma;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.fcru25p {
	font-family: 'Crushed', Tahoma;
	font-size: 25px;
	color: #000;
	text-decoration: none;
}
.fcru25b {
	font-family: 'Crushed', Tahoma;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}
.fcru25cm {
	font-family: 'Crushed', Tahoma;
	font-size: 25px;
	color: #777;
	text-decoration: none;
}
.fcru25amarelo {
	font-family: 'Crushed', Tahoma;
	font-size: 25px;
	color: #ffff00;
	text-decoration: none;
}
.fcru25cc {
	font-family: 'Crushed', Tahoma;
	font-size: 25px;
	color: #ccc;
	text-decoration: none;
}
.fcru20p {
	font-family: 'Crushed', Tahoma;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.fcru18ce {
	font-family: 'Crushed', Tahoma;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.fcru16p {
	font-family: 'Crushed', Tahoma;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.fcru16b {
	font-family: 'Crushed', Tahoma;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.fcru16vi {
	font-family: 'Crushed', Tahoma;
	font-size: 16px;
	color: #660000;
	text-decoration: none;
}
.fcru15vi {
	font-family: 'Crushed', Tahoma;
	font-size: 15px;
	color: #660000;
	text-decoration: none;
}
.fcru14vi {
	font-family: 'Crushed', Tahoma;
	font-size: 14px;
	color: #660000;
	text-decoration: none;
}
.fta14ce {
	font-family: Tahoma;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.fta14cm {
	font-family: Tahoma;
	font-size: 14px;
	color: #555;
	text-decoration: none;
}
.fta12branca {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.fta12cc {
	font-family: Tahoma;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}
.fta12ce {
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

