/* CSS Document */
strong{
	font-weight:bold;
}
a{
	color:#959595;
	text-decoration:none;
}
a strong{
	color:#fff;

}
a:hover{
	color:#fff;
	text-decoration:underline;
}
#conteudoint h2{
	font-size: 24px;
	color:#f7941d;
	font-weight:bold;
	margin:5px;
}

#conteudoint h2.head{
	background:url(imgs/pattern_head.gif);
	height:49px;
	line-height:49px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#conteudoint div.box{
	height:1%;
	overflow:hidden;
		margin-bottom:20px;
}

#conteudoint div.box h3{
	border-top:#545454 solid 2px;
	border-bottom:#545454 solid 1px;
	padding: 3px 0 3px 5px;
	color:#FFCC66;
	font-size:18px;
	margin:0;font-weight:bold;
}
#conteudoint div.box h3 a{
	color:#FFCC66;
	font-size:18px;
	margin:0;
	font-weight:bold;
	text-decoration:none;
}
#conteudoint div.box h3 a:hover{
	color:#FFFFFF;
}
#conteudoint div.box p.chamada{
	background:#666666;
	display:block;
	float:left;
	padding-bottom:5px;
	width:250px;
	margin-right:10px;
	color:#CCCCCC;
}
#conteudoint div.box p.chamada img{
	margin-bottom:5px;
}
#conteudoint div.box p.chamada a{
	padding-left: 10px;
	font-weight:bold;
}
#conteudoint div.box p.chamada a.link{
	padding-left: 0;
}
#conteudoint div.box p{
	
}
#conteudoint div.box a.int{
	display:block;
	padding: 10px ;

	color:#c3c3c3;
	font-size:12px;
	border-top:#555 solid 1px;
	border-bottom:#272727 solid 1px;
	font-weight:bold;
}
#conteudoint div.box a.int:hover{
	background:#272727;
	text-decoration:none;
	color:#FFFFFF;
}
#conteudoint {
	padding-bottom:38%;
}
