@import url("animation.css") screen;

/* CSS Document */
* {
	padding: 0;
	margin: 0 auto;
	border: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
p {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
}
/* LIST #4 */
#listatema ul {
	list-style-type: square;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 20px;
	list-style-position: inside;
	font-style: italic;
		color: #005CA7;

 }

.pTitulo01 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #0071BC;
	line-height: 2.5em;
	text-transform: uppercase;
	text-align: left;
}
.pTitulo02 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 280;
	font-size: 20px;
	color: #0071BC;
	text-transform: uppercase;
	text-align: left;
}
.pTitulo03 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 280;
	font-size: 16px;
	color: #0071BC;
	text-transform: uppercase;
	text-align: left;
}
.pTitulo04 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.css-strong {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	color: #0071BC;
	line-height: 1.5em;
}
.css-em {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: .9em;
	color: #0071BC;
	line-height: 1.5em;
	font-style: italic;
}
#top {
	width: 100%;
	height: 164px;
	/*border-left: 5px solid rgba(200, 39, 47, 1);;*/
	margin-top: 20px
}
#toplimite {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 390px;
	height: 120px;
	float: left;
}
#logotxt {
	width: 450px;
	float: left;
	margin-top: 60px;
	padding-left: 20px;
}
.logotxtLema {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #005CA7;
	font-style: italic;
}
.logotxtLocal {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #6CC6D6;
	text-transform: uppercase;
}
.logotxtData {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #6CC6D6;
	text-transform: uppercase;
	padding-left: 45px;
}
#plataformaSWGE {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: .7em;
	color: #FFF;
	width: 100px;
	height: 90px;
	float: left;
	text-align: center;
	padding-top: 10px;
	background: rgba(16,113,185,0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#plataformaSWGE a{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}

#plataformaSWGE a:hover{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #005CA7;
	text-decoration: none;
	opacity:.8;
}

a.linklingua:link {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: .8em;
	color: #000;
	text-decoration: none;
	margin: 3px;
}
a.linklingua:visited {
	color: #000;
	text-decoration: none;
}
a.linklingua:hover {
	color: #0071BC;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	text-decoration: underline;
}
a.linklingua:active {
	color: #000;
	text-decoration: none;
}
#menu {
	width: 960px;
	float: left;
	height: 60px;
	z-index: 1000;
}
#slide1 {
	width: 100%;
	height: 440px;
}
#slidefoto1 {
	width: 960px;
	height: 440px;
	background-image: url(fotos/uberlandianoiteMarlucioFerreira.jpg);
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: movingbox2 5s forwards;
	-moz-animation: movingbox2 5s forwards;
	-o-animation: movingbox2 5s forwards;
	animation: movingbox2 5s forwards;
	border-bottom: 1px solid rgba(16,113,185,1);
}
 @-webkit-keyframes movingbox2 {
 0% {
background-position: 0px 0px;
}
 100% {
background-position: 0px -69px;
}
}
 @keyframes movingbox2 {
 0% {
background-position: 0px 0px;
}
 100% {
background-position: 0px -69px;
}
}
/*#slidefoto1txt {
	height: 100px;
	z-index: 997;
	margin-top: 300px;
	position: absolute;
	-webkit-animation: movingslidefoto1txt 2s forwards;
	-moz-animation: movingslidefoto1txt 2s forwards;
	-o-animation: movingslidefoto1txt 2s forwards;
	animation: movingslidefoto1txt 2s forwards;
	overflow: hidden;
	background: rgba(25,72,141,.9);
}*/
 @-webkit-keyframes movingslidefoto1txt {
 0% {
width:0px;
margin-left: 960px;
}
 100% {
width:460px;
margin-left: 500px;
}
}
#slidefoto1txttxt {
	width: 460px;
	overflow: hidden;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #fff;
	padding: 20px;
	line-height: 1.5em;
}
#conteudo {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	background: rgba(16,113,185,0.3);
	/* Old Browsers */background: -moz-linear-gradient(-45deg, rgba(16,113,185,0.3) 0%, rgba(67,161,204,0.3) 42%, rgba(92,186,214,0.1) 63%, rgba(111,204,221,0.1) 79%);
	/* FF3.6+ */background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(16,113,185,0.3)), color-stop(42%, rgba(67,161,204,0.3)), color-stop(63%, rgba(92,186,214,0.1)), color-stop(79%, rgba(111,204,221,0.1)));
	/* Chrome,Safari4+  */background: -webkit-linear-gradient(-45deg, rgba(16,113,185,0.3) 0%, rgba(67,161,204,0.3) 42%, rgba(92,186,214,0.1) 63%, rgba(111,204,221,0.1) 79%);
	/* Chrome10+,Safari5.1+ */background: -o-linear-gradient(-45deg, rgba(16,113,185,0.3) 0%, rgba(67,161,204,0.3) 42%, rgba(92,186,214,0.1) 63%, rgba(111,204,221,0.1) 79%);
	/* Opera 11.10+ */background: -ms-linear-gradient(-45deg, rgba(16,113,185,0.3) 0%, rgba(67,161,204,0.3) 42%, rgba(92,186,214,0.1) 63%, rgba(111,204,221,0.1) 79%);
	/* IE 10+ */background: linear-gradient(135deg, rgba(16,113,185,0.3) 0%, rgba(67,161,204,0.3) 42%, rgba(92,186,214,0.1) 63%, rgba(111,204,221,0.1) 79%);
/* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1071b9', endColorstr='#6fccdd', GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
	border-bottom: 1px solid rgba(16,113,185,.1);
}
#conteudoFB {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
}
#conteudolimite {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	margin-top: 20px;
}
#controlelimite {
	width: 920px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#FBlimite {
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#controlelimiteletra {
	width: 90px;
	height: 50px;
	float: left;
}
#controlelimiterede {
	width: 150px;
	height: 50px;
	float: left;
	margin-top: 8px;
	margin-left: 670px;
}
#controle {
	width: 100%;
}
#rodape {
	width: 100%;
	height: 400px;
}
#rodapelimite {
	width: 960px;
}
#promocao {
	width: 960px;
	height: 650px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: .7em;
	color: #003399;
	float: left;
	margin-top: 10px;
}
#organizacao {
	width: 720px;
	height: 110px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: .7em;
	color: #003399;
	float: left;
	margin-top: 10px;
}
#apoio {
	width: 240px;
	height: 110px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: .7em;
	color: #003399;
	float: left;
	margin-top: 10px;
}
#patrocinio {
	width: 240px;
	height: 110px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: .7em;
	color: #003399;
	float: left;
	margin-top: 10px;
}
.element-animation {
	animation: animationFrames linear 2s;
	animation-iteration-count: 1;
 transform-origin:;
	-webkit-animation: animationFrames linear 2s;
	-webkit-animation-iteration-count: 1;
 -webkit-transform-origin:;
	-moz-animation: animationFrames linear 2s;
	-moz-animation-iteration-count: 1;
 -moz-transform-origin:;
	-o-animation: animationFrames linear 2s;
	-o-animation-iteration-count: 1;
 -o-transform-origin:;
	-ms-animation: animationFrames linear 2s;
	-ms-animation-iteration-count: 1;
 -ms-transform-origin:;
}
 @keyframes animationFrames {
 0% {
 left:0px;
 top:0px;
 opacity:1;
 transform:  rotate(0deg) scaleX(1) scaleY(1);
}
 15% {
 left:-25px;
 transform:  rotate(-5deg);
}
 30% {
 left:20px;
 transform:  rotate(3deg);
}
 45% {
 left:-15px;
 transform:  rotate(-3deg);
}
 60% {
 left:10px;
 transform:  rotate(2deg);
}
 75% {
 left:-5px;
 transform:  rotate(-1deg);
}
 100% {
 left:0px;
 top:0px;
 opacity:1;
 transform:  rotate(0deg) scaleX(1) scaleY(1);
}
}
 @-moz-keyframes animationFrames {
 0% {
 left:0px;
 top:0px;
 opacity:1;
 -moz-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
 15% {
 left:-25px;
 -moz-transform:  rotate(-5deg);
}
 30% {
 left:20px;
 -moz-transform:  rotate(3deg);
}
 45% {
 left:-15px;
 -moz-transform:  rotate(-3deg);
}
 60% {
 left:10px;
 -moz-transform:  rotate(2deg);
}
 75% {
 left:-5px;
 -moz-transform:  rotate(-1deg);
}
 100% {
 left:0px;
 top:0px;
 opacity:1;
 -moz-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
}
 @-webkit-keyframes animationFrames {
 0% {
 left:0px;
 top:0px;
 opacity:1;
 -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
 15% {
 left:-25px;
 -webkit-transform:  rotate(-5deg);
}
 30% {
 left:20px;
 -webkit-transform:  rotate(3deg);
}
 45% {
 left:-15px;
 -webkit-transform:  rotate(-3deg);
}
 60% {
 left:10px;
 -webkit-transform:  rotate(2deg);
}
 75% {
 left:-5px;
 -webkit-transform:  rotate(-1deg);
}
 100% {
 left:0px;
 top:0px;
 opacity:1;
 -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
}
 @-o-keyframes animationFrames {
 0% {
 left:0px;
 top:0px;
 opacity:1;
 -o-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
 15% {
 left:-25px;
 -o-transform:  rotate(-5deg);
}
 30% {
 left:20px;
 -o-transform:  rotate(3deg);
}
 45% {
 left:-15px;
 -o-transform:  rotate(-3deg);
}
 60% {
 left:10px;
 -o-transform:  rotate(2deg);
}
 75% {
 left:-5px;
 -o-transform:  rotate(-1deg);
}
 100% {
 left:0px;
 top:0px;
 opacity:1;
 -o-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
}
 @-ms-keyframes animationFrames {
 0% {
 left:0px;
 top:0px;
 opacity:1;
 -ms-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
 15% {
 left:-25px;
 -ms-transform:  rotate(-5deg);
}
 30% {
 left:20px;
 -ms-transform:  rotate(3deg);
}
 45% {
 left:-15px;
 -ms-transform:  rotate(-3deg);
}
 60% {
 left:10px;
 -ms-transform:  rotate(2deg);
}
 75% {
 left:-5px;
 -ms-transform:  rotate(-1deg);
}
 100% {
 left:0px;
 top:0px;
 opacity:1;
 -ms-transform:  rotate(0deg) scaleX(1) scaleY(1);
}
}
/*@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #slide2 {
    width: 100%;
	position:absolute;
	visibility:hidden;
  }
}*/

#map {
	box-shadow: 1px 1px 1px #000;
	border: 1px solid rgba(25,72,141,.9);
}
.imgsombra {
	box-shadow: 1px 1px 1px #000;
	border: 1px solid rgba(25,72,141,.9);
		margin-bottom:10px;

}
.imgfototexto {
	width: 500px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.imgfototextoD {
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imgfotopalestrante {
	width: 115px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.font-button {
	background-color: rgba(25,72,141,.5);
	height: 40px;
	width: 40px;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15pt;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	cursor: pointer;
}
.font-button:hover {
	background-color: rgba(25,72,141,.55);
	height: 40px;
	width: 40px;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15pt;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	cursor: pointer;
}
#tema1 {
	background-color: rgba(25,72,141,.6);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema2 {
	background-color: rgba(25,72,141,.65);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema3 {
	background-color: rgba(25,72,141,.7);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema4 {
	background-color: rgba(25,72,141,.75);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema5 {
	background-color: rgba(25,72,141,.8);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema6 {
	background-color: rgba(25,72,141,.85);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema7 {
	background-color: rgba(25,72,141,.9);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema8 {
	background-color: rgba(25,72,141,.95);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
#tema9 {
	background-color: rgba(25,72,141,1);
	height: 40px;
	width: 700px;
	margin: 2px;
	color: #fff;
	text-align: left;
	line-height: 40px;
	font-size: 15pt;
	border-radius: 0px 200px 200px 0px;
	-moz-border-radius: 0px 200px 200px 0px;
	-webkit-border-radius: 0px 200px 200px 0px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	padding-left: 15px;
	-webkit-animation: movingtema 3s forwards; /* Safari 4+ */
	-moz-animation: movingtema 3s forwards; /* Fx 5+ */
	-o-animation: movingtema 3s forwards; /* Opera 12+ */
	animation: movingtema 3s forwards; /* IE 10+ */
	box-shadow: 1px 1px 1px #000;
}
 @-webkit-keyframes movingtema {
 0% {
left:0%;
width: 700px;
}
 100% {
left:0;
width: 920px;
}
}
 @keyframes movingtema {
 0% {
left:0%;
width: 700px;
}
 100% {
left:0;
width: 920px;
}
}

#menuinferiorlimite {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	margin-top: 20px;
	height: 200px;
}

.col1{
	height: 180px;
	width: 150px;
	padding-left:4px;
	float:left;
	border-left: 1px dotted rgba(16,113,185,.4);

	}
	
.col2{
	height: 180px;
	width: 210px;
	padding-left:4px;
	float:left;
	border-left: 1px dotted rgba(16,113,185,.4);

	}
	
.col3, .col4, .col5{
	height: 180px;
	width: 180px;
	padding-left:4px;
	float:left;
	border-left: 1px dotted rgba(16,113,185,.4);
	

	}
	
	
a.linkMENUinf:link {
	color:  rgba(6,89,45,.6);
	text-decoration: underline;
   font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size:.8em;
	line-height:1.5em;
}
a.linkMENUinf:visited {
	color:  rgba(6,89,45,.6);

}
a.linkMENUinf:hover {
	color: rgba(153,204,51,1);
}
a.linkMENUinf:active {
	color: rgba(6,89,45,.6);
}

/* SLIDER */
#slider {
	background:#f5f5f5;
	height:440px;
	width:960px;
	overflow:hidden;
	position:relative;
	top:-15px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:960px;
	height:440px;
	position:absolute;
	top:-440px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycleone 30s linear infinite;	
	-webkit-animation:cycleone 30s linear infinite;
	-o-animation:cycleone 30s linear infinite; /* Opera 12+ */
	animation:cycleone 30s linear infinite; /* IE 10+ */
}
#slider li.secondanimation {
	-moz-animation:cycletwo 30s linear infinite;	
	-webkit-animation:cycletwo 30s linear infinite;
	-o-animation:cycletwo 30s linear infinite; /* Opera 12+ */
	animation:cycletwo 30s linear infinite; /* IE 10+ */
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 30s linear infinite;	
	-webkit-animation:cyclethree 30s linear infinite;
	-o-animation:cyclethree 30s linear infinite; /* Opera 12+ */
	animation:cyclethree 30s linear infinite; /* IE 10+ */
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 30s linear infinite;	
	-webkit-animation:cyclefour 30s linear infinite;
	-o-animation:cyclefour 30s linear infinite; /* Opera 12+ */
	animation:cyclefour 30s linear infinite; /* IE 10+ */
}
#slider .tooltip {
	/*background:rgba(0,0,0,0.4);*/
	width:950px;
	height:100px;
	position:relative;
	bottom:120px;
	left:0px;
	padding:5px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	
		background: rgba(25,72,141,.8);

	-webkit-box-shadow: -4px 0px 5px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: -4px 0px 5px 0px rgba(50, 50, 50, 0.6);
	box-shadow: -4px 0px 5px 0px rgba(50, 50, 50, 0.6);
	
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip,
#slider li#fourth:hover .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:435px;
	width:960px;
	margin: 0;
	height:5px;
	background:#000;
	-moz-animation:fullexpand 30s ease-out infinite;
	-webkit-animation:fullexpand 30s ease-out infinite;
	-o-animation:fullexpand 30s ease-out infinite;
	animation:fullexpand 30s ease-out infinite;
}

/* FAIXA */
.txtnoticia{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #fff;
	padding: 20px;
	text-align: right;
}

.txtnoticia a:link {
	color: #fff;
	text-decoration: none;
}

.txtnoticia a:hover {
	color: #fff;
	text-decoration: none;
}

.txtnoticia a:visited {
	color: #fff;
	text-decoration: none;
}

.txtnoticia a:active {
	color: #fff;
	text-decoration: none;
}

.palestrantetxtcargo{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #fff;
	padding: 20px;
	line-height: 1.5em;
}

.palestrantetxttematitulo{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #fff;
	padding: 20px;
	line-height: 1.5em;
}
