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

#site {
	margin: 0 auto;
	width: 980px;
}
#menu {
	float: left;
	height: 141px;
	width: 782px;
}
#logo {
	float: left;
	height: 141px;
	width: 198px;
}
#corpo {
	background-color: #FFF;
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#rodape {
	background-image: url(layout/bg_rodape.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 980px;
}
#rodapeh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	text-align: center;
	width: 980px;
	text-transform: none;
}
#direita_ini {
	float: left;
	height: 497px;
	width: 490px;
}
.direita_ini {
	float: left;
	width: 450px;
}
h1 {
	font-size: 22px;
	color: #960000;
	margin: 0px;
}
h2 {
	font-size: 18px;
	color: #DFA200;
	margin: 20px 0px 0px 0px ;
	border-bottom:1px dotted #c0c0c0;
	border-top:1px dotted #c0c0c0;
}
p {
	line-height: 22px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p strong {
	color: #510000;
}
.input_contato {
	background-color: #3F0C0C;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #FFF;
	width: 420px;
	border-bottom-width: 2px;
	border-bottom-color: #270707;
}
.noticia a {
	color: #4F0101;
	text-decoration: none;
}

.paginacao {
	color:#333;
	border:1px solid #000;
	text-decoration:none;
	padding:3px;
}
.paginacao:a {
	color:#333;
	text-decoration:none;
}
.paginacao_ativa {
	color:#AD1514;
	margin: 4px;
}
.paginacao_ativa:a {
	color:#AD1514;
	border:1px solid #CCC;
	text-decoration:none;
}
.noticia {
	font-size: 18px;
	margin: 0px;
}
blockquote {
	background-color: #F5CFCF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.botao {
	text-align: center;
	margin-top: 20px;
}
.botao a {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	background-color: #960000;
	padding: 3px;
	font-size: 16px;
}
.botao a:hover {
	background-color: #000;
	padding: 6px;
}
.foto_grande {
	margin-bottom: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	border: 1px solid #D1E0EF;
	background-color: #FF9;
}
.quadrogaleria a{
	text-decoration:none;	
	color:#016179;
}

.quadro_mostra {
	width: 111px;
	padding: 5px;
	margin: 3px;
	float:left;
	background: #E0EAEF;
	text-align:center;
	position: relative;
	height: 165px;
	font-size:11px;
	overflow:hidden;
}
.quadro_mostra a {
	text-decoration:none;
	color:#333;
}

.quadrogaleria {
	width: 100px;
	padding: 5px;
	margin: 3px;
	float:left;
	background: #c0c0c0;
	text-align: center;
	height: 100px;
	
}

