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

body {
	background-color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.link_lista {
	color: #333;
	text-decoration: none;
}
.link_lista:hover {
	color: #666;
	text-decoration: underline;
}


.agenda_data {
	font-size: 33px;
	color: #FFF;
	font-weight: bold;
	width: 92px;
	background-color: #A2A2A2;
	float: left;
	height: 80px;
	padding-left: 5px;
	margin-right: 5px;
}
.agenda_conteudo {
	width: auto;
	margin-right: 1px;
	margin-left: 1px;
	color: #FFF;
}

.fone {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 10px;
}

#top {
	background-color: #FFF;
	height: 104px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin-left: 16px;
	height: 67px;
	width: 240px;
	padding-top: 15px;
}

#banner {
	background-color: #E3E6EA;
	height: 262px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#banner_interno {
	background-color: #E3E6EA;
	height: 120px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	float: right;
	height: 58px;
	width: 551px;
	margin-right: 8px;
}

#conteudo {
	background-color: #FFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#conteudo_index {
	background-color: #FFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 490px;
}
.img_noticia_home {
	padding: 1px;
	margin-right: 5px;
	border: 1px solid #999;
	float: left;
}


#noticia {
	height: 480px;
	width: 290px;
	background-color: #898989;
}
.link_texto_home {
	color: #333;
	text-decoration: none;
}
.link_texto_home:hover {
	color: #666;
	text-decoration: underline;
}


#bloco_informacao {
	float: right;
	width: 550px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: justify;
}


#rodape {
	background-color: #F90;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	height: 20px;
	font-size: 10px;
	color: #333;
	text-indent: 10px;
	padding-top: 5px;
}
.link_agenda {
	background-color: #CACACA;
	height: 20px;
	width: 115px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 8px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
.link_agenda:hover {
	background-color: #E1E1E1;
	height: 20px;
	width: 115px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 8px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
.link_rodape {
	color: #333;
	text-decoration: none;
}
.link_rodape:hover {
	color: #333;
	text-decoration: underline;
}




#titulo_noticia {
	height: 45px;
	width: 290px;
	background-color: #666;
}
#empresa{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: justify;
}
.img_esq {
	float: left;
}
.linha_tabela {
	background-color: #E5E5E5;
}
.titulo_servicos {
	background-color: #F90;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	padding-left: 4px;
}
.link_servicos {
	background-color: #333;
	padding: 3px;
	height: 20px;
	width: 60px;
	color: #FFF;
	text-decoration: none;
}
.link_servicos:hover {
	background-color: #4D4D4D;
	padding: 3px;
	height: 20px;
	width: 60px;
	color: #F90;
	text-decoration: none;
}
.img_servicos {
	margin: 5px;
	float: right;
	padding: 1px;
	border: 2px solid #DFDFDF;
}
.img_bordaZero {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
.styleCinza {color: #999999}

h2{
	color: #000;
	text-align: left;
}

