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

/* noticias */
.coluna-principal {
	float:left;
	margin:10px;
	width:620px;
}
.coluna-lateral {
	float:right;
	margin:10px;
	width:240px;
}
.noticia {
	width:100%;
	margin: 15px 0 30px 0;
	line-height: 1.3;
	color: #686868;
}
.noticia h3 {
	margin-bottom:15px;
	font-size:24px;
	color:#333;
}
.noticia p {
	margin-bottom:10px;
	text-align:justify;

}
.noticia div {
	text-align:justify
}
.noticia ul {
	padding-left:35px;
	}

.noticia .data-categoria {
	font-size:11px;
	color:#999
}
.noticia .noticia-imagem-destaque {
	width:100%;
	max-height:270px;
	position:relative;
	margin-bottom:15px;
	overflow:hidden
}
.noticia .noticia-imagem-destaque img {
	width:620px;
}
.noticia .noticia-imagem-destaque .data-noticia {
	width:50px;
	height:60px;
	position:absolute;
	top:10px;
	left:10px
}
.noticia .noticia-imagem-destaque .data-noticia .data-dia {
	width:50px;
	height:40px;
	background:#EEE;
	color:#333;
	text-align:center;
	font-size:33px;
	font-weight:bold
}
.noticia .noticia-imagem-destaque .data-noticia .data-mes {
	width:50px;
	height:20px;
	background:#999;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold
}
.noticia .noticia-ler {
	background:#666 url(seta-continue-2.png) no-repeat center right;
	color:#FFF;
	display: inline-block;
	padding:10px 40px 10px 20px;
	margin-top:15px
}

.noticianoticia-lerc {
	background:#666;
	color:#FFF;
	display: inline-block;
	padding:10px 20px 10px 20px;
	margin-top:15px
}

.noticianoticia-lerc:hover {
	background-color:#999
}

.noticia .noticia-ler:hover {
	background-color:#999
}
.noticia .noticia-galeria {
	margin-top:30px;
}
.noticia .noticia-galeria a {
	display:inline-block
}
.noticia .noticia-galeria img {
	width:130px;
	max-height:100px;
	margin:8px;
	border:2px solid #FFF
}
.noticia .noticia-galeria img:hover {
	border:2px solid #666
}
.noticia-pesquisa {
	border:#EEE 1px solid;
	padding:10px;
	background:url(bg-pesquisa2.jpg) repeat-x center top
}
.noticia-pesquisa .pesquisa-campo {
	font-style:italic;
	display: inline-block;
	width:178px;
	height:30px;
	background:none;
	border:0;
	font-size:12px;
	float:left;
	color:#666;
	margin:0;
	padding:0
}
.noticia-pesquisa .pesquisa-btn {
	width:30px;
	height:30px;
	background:url(ico-pesquisa.png) center no-repeat;
	border:0;
	cursor:pointer;
	margin:0;
	margin-left:8px
}
.noticia-pesquisa .pesquisa-btn:hover {
	background:#CCC url(ico-pesquisa-br.png) center no-repeat
}
.noticia-box {
	margin:15px 0 30px 0
}
.noticia-box h4 {
	margin-bottom:15px;
	font-size:18px;
	color:#424242;
}
.noticia-box a {
	display:block;
	color:#666;
	padding-left:20px;
	margin-bottom:5px;
}
.noticia-box a:hover {
	color:#999
}
a.ver-noticias:visited {
	color:#FFF
}
a.ver-noticias {
	color:#FFF
}
.paginas {
	width:100%;
	min-height:35px;
	text-align:center;
	margin:25px 0
}
.paginas .pg {
	color:#999;
	padding:8px 10px;
	background:#E0E0E2 url(bg-pg.png) repeat-x center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#DDD 1px solid
}
.paginas .pg:hover, .paginas .pgoff {
	color:#999;
	padding:8px 10px;
	background:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#DDD 1px solid
}
.paginas .pgatual {
	color:#FFF;
	padding:8px 10px;
	background:#666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#DDD 1px solid
}
.compartilhar {
	float: right;
	margin-top: 35px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing:content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background:#CCC;
}
#colorbox {
}
#cboxContent {
	margin-top:32px;
	overflow:visible;
}
.cboxIframe {
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	padding:1px;
}
#cboxLoadingGraphic {
	background:url(loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
}
#cboxTitle {
	position:absolute;
	top:-22px;
	left:0;
	color:#000;
}
#cboxCurrent {
	position:absolute;
	top:-22px;
	right:205px;
	text-indent:-9999px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
	text-indent:-9999px;
	width:20px;
	height:20px;
	position:absolute;
	top:-20px;
	background:url(controls.png) no-repeat 0 0;
}
#cboxPrevious {
	background-position:0px 0px;
	right:44px;
}
#cboxPrevious:hover {
	background-position:0px -25px;
}
#cboxNext {
	background-position:-25px 0px;
	right:22px;
}
#cboxNext:hover {
	background-position:-25px -25px;
}
#cboxClose {
	background-position:-50px 0px;
	right:0;
}
#cboxClose:hover {
	background-position:-50px -25px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right:66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position:-75px -25px;
	right:44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position:-100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position:-100px 0px;
	right:44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position:-75px -25px;
}
