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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fundoSite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f3f3f3;
}
.linkTituloNoticias {
	font-family: Arial;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.linkTituloNoticias:hover {
	font-family: Arial;
	font-size: 14px;
	color: #D02323;
	text-decoration: none;
}
.linkMaisNoticias {
	font-family: Arial;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.homeTexto {
	font-family: Arial;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	text-align: right;
}

/*RODAPE*/
.rodapeTitulos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}
.rodapeLinks {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.rodapeLinks:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.rodapeNomeEmpresa {
	font-family: Arial;
	font-size: 14px;
	color: #000;
}
.rodapeTextos {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}
.rodapeOngate {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
/*------------------------*/