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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
	background-image: url(../img/estrutura/bg_top.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}

#all {
	width: 795px;
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#all2 {
	width: 795px;
	height: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cabeca {
	width: 795px;
	height: 259px;
	margin: 0 auto;
}

#logo {
	height: 51px;
	width: 223px;
	margin-top: 38px;
	margin-bottom: 23px;
	margin-left: 19px;
}

#menu {
	margin: 0px;
	height: 150px;
	width: 795px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #26265B;
	border-right-color: #26265B;
	border-left-color: #26265B;
}

#slider {
	width: 795px;
	height: 301px;
	margin-top: -34px;
	vertical-align: top;
}

#barra_negra {
	width: 795px;
	height: 100px;
	background-color:#1A1A1A;
	margin-top: -34px;
	vertical-align: top;
}

#barra_negra #texto_negra {
	font-size: 25px;
	color: #B3B3B3;
	width: 500px;
	height: 110px;
	margin: 0 auto;
	padding-top: 30px;
	font-style: italic;
	letter-spacing: 0px;
	text-align: right;
	float: right;
	padding-right: 15px;
}

#barra_negra #texto_negra2 {
	font-size: 25px;
	color: #B3B3B3;
	width: 500px;
	height: 110px;
	margin: 0 auto;
	padding-top: 0px;
	font-style: italic;
	letter-spacing: 0px;
	text-align: right;
	float: right;
	padding-right: 15px;
}

#destaque_yellow {
	width: 238px;
	height: 100px;
	margin-left: 15px;
	background-image: url(../img/estrutura/destaque_yellow.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
}

#destaque_yellow #texto_yellow {
	font-size: 30px;
	color: #1A1A1A;
	width: 180px;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
}

#destaque_yellow #texto_yellow2 {
	font-size: 30px;
	color: #1A1A1A;
	width: 180px;
	height: 120px;
	margin: 0 auto;
	padding-top: 10px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	vertical-align: middle;
}

#coluna1 {
	width: 259px;
	height: 400px;
	margin-top: 30px;
	float: left;
}

#coluna1_1 {
	width: 259px;
	height: 195px;
	background-color:#E6E6E6;
	float: left;
}

#coluna1_2 {
	width: 259px;
	height: 195px;
	margin-top: 10px;
	background-color:#E6E6E6;
	float: left;
}

#coluna2 {
	width: 259px;
	height: 400px;
	margin-top: 10px;
	margin-left: 9px;
	background-color:#4D4D4D;
	float: left;
}

#coluna3 {
	width: 259px;
	height: 400px;
	margin-top: 24px;
	margin-left: 9px;
	background-color:#F2F2F2;
	float: left;
}

#footer {
	width: 100%;
	height: 110px;
	background-image: url(../img/estrutura/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center center;
}

h1 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

h2 {
	font-size: 12px;
	color: #999;
	text-align: center;
}

h3 {
	font-size: 13px;
	color: #E6E6E6;
	te
	text-align: justify;
}

.bot a {
	/* visual do link */
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	background-color:#06C;
	padding: 2px 6px 2px 6px;
	background-image: url(../img/estrutura/botao.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.bot a:hover {
    color: #FF0;
}

#footer {
	background-image: url(../img/estrutura/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 110px;
	width: 100%;
}

#footer_dentro {
	width: 795px;
	height: 110px;
	margin: 0 auto;
}

#footer_copy {
	width: 300px;
	height: 80px;
	margin-left: 10px;
	padding-top: 25px;
	float: left;
}

#footer_cred {
	width: 115px;
	height: 26px;
	float: right;
	margin-top: 40px;
	margin-right: 25px;
}

#conteudo {
	width: 795px;
	height: 350px;
	margin: 0 auto;
	float: left;
}

#conteudo2 {
	width: 795px;
	height: 520px;
	margin: 0 auto;
	float: left;
}

a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color:#808080;
}

#pagina {
	width: 795px;
	height: 30px;
	border-top: solid 1px #2D2E7F;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align:center;
}
