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

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #161616;
	color: #FFF;
	font-size: 11px;
	background-image: url(img/bg_geral.jpg);
	background-position: center;
}
#bloco1 {
	background-color: #000;
	height: 274px;
	width: 200px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	background-image: url(img/img1.jpg);
	background-repeat: no-repeat;
}
#texto_bloco {
	margin-top: 200px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFF;
	text-align: left;
}

#bloco2 {
	background-color: #000;
	height: 274px;
	width: 200px;
	float: left;
	margin-left: 5px;
	background-image: url(img/img2.jpg);
	background-repeat: no-repeat;
}
#bloco3 {
	background-color: #000;
	height: 274px;
	width: 200px;
	float: left;
	margin-left: 19px;
	background-image: url(img/img3.jpg);
	background-repeat: no-repeat;
}
#bloco4 {
	background-color: #000;
	height: 274px;
	width: 200px;
	float: left;
	margin-left: 19px;
	background-image: url(img/img4.jpg);
	background-repeat: no-repeat;
}

#centrallizar {
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width: 850px;
}

.fundo_tabela1 {
	background-color: #20596B;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.fundo_tabela2 {
	background-color: #7E7E20;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.fundo_tabela3 {
	background-color: #7E3320;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}


tr {
	background-color: #333;
}

.titulo_tabela_dentro {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}


h1 {
	text-transform: capitalize;
	font-size: 12px;
	background-color: #404040;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-right: 4px;
}
table {
	background-color: #212121;
}
td.delocada {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}


h2 {
	color: #FFF;
	background-color: #F60;
	text-transform: capitalize;
	padding-left: 8px;
	font-size: small;
	padding-top: 4px;
	padding-bottom: 4px;
}
h3 {
	text-transform: uppercase;
	font-size: 11px;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #272727;
	color: #CCC;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	float: left;
	height: 76px;
	width: 280px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}
#conteudo_quemsomos {
	background-color: #212121;
	padding: 10px;
	width: 850px;
	float: left;
	text-align: justify;
}
#conteudo_index {
	background-color: #212121;
	padding: 10px;
	width: 860px;
	float: left;
	text-align: justify;
}

li.informacao {
	background-color: #2A2A2A;
	height: 16px;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #212121;
	border-left-color: #212121;
	border-top-style: solid;
	padding-top: 4px;
	font-size: 10px;
}


.titulo_quemsomos {
	color: #FFF;
	background-color: #B23C22;
	text-transform: capitalize;
	padding-left: 8px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	background-image: url(img/bg_quemsomos.jpg);
	background-position: right;
}
#rodape {
	font-size: 9px;
	color: #515151;
	background-color: #1F1F1F;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #191919;
	border-right-color: #191919;
	border-bottom-color: #191919;
	border-left-color: #191919;
}
#bloco_lista {
	width: 750px;
	height: 150px;
}
.img_esq {
	float: left;
}
.titulo_amarelo {
	color: #000;
	background-color: #FC0;
	text-transform: capitalize;
	padding-left: 8px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(img/bg_amarelo.jpg);
	background-position: right;
}
.titulo_vermelho {
	color: #FFF;
	background-color: #900;
	text-transform: capitalize;
	padding-left: 8px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(img/bg_vermelho.jpg);
	background-position: right;
}
.titulo_azul {
	color: #FFF;
	background-color: #069;
	text-transform: capitalize;
	padding-left: 8px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(img/bg_azul.jpg);
	background-position: right;
}
.titulo_verde {
	color: #FFF;
	background-color: #060;
	text-transform: capitalize;
	padding-left: 8px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(img/bg_verde.jpg);
	background-position: right;
}



.fundo_tabela_contato {
	background-color: #212121;
}
.borda_img {
	padding: 5px;
	border: 1px solid #666;
	margin-left: 5px;
}
