@charset "utf-8";

.content-html {
	padding:0px 10px !important;
}
.home-box {
	clear:both;
}
/* destaques*/
.home-destaque {
	width:700px;
	height:200px;
	background-color:#F0F0F0;
	overflow:hidden;
	color:#CCC;
	position:relative;
}
.destaque {
	width:700px;
	height:200px;
}
.destaque img{
	position:absolute;
}
.destaque .destaque-dados {
	z-index:100;
	position:absolute;
	bottom:0;
	margin:0 0 5px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.destaque .destaque-dados a{
	color:#FFF;
	text-decoration:none;
}
.destaque-titulo {
	clear:both;
	font-weight:bold;
	background-color:#000;
}
.destaque-manchete {
	display:block;
	clear:both;
	font-size:80%;
	background-color:#000;
}
#nav {
	z-index:50;
	position:absolute;
	right:0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-size:80%;
	font-weight:bold;
}
#nav a {
	background:#FFF;
	text-decoration: none;
	margin: 0 3px;
	padding: 3px 5px;
	color:#000;
}
#nav a.activeSlide {
	background: #ea0;
}
#nav a:focus {
	outline: none;
}
/* fim destaques*/


#home-noticias {
	clear:both;
}
.noticias {
	list-style:none;
	padding:0;
	margin:0;
}
.noticias li {
	margin-bottom:10px;
}
.noticias a{
	color:#666;
	text-decoration:none;
}
.noticias a:hover{
	text-decoration:underline;
}
.noticias h3{
	font-size:12px;
	margin:0;
}
.noticias h3 a{
	color:#000;
}
.noticias p {
	margin:2px;
	line-height:normal;
}


#home-galeria {
}
#home-galeria h2 {
	font-size:15px;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:10px;
}
#home-galeria h2 a{
	color:#000;
	text-decoration:none;
}
#home-galeria h2 a:hover{
	text-decoration:underline;
}
.galeria {
	list-style:none;
	padding:0;
	margin:0;
}
.galeria a{
	color:#000;
}
.galeria li{
	margin-bottom:5px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:left;
	width:120px;
}
.galeria p{
	margin:0;
}