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


body 
{
    background: #fff url('../images/bkg_body.gif');
    background-repeat: repeat-x;
    font-family: 'Trebuchet MS'; 
    font-size : 100%; 
    color:#999999;
	text-align:center;
	}

div.img{
  margin: 5px;
  border: 1px solid #ccc;
  height: 120px;
  width: 153px;
  float: left;
  text-align: center;
 }
 
div.img img{
  display: inline;
  margin: 0px;
  border: 0px;
  max-height:120px;
  max-width:153px;
 }

div.img a{
	position:relative;
}

div.img a:hover{
  border: 0px;
  position:relative;
}

div.img a span{
	display:none
}

div.img a:hover span{
	display:block;
	position:absolute;
	top:5px;
	left:10px;
	background-color:#FFF;
	color:black;
	border:1px solid #999;
	width:125px;
	padding:10px;
	z-index: 1000;
	filter:alpha(opacity=80);  /* for IE */
    opacity:0.8; /* CSS3 standard */
}

strong{
	color:#F36;
	font-weight:bold;
}

/* ID */
#anuncie{
	float:left; 
	width:219; 
	height:69; 
	margin-left:15px; 
	margin-right:5px;
}

#anuncie img {
	border:0px;
	}
	
#banner{
	width:700px;
	height:80px;
	margin-bottom:10px;
	}

#banner img{
	border:0px;
	}
	
#busca{
	width:295px;
	height:173px;
	background-image:url('../images/bkg_busca.png');
	float:left;
	}

#container{
	width:700px;
	text-align:left;
	margin:0 auto;
	position:relative;
	}

#conteudo{
	width:670px;
	font-size:80%;
	margin-left:13px;
	min-height:478px;
	}

#conteudo h3{
	background-image: url('../images/bkg_reportagens.gif');
	color:#FF6699;
	padding-left: 10px;
}

#conteudo a {
	color:#FF6699;
	text-decoration: none;
}

#conteudo a:hover {
	text-decoration: underline;
	font-weight:bold;
}

#conteudo img {
	border:0px;
}

#destaque{
	width:100%;
	margin-left:17px;
}

#footer{
	height:80px;
	background-color:#b5daa2;
	z-index:1;
	position:relative;
	text-align:center;
	color:#FFFFFF;
	font-size: 78%;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

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

#footer img{
	border:0px;
}

#google{
	width: 273px;
	height: 60px;
	background-image:url('../images/superbusca.jpg');
	background-repeat:no-repeat;
	margin: 60px 0px 0px 5px;
	padding: 50px 0px 0px 7px;
	}

#google input{
	font-size:75%;
	color:#666666;
	}

#links{
	width:242px;
	height:173px;
	background-image:url('../images/bkg_toplinks.png');
	background-repeat:no-repeat;
	float:left;
	
	}

#links img{
	border: 0px;
	}

#login{
	margin-top:80px;
	margin-left:-15px;
	}
	
#logo{
	width:158px;
	height:173px;
	float:left;
	}

#logo img{
	border:0px;
	}

#main{
	background-color: #fff;
	width:694px;
	z-index:1;
	position:absolute;
	}
	
#menu{
	width:700px;
	height:45px;
	background-image:url('../images/bkg_menu.png');
	background-repeat:no-repeat;
	}

#menu ul 
{
	margin: 0;
	padding: 0;
	list-style:none;
	padding-top:2px;
	padding-left:2px;	
}

#menu li 
{
	display: inline;
	padding: 0;
	margin-left:0px;
}

#menu img{
	border:0px;
	}

/* Classes */

.collapse{
	width: 600px; 
	padding:5px;
	display:none;
}
	
.destaques{
	width:133px;
	height:100px;
	margin:15px; 
	border:1px #CCCCCC solid; 
	float:left;
	font-size:100%;
	text-align:center;
}

.form{
	color: #666;
	font-size: 97%;
	padding: 3px;
	margin: 5px;
	border: #FF9999 solid thin;
}

.liquidando{
	color:#FFFFFF;
	border-bottom-style:dotted; 
	border-bottom-color:#FF9999;
	border-bottom-width:thick;
	width:100%; 
	height:10px;
}

.minibanner{
	width:214px;
	height:69px;
	background-image:url('../images/bkg_minibanner.png');
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	}

.minibanner img{
	border:0px;
	}

.reportagem{
	width: 600px; 
	padding:5px; 
	display:none;
}

.style1 {
	font-size: x-small;
	color:#666;
}

.titulo{
	color:#FF9999;
	font-weight:bold;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail img{
	max-height:100px;
	max-width:140px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #f4f4f4;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-size:70%;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	max-width:300px;
	max-height:300px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 20px; /*position where enlarged image should offset horizontally */

}