/* CSS Document */
html, body {
	height: 100%;
}

body {
	text-align: center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg_chapeus.png) #545050 repeat 0 0;

}
#wrap {
	min-height: 100%;
	position: relative;
}

.container {
	width:940px;
	position: relative;
	z-index: 2;
	margin:auto;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	overflow:auto;
	-webkit-box-shadow: #000 0px 5px 15px;
	-moz-box-shadow: #000 0px 5px 15px;
	box-shadow: #000 0px 5px 15px;
	background: url(../images/2018/bg.jpg) #7fbacc repeat 50% 50%;
	padding-bottom: 110px;/* must be same height as the footer */
	transition: opacity 0.75s ease-in-out;
	-moz-transition: opacity 0.75s ease-in-out;
	-webkit-transition: opacity 0.75s ease-in-out;
}

.jump {
	cursor: pointer;
	display: block;
	font-family: 'Shadows Into Light Two', cursive;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	position:absolute;
	width:100%;
	bottom: 50px;
	text-align: center;
	margin:0 auto 0 auto;
	padding:0;
	z-index: 99;
}

.jump:hover {
	color: #dbf2fe;
	text-decoration: none;
}

.fadeout {
	display: none;
}

.fadein {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: showFadeOut;
	animation-name: showFadeOut;
}


@-webkit-keyframes showFadeOut {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
			visibility: visible;;
	}
	100% {
		display: block !important;
		opacity: 1;
		visibility: visible;;
	}
}


@keyframes showFadeOut {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
		visibility: visible;;
	}
	100% {
		display: block !important;
		opacity: 1;
		visibility: visible;;
	}
}

/*---------------- Rodape ------------------*/

#rodape {
	width:100%;
	text-align:center;
	font-size:9px;
	color:#333;
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 110px;
	clear:both;
}
#rodape div.content {
	width:787px;
	height:100px;
	margin:auto;
	background: url(../images/rodape.png?v=1) transparent repeat-x 0 0;
}
#rodape a {
	color:#333;
	font-size: 14px;
	font-weight:bold;
}
#rodape p {
	padding:18px 0;
}
/*-------------------------------------------------------------------------------------------------*/

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


.lokas {
	position: absolute;
	top: 30px;
	z-index: 9;
	opacity: 0;
}


.banner {
	width:auto;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	text-align: center;

}
.banner img {
	padding:15px 0 0 0;
}
table.index {
	width:100%;
	border:none;
	border-collapse:collapse;
	background-color:transparent;
}
table.index td {
	border:none;
	vertical-align:top;
	text-align:left;
}
table.index #menu ul {
	margin:0 0 0 4px;
}
/*--------------------------------- menu ----------------------------------*/

#menu {
	width:180px;
	margin:0 15px;
	float:left;
}
#menu ul {
	list-style-type:none;
	margin:30px 0 0 8px;
	padding:0;
}
#menu ul li {
	margin:0;
	padding:0;
	border-top: 1px solid rgb(88, 142, 156);
}
#menu ul li:first-child {
	border:none;
}
#menu ul li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family: sans-serif;
	color:#1e1b16;
	padding:7px 0;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#fff;
}

#menu  a img {
	margin:30px 0;
	border:none;
}
#one {
	color:red;
}
/*--------------------------------- submenu ----------------------------------*/

#subMenu ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}
#subMenu li {
	display:inline;
	padding-left: 15px;
	margin: 0 0 0 15px;
}
#subMenu a {
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}
/*--------------------------------- flash ----------------------------------*/

#flash_images {
	float:right;
	margin-left:0px;
	top:0px;
}
*html #flash_images {
	float:right;
	margin-left:500px;
}
/*--------------------------------- noticias ----------------------------------*/

.hitcounter {
	padding-top:50px;
	/*text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);*/
}

#facebook {
	display:none;
}
#facebook img {
	border:none;
}

.social {
	margin: 20px 5px;
}

.square-icon  {
	display: inline-block;
	width: 28px;
}

.square-icon a {
	background-color: #333;
	color: #fff;
	padding: 5px;
	display: inline-block;
	width: inherit;
	text-align: center;
}

.square-icon a:hover {
	background-color: #000;
	color: #fff;
}

.square-icon a {
	color: #fff;
}

div.header {
	margin-bottom:40px;
	line-height:22px;
	/*text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);*/
}
.date {
	display:block;
	float:left;
	width:30px;
	font-size:9px;
	color:#6c6c6c;
	margin: 5px 8px 0 0;
	padding:0;
	line-height:15px;
	text-align:center;
	font-family: sans-serif;
	background-color:#fff;
}
.date > div {
	font-size:8px;
	color:#fff;
	text-transform:uppercase;
	background-color:#333;
}
.date > span {
	display:block;
	font-size:15px;
	color:#333;
	padding:4px;
	font-weight:bold;
}
a.header {
	font-family: helvetica;
	font-size: 120%;
	font-weight:bold;
	color:#333;
	padding:4px 0 4px 0px;
}
a.subheader {
	font-family: helvetica;
	font-size: 110%;
	font-weight:bold;
	color:#333;
	padding:4px 0 4px 0px;
}
.summary {
	font-size:11px;
	text-align:justify;

	line-height:17px;
	margin:8px 0 5px 0;
	text-decoration:none;
}
a.lermais {
	font-size:10px;
	color:#FCF8F8;
}
div.thumbs-column {
	float:right;
	margin-left:15px;
}
div.thumbs-column .news-thumb {
	margin-bottom:5px;
	padding:5px;
}
div.thumbs-column .news-thumb img {
border:5px solid #fff !important;
		-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}
/*----------------------------- imprensa ------------------------------*/

#imprensa {
	float:left;
	width:580px;
	margin: 10px 0 0 0;
}
#imprensa ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#imprensa li {
	margin:0 0 15px 0;
	padding:0;
	line-height:15px;
}
#imprensa a {
	color:#fff;
}
#imprensa a.imprensa {
	display:block;
	padding:0;
	margin:4px 0;
	color:#fff;
	font-weight:bold;
}
p.imprensa {
	color:#fff;
	margin:19px 0;
	line-height:17px;
}
span.quote {
	color:#fff;
}
/*----------------------------- poll ------------------------------*/

#poll {
	margin:10px 0 10px 0;
}
#poll p {
	margin:6px 0 6px 0;
}
#poll input {
	border: 1px solid #5A4452;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
#poll .radio {
	border:0;
	margin-right:4px;
}
#poll h1 {
	font-size:10px;
	font-weight:bold;
	margin: 4px 0px 3px 0;
	padding: 0 0 0 0;
}
#poll hr {
	height:0;
	margin:0;
}


/*--------------------------- main -----------------------------*/

#main {
	margin:15px 0 0 15px;
	padding:0;
	width:660px;
	text-align:justify;
	font-size:110%;
	line-height:17px;
	float:left;
	position:relative;
}
#main dl {
	margin:20px 0 20px 0;
}
#main dt {
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	margin:5px 0;
}
#main b {
	color:#333;
}
#main a {
	border:none;
	font-weight:bold;
}
#main a img {
	border:none;
}

#main p {
	margin:15px 0 20px 0;
	line-height:19px;
}

#main .word-text p {
	margin:0;
	line-height:19px;
}

.thumbnail img {
	padding:4px;
	background-color:#FFFFFF;
	box-shadow: #666 0px 2px 3px;
}
#main div.margin {
	float:left;
	width:80px;
	height:70px;
	text-align:center;
}
#main span.destaque {
	margin-left:26px;
}
#video {
	border:2px solid #9fdefe;
}
#news-list {
	float:left;
	width:380px;
}
#flash {
	width:280px;
	float:right;
}

/*
.slideshow {
	position:relative;
	width:280px;
	height:280px;
	overflow:hidden;
}
.opacity {
	position:absolute;
	z-index:99;
	width:285px;
	height:285px;
	background: url(../images/2018/bolas_opacity.png?v=3) transparent no-repeat 0 0;
}
.cycle {
	position:absolute;
	width:280px;
	height:280px;
	z-index:98;
}
*/

.slideshow {
	z-index: 999;
	width: 240px;
	height: 240px;
	left: 33px;
	background: #FFF;

	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	top: 0px;
	position: relative;

	overflow:hidden;
	text-align:center;
	box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.84);

	margin: 35px 0;
}


.treeview li span {
	color: #333;
}


#dummy {
	clear:both;
}
#btVoltar {
	margin: 15px 0 0 5px;
}
#btVoltar a {
	color:#F8F5F0;
	font-size:10px;
	font-weight:bold;
}
h1 {
	font-family: sans-serif;
	font-size: 170%;
	line-height: 1.1em;
	font-weight: bold;
	margin:10px 0;
	/*text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);*/
}
h2 {
	font-family:  sans-serif;
	font-size: 140%;
	line-height: 1.5em;
	font-weight: bold;
	margin:6px 0;
	/*text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);*/
}
h3 {
	font-size:110%;
	margin:5px 0;
	clear:left;
}
#main li {
	margin: 0 3px 0 0;
	padding:0 15px 10px 15px;
	list-style-type:none;
}
h4 .erro {
	font-size:10px;
	font-weight:bold;
}
div.logo {
	margin: 5px 5px 5px 5px;
	float: right;
	border: 1px solid #46bdf6;
}
span.image {
	clear:both;
	margin: 5px 10px 5px 10px;
	float: right;
	border: 1px solid #333;
	background-color:#333;
	text-align:center;
}
span.image p {
	font-size:11px;
	color:#CCCCCC;
	margin:2px 0 !important;
	padding:0 !important;
}
span.image2 {
	margin: 5px 5px 5px 5px;
	border: 3px solid #46bdf6;
}
.image_news {
	clear:both;
	margin:5px 5px 5px 5px;
	float:left;
}
div.line {
	height:2px;
	width:auto;
	margin: 5px 0 8px 0;
	clear:both;
	border-bottom:1px dashed #527cac;
}
.titulo {
	font-size:11px;
}
.nextPage {
	color:#FAFAFA;
	text-decoration:none;
	background: url(../images/pagina_direita.gif) transparent no-repeat right center;
	padding: 13px;
}
.prevPage {
	color:#FAFAFA;
	text-decoration:none;
	background: url(../images/pagina_esquerda.gif) transparent no-repeat left center;
	padding: 15px;
}
.page {
	color:#FAFAFA;
	text-decoration:none;
}
.page:hover {
	color:black;
	text-decoration:none;
}
.avisoMailing {
	font-size:9px;
	font-weight:bold;
	color:#FFD802;
	margin: 5px 0 5px 0;
}
table {
	width:100%;
	border-collapse:collapse;
	border-left: 1px solid #63a9d5;
	border-bottom: 1px solid #63a9d5;
}
caption {
	padding:5px;
	color:#fff;
	background: #5fc1ff;
}
td {
	font-size:10px;
	color:#fff;
	padding:5px;
	border-top: 1px solid #63a9d5;
	border-right: 1px solid #63a9d5;
}
th {
	font-size:10px;
	color:#213b4c;
	font-weight:bold;
	padding:5px;
	text-align:center;
	background-color:#5fc1ff;
	text-transform:lowercase;
	border-top: 1px solid #63a9d5;
	border-right: 1px solid #63a9d5;
}
table.images {
	background-color:transparent;
	border:none;
}
table.images td {
	border:none;
}
table.bottom {
	clear:both;
	width:100%;
	margin:25px 0;
	border:none;
	background-color:transparent;
}
table.bottom td {
	border:none;
	color:#FFFFFF;
}
table.bottom a {
	font-weight:bold;
}

/*------------------------------------------------------------------*/

#mailinglist {
	width:310px;
}
#mailinglist form {
	vertical-align:top;
	height:44px;
	padding:0;
	margin:auto;
	background: url(../images/mailinglist_bk.png) transparent no-repeat 0 0;
}
#mailinglist input {
	border:none;
	font-size:11px;
	line-height:15px;
	margin:0;
	margin-left:-25px;
	padding:5px;
	width:180px;
	background-color:transparent;
}
#mailinglist button {
	position:relative;
	top:7px;
	left:7px;
	cursor:pointer;
	border:none;
	background-color:transparent;
}
/*------------------------------------------------------------------*/
ul.corpos {
	margin:2px 0;
	padding:1px 15px;
}
ul.corpos li{
	line-height:12px;
	margin:1px 0;
	padding:0;
}
/*------------------------------------------------------------------*/

#divCursor {
	position:absolute;
	width:100;
	height:15;
}
ul.thumbs {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.thumbs:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

ul.thumbs li {
	margin:0 15px 0 0 !important;
	padding:0 15px 0 0 !important;
	height:60px;
	width:60px;
	float:left;
}
ul.thumbs li:first-child {
	margin:10px 10px 10px 0;
}
ul.thumbs li img {
    background-color: #FFFFFF;

    padding: 4px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}
.thumbnail  {
	min-height:110px;
	text-align:center;
}
.thumbnail img {
	margin:auto;
    background-color: #FFFFFF;

    padding: 4px;
	-webkit-box-shadow: #333 0px 2px 3px;
	-moz-box-shadow: #333 0px 2px 3px;
	box-shadow: #333 0px 2px 3px;
}

.gallery-name {
	margin-top:35px;
}

.gallery-name-root {
	margin:8px 0 8px 15px;
}

/*-------------------------------------------------------------------*/
table.listagem-a {
	width:100%;
	margin:10px 0;
	font-size:11px;
	text-align:left;
	border:1px solid #333;
	border-collapse:collapse;
}
table.listagem-a th {
	border:1px solid #333;
	padding:5px;
	color:#fff;
	font-size:10px;

}
table.listagem-a td {
	padding:5px 5px;
	color:#fff;
	border:1px solid #5b5b5b;

}
table.listagem-a .center {
	text-align:center;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
