@charset "ISO-8859-1"; /*** Código que corrige a acentuação ***/
/* CSS Document */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: CSS Reset :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
* { 
margin: 0; 
padding: 0; 
list-style: none; 
} 
hr { 
display: none; 
} 
img { 
border: none; 
} 
body{ 
background: #776000;
}
body p{
font: 12px arial, verdana, tahoma; 
color: #222;
}
body p a{
font: 12px arial, verdana, tahoma; 
color: #333;
text-decoration: none;
}
body p a:hover{
color: #333;
text-decoration: underline;
}
h1, h2, h3 {
font: 15px arial, verdana, tahoma; 
color: #333;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: Div Topo Geral ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#topo_geral { 
width: 100%;
}
/* :: Div Topo :: */
#topo_geral #topo{ 
width: 960px;
height: 220px;
background: url(img/fundo_topo.jpg);
margin: 0 auto;
position: relative;
}
#topo_geral #topo #logo_catalogando_topo{ 
width: 284px;
height: 52px;
position: absolute;
	top: 10px;
	left: 561px;
}
#topo_geral #topo #logo_catalogando_topo a{
display: block;
width: 284px;
height: 52px;
background: url(img/logo_catalogando_topo.png) no-repeat;
text-indent: -999px; /*** Some com o texto ***/
overflow: hidden; /** Some com o conteúdo que transborda do elemento ***/
}
#topo_geral #topo #logo_catalogando_topo a:hover{
background-position: left -52px;
}
#topo_geral #topo #data_cadastro{ 
width: 218px;
height: 19px;
position: absolute;
	top: 192px;
	left: 720px;
}
#topo_geral #topo #data_cadastro p.data{ 
font: 12px arial, verdana, tahoma;
text-align: center;
padding-top: 2px;
color: #333;
}
#topo_geral #topo #data_cadastro p.data b{ 
font: bold 12px arial, verdana, tahoma;
}
#topo_geral #topo #logotipo{ 
width: 325px;
height: 127px;
position: absolute;
	top: 50px;
	left: 20px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: Div Corpo Geral :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#corpo_geral { 
width: 100%;
}
/* :: Div Corpo :: */
#corpo_geral #corpo{ 
width: 960px;
background: url(img/fundo_corpo.jpg);
margin: 0 auto;
}
#corpo_geral #corpo #conteudo{ 
width: 662px;
margin-left: 20px;
float: left;
}
/* :: ::::::::::::::::::::::::::::::::: */
/* :: Div Bloco 1 :::::::::::::::::::: */
/* :: ::::::::::::::::::::::::::::::: */
#corpo_geral #corpo #conteudo #bloco1{ 
width: 662px;
margin-bottom: 20px;
}
#corpo_geral #corpo #conteudo #bloco1 img{ 
margin-top: 3px;
margin-bottom: 10px;
}
#corpo_geral #corpo #conteudo #bloco1 img.principal{ 
margin-top: 0px;
margin-right: 10px;
}
#corpo_geral #corpo #conteudo #bloco1 img.destaque{ 
margin-top: 15px;
}
#corpo_geral #corpo #conteudo #bloco1 h1{ 
font: 28px "Times New Roman", Times, serif;
font-style: italic;
color: #333;
padding-top: 15px;
}
#corpo_geral #corpo #conteudo #bloco1 p{ 
font: 13px Arial, Verdana, sans-serif;
color: #333;
text-align: justify;
}
/* :: ::::::::::::::::::::::::::::::::: */
/* :: Div Bloco 2 :::::::::::::::::::: */
/* :: ::::::::::::::::::::::::::::::: */
#corpo_geral #corpo #conteudo #bloco2{ 
width: 662px;
margin-bottom: 20px;
}
#corpo_geral #corpo #conteudo #bloco2 img{ 
margin-top: 3px;
margin-bottom: 10px;
}
#corpo_geral #corpo #conteudo #bloco2 h1{ 
font: 28px "Times New Roman", Times, serif;
font-style: italic;
color: #333;
padding-top: 15px;
}
#corpo_geral #corpo #conteudo #bloco2 #galeria{ 
width: 680px;
float: left;
}
#corpo_geral #corpo #conteudo #bloco2 #galeria #foto{ 
width: 150px;
height: 100px;
float: left;
margin-right: 18px;
margin-bottom: 18px;
border: 1px solid #999;
}
#corpo_geral #corpo #conteudo #bloco2 #galeria #foto img.galeria{
margin: 0px
}
#corpo_geral #corpo #conteudo #bloco2 #galeria #empurra_foto{ 
width: 662px;
clear: both;
}
/* :: ::::::::::::::::::::::::::::::::: */
/* :: Div Bloco 3 :::::::::::::::::::: */
/* :: ::::::::::::::::::::::::::::::: */
#corpo_geral #corpo #conteudo #bloco3{ 
width: 662px;
margin-bottom: 20px;
clear: both;
}
#corpo_geral #corpo #conteudo #bloco3 img{ 
margin-top: 3px;
margin-bottom: 10px;
}
#corpo_geral #corpo #conteudo #bloco3 h1{ 
font: 28px "Times New Roman", Times, serif;
font-style: italic;
color: #333;
padding-top: 15px;
}
#corpo_geral #corpo #conteudo #bloco3 h2{ 
font: bold 18px Arial, Helvetica, sans-serif;
color: #690;
}
#corpo_geral #corpo #conteudo #bloco3 p{ 
font: 13px Arial, Verdana, sans-serif;
color: #333;
text-align: justify;
}
#corpo_geral #corpo #conteudo #bloco3 p.preco{ 
font: bold 13px Arial, Verdana, sans-serif;
color: #069;
text-align: right;
}
/* :: ::::::::::::::::::::::::::::::::: */
/* :: Div Bloco 4 :::::::::::::::::::: */
/* :: ::::::::::::::::::::::::::::::: */
#corpo_geral #corpo #conteudo #bloco4{ 
width: 662px;
margin-bottom: 20px;
}
#corpo_geral #corpo #conteudo #bloco4 img{ 
margin-top: 3px;
margin-bottom: 10px;
}
#corpo_geral #corpo #conteudo #bloco4 h1{ 
font: 28px "Times New Roman", Times, serif;
font-style: italic;
color: #333;
padding-top: 15px;
}
#corpo_geral #corpo #conteudo #bloco4 p{ 
font: 13px Arial, Verdana, sans-serif;
color: #333;
text-align: justify;
}

#corpo_geral #corpo #sidebar{ 
width: 219px;
margin-right: 21px;
float: right;
}
#corpo_geral #corpo #sidebar #contador{ 
width: 219px;
height: 40px;
background: #333;
margin-bottom: 20px;
}
#corpo_geral #corpo #sidebar #contador p.contador{ 
font: 28px "Times New Roman", Times, serif;
font-style: italic;
text-align: center;
color: #fff;
padding-top: 2px;
}
#corpo_geral #corpo #sidebar #mapa{ 
width: 219px;
height: 160px;
background: #333;
margin-top: 0px;
margin-bottom: 20px;
}
#corpo_geral #corpo #sidebar #mapa p.mapa{
font: 15px Arial, Verdana, sans-serif;
text-shadow: 2px 2px 3px #000;
color: #FFF; 
padding-top: 3px;
padding-left: 19px;
padding-bottom: 5px;
}
#corpo_geral #corpo #sidebar #mapa #localizacao{ 
width: 198px;
height: 123px;
background: #fff;
margin: 0 auto;
}
#corpo_geral #corpo #sidebar p.endereco{ 
font: 13px Arial, Verdana, sans-serif;
color: #333;
padding-top: 0px;
padding-bottom: 0px;
}
#corpo_geral #corpo #sidebar #video{ 
width: 219px;
height: 160px;
background: #333;
margin-top: 0px;
margin-bottom: 20px;
}
#corpo_geral #corpo #sidebar #video p.mapa{
font: 15px Arial, Verdana, sans-serif;
text-shadow: 2px 2px 3px #000;
color: #FFF; 
padding-top: 3px;
padding-left: 19px;
padding-bottom: 5px;
}
#corpo_geral #corpo #sidebar #video #tumb{ 
width: 198px;
height: 123px;
background: #fff;
margin: 0 auto;
}
#corpo_geral #corpo #sidebar p.endereco span{ 
font: bold 13px Arial, Verdana, sans-serif;
color: #333;
}
#corpo_geral #corpo #sidebar p.endereco strong{ 
font: bold 14px Arial, Verdana, sans-serif;
color: #690;
}


#corpo_geral #corpo #sidebar ul{ 
width: 219px;
margin-bottom: 20px;
}
#corpo_geral #corpo #sidebar ul li{ 
width: 219px;
height: 24px;
background: #333;
margin-bottom: 4px;
}
#corpo_geral #corpo #sidebar ul li a{
font: 15px Arial, Verdana, sans-serif;
text-shadow: 2px 2px 3px #000;
color: #FFF; 
width: 200px;
height: 21px;
display: block;
background: #333;
padding-top: 3px;
padding-left: 19px;
text-decoration: none;
}
#corpo_geral #corpo #sidebar ul li a:hover{
font: 15px Arial, Verdana, sans-serif;
text-shadow: 2px 2px 3px #000;
color: #FFF; 
width: 200px;
height: 21px;
border-left: 9px solid #FC0;
background: #787878;
padding-top: 3px;
padding-left: 10px;
text-decoration: none;
}
#corpo_geral #corpo #sidebar #contador p.contador span{ 
font: 18px "Times New Roman", Times, serif;
font-style: italic;
}
#corpo_geral #corpo #empurra{ 
width: 960px;
height: 10px;
clear: both;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :: Div Rodape Geral ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#rodape_geral { 
width: 100%;
height: 244px;
}
/* :: Div Rodape :: */
#rodape_geral #rodape{ 
width: 960px;
height: 244px;
background: url(img/fundo_rodape.jpg);
margin: 0 auto;
position: relative;
}
#rodape_geral #rodape #logo_catalogando_rodape{ 
width: 284px;
height: 53px;
position: absolute;
	top: 5px;
	left: 562px;
}
#rodape_geral #rodape #logo_catalogando_rodape a{
display: block;
width: 284px;
height: 53px;
background: url(img/logo_catalogando_rodape.png) no-repeat;
text-indent: -999px; /*** Some com o texto ***/
overflow: hidden; /** Some com o conteúdo que transborda do elemento ***/
}
#rodape_geral #rodape #logo_catalogando_rodape a:hover{
background-position: left -53px;
}
#rodape_geral #rodape #faca_anuncio{ 
width: 284px;
height: 52px;
position: absolute;
	top: 132px;
	left: 652px;
}
#rodape_geral #rodape #faca_anuncio a{
display: block;
width: 284px;
height: 52px;
background: url(img/faca_seu_anuncio.png) no-repeat;
text-indent: -999px; /*** Some com o texto ***/
overflow: hidden; /** Some com o conteúdo que transborda do elemento ***/
}
#rodape_geral #rodape #faca_anuncio a:hover{
background-position: left -52px;
}
#rodape_geral #rodape #direitos{ 
width: 960px;
height: 66px;
position: absolute;
	top: 60px;
	left: 0px;
}
#rodape_geral #rodape #direitos p.direitos{ 
font: 12px arial, verdana, tahoma;
text-align: center;
padding-top: 10px;
}
#rodape_geral #rodape #logo_olhar{ 
width: 72px;
height: 54px;
position: absolute;
	top: 59px;
	left: 870px;
}
#rodape_geral #rodape #complementar{ 
width: 545px;
height: 27px;
position: absolute;
	top: 32px;
	left: 0px;
}
#rodape_geral #rodape #complementar p.complementar{ 
font: bold 18px "Times New Roman", Times, serif;
font-style: italic;
color: #333;
padding-top: 4px;
padding-left: 7px;
}
#rodape_geral #rodape #complementar p.complementar a{ 
font: bold 18px "Times New Roman", Times, serif;
font-style: italic;
color: #333;
text-decoration: none;
}
#rodape_geral #rodape #complementar p.complementar a:hover{ 
font: bold 18px "Times New Roman", Times, serif;
font-style: italic;
color: #690;
text-decoration: underline;
}