@charset "latin1";

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
    height: 150px;
    width: 990px;
	margin-top: 0;
	margin-bottom: 5px;
} 
h1{
margin: 0px;
}
#sidebar{
	float:left;
	width: 990px;
	height: 300px;
	}
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 5px; /* padding keeps the content of the div away from the edges */
}
#sidebar3{
	float:right;
	margin-right: 20px;
	width: 300px;
	height: 350px;
	margin-top: 10px;
	background:#CCCCCC;
}

#menusup {
width: 990px;
height: 30px;
}
#mainContent { 
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

} 
#anuncioContent {
	float:left;
	margin-left: 200px;
	margin-top: auto;
	margin-bottom:auto;
	width: 700px;
	height: 350px;
}

#carrinho {
	float:left;
	margin-left: 100px;
	margin-top: 10px;
	width: 800px;
	height: 350px;
}

#publicidade{
float:left;
width: 150px;
height: 15px;
margin-top: 5px;
margin:auto;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}
#public240{
float: left;
/*margin-left: 15px;*/
width: 140px;
height: 240px;
margin-bottom: 5px;
}
#public60{
float: left;
/*margin-left: 15px;*/
width: 140px;
height: 60px;
margin-bottom: 5px;
}
#conteudo {
margin-top: 20px;
width: 600px;
height: 400px;
vertical-align:middle;

}
#align_celindex{
margin-left: 50px;
margin-top: 20px;
}
#pubpropria {
	float:left;
	width: 600px;
	height:100px;
	background:#CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
}

#corpo_menubase {
	width: 700px;
	margin-top: 10px;
	height: auto;
	text-align:justify;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#footercart { 
	margin:inherit;

} 
#menu_inferior {
	width: 950px;
	height:250px;
	margin-top: 40px;
	margin-left: 20px;
}
#menu_bloco {
	float:left;
	width: 190px;
	height: 250px;
}
#cel_menu {
width: 190px;
height: 20px;
}
.qtd_subc {font-size: 11px; font-style:italic;}
#mini_celula{
	width: 200;
	height: 30px;
}
#celula_index1{ 
	width: 250px;
	height: 200px;
}
#celula_index2{ 
	width: 250px;
	height: 200px;
}
#celula_index3{ 
	width: 250px;
	height: 200px;
}
#celula_index4{ 
	width: 250px;
	height: 200px;
}
#mini_celula4{
	width: 200;
	height: 30px;
}
#titulo_celula{
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
}
#busca_categoria{
	width: 990px;
	height: 100px;
}
#busca_imoveis{
	width: 990px;
	height: 100px;
	background-image: url(../categorias/cat_imgs/fundobimoveis.png);
}
#busca_veiculos{
	width: 990px;
	height: 100px;
	background-image: url(../categorias/cat_imgs/fundobveiculos.png);
}
#busca_empregos{
	width: 990px;
	height: 100px;
	background-image: url(../categorias/cat_imgs/fundobempregos.png);
}
#busca_informatica{
	width: 990px;
	height: 100px;
	background-image: url(../categorias/cat_imgs/fundobinformatica.png);
}
#busca_diversos{
	width: 990px;
	height: 100px;
	background-image: url(../categorias/cat_imgs/fundobdiversos.png);
}
#bloco_buscacat1{
	float: left;
	width: 420px;
	height: 100px;
	padding-top: 0px;
}
#bloco_buscacat2{
	float: left;
	width: 190px;
	height: 100px;
}
#celula_categoria{
	width: 190px;
	height: 33px;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#menu_base{ 
	width: 950px;
	height:40px;
	margin-top: 20px;
	margin-left: 20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#selectimoveis{
	background: #D7D3FE;
	font-weight:300;
	width:190px;
	}
#selectveiculos{
	background: #D0F8C7;
	font-weight:300;
	width:190px;
	}
#selectempregos{
	background: #FFD9B3;
	font-weight:300;
	width:190px;
	
	}
#selectinformatica{
	background: #E8D6F8;
	font-weight:300;
	width:190px;
	}	
#selectdiversos{
	background: #FFFFCC;
	font-weight:300;
	width:190px;
	}
.texto_footer{
	font:Arial, Helvetica, sans-serif;
	font-size:small;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

}
.textobcat{
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
}

a.bcat{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
}
a.bcat:link{
text-decoration:none;
}
a.bcat:visited{
text-decoration:none;
}
a.bcat:hover{
text-decoration: none;
}
a.bcat:active{
text-decoration:none;
}
a.bcatinf{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}
a.bcatinf:link{
text-decoration:none;
}
a.bcatinf:visited{
text-decoration:none;
}
a.bcatinf:hover{
text-decoration: none;
}
a.bcatinf:active{
text-decoration:none;
}

a.menubase{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}
a.menubase:link{
text-decoration:none;
}
a.menubase:visited{
text-decoration:none;
}
a.menubase:hover{
text-decoration: none;
}
a.menubase:active{
text-decoration:none;
}	
a.paginacao{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
}
a.paginacao:link{
text-decoration:none;
}
a.paginacao:visited{
text-decoration:none;
}
a.paginacao:hover{
text-decoration: none;
}
a.paginacao:active{
text-decoration:none;
}
a.detalhes{
border:none;
}
a.detalhes:link{
text-decoration:none;
}
a.detalhes:visited{
text-decoration:none;
}
a.detalhes:hover{
text-decoration: none;
}
a.detalhes:active{
text-decoration:none;
}
#titulo_resulbusca{
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tit_menuinf{
	font-size: small;
	font-weight: bold;
	height: 25px;
}


/* CSS para a galeria */
.galerias{
margin:0px;
padding:0px;
border:0px;
width:220px;
height:200px;
}
.galeria {
	float:left;
	width: 220px;
	margin: 0;
	list-style-type:none;
	left: 0px;
	top: 0px;
	height: 200px;
	position:relative;
}
ul{
margin:0;
padding:0;
list-style-type:none;
border:0;
}

.galeria li{
	float:left;
	width: 100px;
	height: 75px;

}

.galeria li img {
    position: relative;
    width: 100px; height: 75px;
    border: 1px  #FFFFFF;
    padding: 3px; background: #FFF;
}
.galeria li:hover img {
    cursor: default;
    width: 375px; height: 280px;
    top: -37px; left: -50px;
    border: 1px outset #CCC; padding: 5px;
    z-index: 100; background: #FFFFFF;
}


/* Fim CSS para a galeria */

.descitembold{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.campos_obrig{
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FF0000;
	font-size: 12px;
}
.texto_detanuncios {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
}
