/* ------------- Globais Site ------------- */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	background-position:center top;
}
/* ------------- Topo -----------------------*/
div#super-conteiner{
	margin: 0px;
	padding: 0px;
	width: 1024px;
	margin:auto;
	background-image:url(images/fundo-logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
div#conteiner_topogeral {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	margin:auto;
	height: 378px;
}
.azul2 {
	background-image:url(images/fundo-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.amarelo2 {
	background-image: url(images/homeAmarela_site_adecolor.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.laranja2 {
	background-image: url(images/homeLaranja_site_adecolor.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.rosa2 {
	background-image: url(images/homeRosa_site_adecolor.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.roxo2 {
	background-image: url(images/homeRoxo_site_adecolor.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.verde2 {
	background-image: url(images/homeVerde_site_adecolor.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.conteiner-topo {
	width:1024px;
	height:378px;
	margin: auto;
	position:relative;
}
.logo-marca h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 294px;
	height: 62px;
	text-indent: -999em;
	
}
.logo-marca h1.azul {
	background-image:url(images/logo-marca.jpg);
	background-repeat:no-repeat;
}
.logo-marca h1.amarelo {
	background-image: url(images/logoamarela.jpg);
	background-repeat:no-repeat;
}
.logo-marca h1.laranja {
	background-image: url(images/logolaranja.jpg);
	background-repeat:no-repeat;
}
.logo-marca h1.rosa {
	background-image: url(images/logorosa.jpg);
	background-repeat:no-repeat;
}
.logo-marca h1.roxo {
	background-image: url(images/logoroxo.jpg);
	background-repeat:no-repeat;
}
.logo-marca h1.verde {
	background-image: url(images/logoverde.jpg);
	background-repeat:no-repeat;
}

.conteiner-menu {
	position:absolute;
	width: 1024px;
	height: 41px;
	top: 336px;
}
/* ------------- Para o conteudo BNW ------------- */

div#conteiner_bnw {
	width:1004px;
	margin: auto;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
div#conteiner_bnw h1{
	margin: 0px;
	padding:0px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5386b8;
	font-weight: bolder;
	text-transform:uppercase;
}
div#conteiner_bnw a{
	color: #333333;
	text-decoration:none;
}
div#conteiner_bnw a:hover{
	color: #666666;
}
div#conteiner_bnw img{
	border:0px;
}
div#conteiner_bnw .titulo{
}
div#conteiner_bnw .titulo h1{
}
div#conteiner_bnw .conteudo{
}
div#conteiner_bnw .conteudo a{
}
div#conteiner_bnw .conteudo a:hover{
}
div#conteiner_bnw .conteudo hr{ /*Deixa as tagc HR com um alinha mais clean*/
	border:0px;
	height:1px;
	background-color:#CCCCCC;
}

/* ------------- Rodapé ------------- */

div#rodape{
	width:1004px;;
	margin: auto;
	position:relative;
	height: 60px;
	padding-left: 20px;
	background-image:url(images/fundo-rodape.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:none;
	text-align: left;
	padding-top: 20px;	
}
div#rodape a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	text-decoration:none;
}
div#rodape a:hover{
	text-decoration:underline;
}
div#rodape span{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight:bolder;
}
.linkbnw {
position:absolute;
top: 60px;
right: 0px;
}
/*------------------- Muda o estilo do menu horizontal ---------------------*/
ul.menubar{
   margin: 0px;
   padding: 0px;
   height: 41px;
   padding-left: 7px;
}
ul.menubar .menuvertical{
   margin: 0px;
   padding: 0px;
   list-style: none;
   float:left;
}
ul.menubar ul.menu{
   display: none;
   position: absolute;
   margin: 0px;
   z-index: 500;
}
ul.menubar a{
    display:block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-bottom:11px;
	padding-top:16px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/barra-menu.jpg);
	background-repeat:no-repeat;
	background-position: right ;
}
/*------------------- Muda o estilo do submenu horizontal ---------------------*/
ul.menu{
	margin: 0;
	padding: 0;
	padding-bottom:15px;
	width:104px;
	background-image:url(images/fundo-submenu.png);
	background-repeat:repeat-y;
	z-index:3000;
	border-bottom: 1px solid #636363;
}
ul.menu li.menuvertical{
	float:none;
}
ul.menu a{
	margin: 0px;
	padding: 0px;
	padding-left:7px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	background-image:url();
	font-size:10px !important;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li {
	float: left; height: 1%; 
}
* html ul.menu li a { 
	height: 1%; 
}
/* End */






/* ------------- Fotos ------------- */
.titulo_imagem{ /*Para isntruções da galeria*/
}
#galeria_BNW{ /*Conteúdo da galeria - fotos*/
	text-align:center;
	padding:5px;
}
#galeria_BNW .thumb_galeria{ /*Span em volta da foto*/
}
#galeria_BNW .thumb_galeria img{ /*controla a imagem do thumb*/
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin:1px;
}


/* ------------- Formulários ------------- */

div#formulario {	
}
div#formulario input, textarea{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	border: 1px solid #CCCCCC;
}
div#formulario input:focus, textarea:focus{ /* Soemnte para o Firefox */
	border: 1px solid #80291F;
}
table.tabela_formulario{ /* Define os campos da tabela */
	border-collapse:collapse;
}
table.tabela_formulario .linha_tabela_formulario{
}
table.tabela_formulario .celula_label_tabela_formulario{
	vertical-align:top;
}
table.tabela_formulario .celula_campo_tabela_formulario{
	vertical-align:top;
}
div#formulario .botao_formulario { /* define o estado do botão dos formulários*/
	padding-bottom:8px;
	padding-top:8px;
	width: 80px;
	border:1px solid #999999;
	color:#000000;
	background-color:#FFFFFF;
}
div#formulario .texto_intro{ /* define texto das instruç~eos do formulário */
}


/* ------------- Ajustes Globais ------------- */
img {
	border:0; /* Para tirar a borda do link em imagens */
}
fomr {
	margin:0px;
	padding:0px;
}


/* ------------- lightbox ------------- */
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:hidden;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:url(images/overlay.png) 0 0 repeat;
}
#colorbox {
}
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(images/controls.png) -100px 0 no-repeat;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url(images/controls.png) -129px 0 no-repeat;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(images/controls.png) -100px -29px no-repeat;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(images/controls.png) -129px -29px no-repeat;
}
#cboxMiddleLeft {
	width:21px;
	background:url(images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url(images/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url(images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url(images/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-bottom:28px;
}
#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0px;
	background:url(images/controls.png) -75px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:-75px -25px;
}
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(images/controls.png) -50px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:-50px -25px;
}
#cboxLoadingOverlay {
	background:url(images/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background:url(images/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/controls.png) -25px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:-25px -25px;
}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}
