/* home.css */

#conteudo-home{
	float: left;
	width: 635px;
	margin: 0 0 0 12px;
	padding: 10px 0 0;
}

#noticias-destaque{
	border-bottom: 1px solid #e4e8e8;
	padding: 0 0 10px;
}

#noticias-destaque ul{
	float: left;
	width: 223px;
}

#noticias-destaque li{
	border-top: 1px dotted #dbdddd;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 10px 0 0;
}

#noticias-destaque li h2{
	line-height: 24px;
	margin: 0 0 9px;
	font-size: 11px;
	text-transform: uppercase;
}

#noticias-destaque .first{
	border: 0;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
}

#noticias-destaque .first h2{
	font-size: 23px;
	text-transform: none;
}

#noticias-destaque #fotos-destaques{
	float: right;
	width: 411px;
	height: 305px;
	background: url(../images/home/fotos-destaques.png) no-repeat;
	position: relative;
}

#noticias-destaque #fotos-destaques .foto-principal{
	float: left;
	width: 318px;
	height: 238px;
	border: 1px solid #909090;
	margin: 0 0 0 4px;
}

#noticias-destaque #fotos-destaques #fotos-thumb{
	float: right;
	width: 73px;
	height: 236px;
	margin: 3px 10px 0 0;
}

#noticias-destaque #fotos-destaques #fotos-thumb .thumb{
	height: 54px;
	position: relative;
	margin: 0 0 7px;
}

#noticias-destaque #fotos-destaques #fotos-thumb .thumb a{
	position: absolute;
	width: 73px;
	height: 54px;
	top: 0;
	left: 0;
	background: url(../images/home/destaque-moldura.png) repeat;
}

#noticias-destaque #fotos-destaques #fotos-thumb .on a,
#noticias-destaque #fotos-destaques #fotos-thumb .thumb a:hover{
	background: url(../images/home/px.png) repeat;
}

#noticias-destaque #fotos-destaques .txt{
	position: absolute;
	width: 388px;
	bottom: 11px;
	left: 0;
	height: 50px;
	overflow: hidden;
	padding: 0 12px;
	display: none;
}

#noticias-destaque #fotos-destaques #txt1{
	display: block;
}

#noticias-destaque #fotos-destaques .txt h2{
	font-size: 16px;
}

#noticias-meio{
	margin: 15px 0 0;
}

#noticias-meio li{
	float: left;
	width: 180px;
	height: 130px;
	padding: 0 20px 0 10px;
	border-right: 1px dotted #dbdddd;
}

#noticias-meio .last{
	border: 0;
}

#noticias-meio li h2{
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px;
}

#banner-meio{
	text-align: right;
	font-size: 10px;
	padding:0 42px;
}

#noticias-linkadas{
	float: left;
	width: 635px;
	margin: 11px 0 0;
}

#noticias-linkadas .tit{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e7ebeb;
	padding: 0 0 9px;
}

#noticias-linkadas td{
	border-bottom: 1px solid #e7ebeb;
	font-size: 11px;
	padding: 10px 0 8px;
}

#noticias-linkadas .veja{
	display: block;
	font-size: 11px;
	text-align: center;
	margin: 8px 0 0;
}

#revista-tpa{
	float: left;
	width: 300px;
	margin: 11px 0 0 22px;
}

#revista-tpa .tit{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#revista-tpa .img{
	height: 185px;
	margin: 8px 0 0;
}

#revista-tpa h2{
	margin: 7px 0 0;
}

#revista-tpa h2 a{
	font-size: 18px;
	line-height: 17px;
}

#revista-tpa .txt{
	font-size: 10pt;
	line-height: 1.25em;
	margin: 9px 0 0;
}

#galeria-imagens{
	float: left;
	width: 632px;
	margin: 18px 0 0;
}

#galeria-imagens .tit{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#galeria-imagens #galeria-conteudo{
	height: 145px;
	margin: 5px 0 0;
}

#galeria-imagens #galeria-conteudo .nav{
	float: left;
	cursor: pointer;
}
#galeria-imagens #galeria-conteudo .prev {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#galeria-imagens #galeria-conteudo .next {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#galeria-imagens #galeria-conteudo .img{
	float: left;
	width: 573px;
	height: 145px;
	overflow: hidden;
}

#galeria-imagens #galeria-conteudo .img li{
	float: left;
	width: 191px;
	height: 145px;
	position: relative;
        margin: 0;
        padding: 0 0px;
}

#galeria-imagens #galeria-conteudo .img li img{
	float: left;
}

#galeria-imagens #galeria-conteudo .img li:hover .txt{
	display: block;
}

#galeria-imagens #galeria-conteudo .img li .txt{
	position: absolute;
	width: 199px;
	height: 37px;
	bottom: 0;
	left: 0;
	background: url(../images/home/galeria-bg.png) repeat;
	color: #fff;
	padding: 8px 9px 0;
	display: none;
}

#clima-tempo{
	float: left;
	width: 150px;
	height: 168px;
	margin: 16px 0 0 6px;
}

#barra-marcas{
	width: 632px;
	height: 81px;
	background: #e4e4e4;
	margin: 8px 0 0;
	padding:10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#barra-marcas ul{
	padding: 8px 0 0;
}

#barra-marcas li{
	float: left;
	width: 190px;
	height: 63px;
	margin: 0 10px;
}

#barra-marcas li .img{
	float: left;
	width: 80px;
	height: 63px;
	text-align: center;
	margin: 0 5px 0 0;
}

#barra-marcas li .txt{
	font-size: 10px;
	line-height: 11px;
}

#barra-marcas li .txt .tit{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}

#eventos{
	float: left;
	width: 357px;
	height: 256px;
	border: 7px solid #f1f1f1;
	margin: 11px 0 0;
	background: #e4e4e4;
}

#galeria-videos .tit,
#eventos .tit{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 0 17px;
}

#eventos .conteudo{
	width: 330px;
	height: 196px;
	border-bottom: 1px solid #c2c2c2;
	margin: 6px 0 0 14px;
	overflow: hidden;
}
#eventos .conteudo ul {
	width:430px;
}
#eventos .conteudo li{
	float: left;
	width: 108px;
	height: 176px;
	text-align: center;
	margin: 0 2px;
}

#eventos .conteudo li .img{
	height: 152px;
	margin: 0 0 4px;
}

#galeria-videos .pag,
#eventos .pag{
	text-align: center;
	margin: 7px 0 0;
}

#galeria-videos .pag a,
#eventos .pag a{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/commons/pag.gif) no-repeat;
	margin: 0 3px;
}

#galeria-videos .pag .on,
#galeria-videos .pag a:hover,
#eventos .pag .on,
#eventos .pag a:hover{
	background: url(../images/commons/pag.gif) no-repeat 0 100%;
}

#galeria-videos{
	float: left;
	width: 232px;
	height: 256px;
	margin: 11px 0 0 17px;
	border: 7px solid #f1f1f1;
	background: #e4e4e4;
}

#galeria-videos .conteudo{
	width: 200px;
	height: 196px;
	margin: 6px 0 0 16px;
	border-bottom: 1px solid #c2c2c2;
	overflow:hidden;
}

#galeria-videos .conteudo .video{
	height: 152px;
	margin: 0 0 4px;
}
