@charset "utf-8";

/* CSS Document */



/*******************************/

/*Menu lateral esquerdo*/

#menu{

	/*border: 1px solid #E1E1E1;*/

	font-size:0.8em;
	border-right:0px solid #ccc;
	border-bottom: 0;

	float: left;

	height: 450px;

	width: 160px;

	line-height: 15px;

	margin-left: 10px;

	margin-top: 10px;
	
	background-color: #fff;

}

/*Opção de anunciar*/

/*deve haver uma imagem de background*/

#anuncie{	

	margin: 10px 10px -30px 10px;

	min-height: 100px;
	
	height: auto;

	/*border: #999999 2px solid;*/

	background-image: url(../img/1.jpg);

	background-repeat: no-repeat;

}

#anuncie2{
  margin: 10px;
  
  margin-top: 0px;
  
  margin-bottom: -30px;
  
  min-height: 100px;
  
  height: auto;
  
  background-image: url(../img/2.jpg);
  
  background-repeat: no-repeat;
}

/*Estrutura do menu, opções*/

#menu_estrutura{
	display: inline-block;
	vertical-align : middle;
	height: 100%;
	width: 100%;
	border-bottom:3px solid #990000;
	border-top:1px solid #d3d3d3;
	text-align:center;
	
	/*padding-top: 10px;*/

	padding-left: 0px;

	/*padding-right: 8px;*/

}



/*cada opção do menu*/


/*#menu h3{

	font-weight: bold;

	color: #006633;

	font-size: 15px;

	text-align:left;

	margin-left: 5px;

}

#menu ul{

	padding: 0;

	margin: 0;

}

#menu li{

	cursor: pointer;

	color: #013042;

	font: Arial;

	font-size: 12px;

	font-weight: bold;

	list-style: none;

	border-bottom: #E6E6E6 solid 1px;*/

	/*border-top: #E6E6E6 solid 1px;*/

	/*border-left: #013042 solid 4px;

	background-color: #FCFCFC;

	height: 20px;

	vertical-align: middle;

}

#menu li:hover{

	cursor: pointer;

	background-color: #013042;

	color: #FFFFFF;*/

/*	border-bottom-color: #000099;*/

}
#categoriaClick a:hover{
    text-decoration: underline;
}


/*fim do menu*/

/*****************************/

/****************************/


