@charset "utf-8";
body {background-color:#d1e9fa; margin:0; padding:0;}
div.clear {clear:both;}
.menux {display: block; float: left;margin: 0;padding: 0;}
li.last {border-radius:0 0.5em 0.5em 0;width: 138px !important;}
li.first {border-radius:0.5em 0 0 0.5em ;}
.menux li { background-image: url("../images/bgmenu.png");background-repeat: repeat-x;display: block;float: left;height: 20px;padding: 5px  10px; border-right:1px solid #bca041; border-left:1px solid #d4bb63;width:136px; }
.menux li a {font-size:13px; font-weight:bold; font-size:13px; color:#fff; text-decoration:none; font-family:Tahoma, Geneva, sans-serif; display:block; width:100%; text-align:center;}
.menux li.active  { background-image: url("../images/bgmenuativo.png");}
.menux li.pagina {display:none;}
.content2 {float:left; width: 10000px; }
div.miolox div.ubbermenu div#menu1-2.content {display:block; float:left;}
div.miolox div.ubbermenu {width:10000px;left:0px; position: relative;}
div.miolox {display:block; width:950px; height:540px; margin:0 auto;background-color:#fff;border-radius:0.5em; overflow:hidden;}
div.miolox .content  {font-family:Tahoma, Geneva, sans-serif;font-size:15px; color:#333;}
div.miolox .content h2 {margin-bottom:25px; font-family:Tahoma, Geneva, sans-serif;font-size:16px; color:#bca041; font-weight:bold;}
body div.miolox a.btr {background-image:url(../images/btr.png); width:43px; height:44px;display:block; float:right;}
body div.miolox a.btl {background-image:url(../images/btl.png); width:43px; height:44px;display:block; float:left;}
body div.miolox p.numerador {display:block; float:left; margin-left:360px; margin-top:10px;}
body div.miolox div.pagbot {    display: block; float: left; padding: 0 20px; position: relative; left:10px; top: 0px; width: 900px;}
div.menuiten {width:890px; padding:30px;padding-top:10px;padding-bottom:0px; float:left;height:447px;}
body div.luimage {width:50%; float:left;}
body div.ruimage {width:50%; float:right;}
body div.lcolun {width:35%; float:left;}
body div.rcolun {width:65%; float:right;}
body div.lcolun2 {width:65%; float:left;}
body div.rcolun2 {width:35%; float:right;}
body div.lcolun1 {width:50%; float:left;}
body div.Rcolun1 {width:50%; float:right;}
.lcolun3 {width:48%; float:left;}
.rcolun3 {width:48%; float:right;}
body p.legenda {font-size:12px;text-align:center;}
div.timage img {margin:0 auto;display:block;margin-top:30px;}
div.lcolun1 ul {margin:30px 0 0 20px;}
div.lcolun1 ul.menuhoover {font-size:34px;list-style:none;}
span.opta{background-image:url(../images/estudo/li4.png); width:55px; height:56px; display:block;float:left;margin-right:5px;display:none;}
span.optb{background-image:url(../images/estudo/li3.png); width:55px; height:56px; display:block;float:left;margin-right:5px;display:none;}
span.optc{background-image:url(../images/estudo/li2.png); width:55px; height:56px; display:block;float:left;margin-top:18px;margin-right:5px;display:none;}
span.optd{background-image:url(../images/estudo/li1.png); width:55px; height:56px; display:block;float:left;margin-right:5px;display:none;}
span.mapa {background-image:url(../images/estudo/mapa2.png); width:344px; height:379px;display:block;}
ul.menuhoover br {line-height:0.5em;}
ul.menuhoover a li:hover span {display:block;}
ul.menuhoover a {text-decoration:none; color:#434343;}
ul.menuhoover a:hover {text-decoration:underline;}
body p.tit {color: #b38616; font-size: 16px; font-weight: bold;}
div.menuiten div.rcolun a.selrevolt {display:block; background-image:url(../images/estudo/btrevolt.png); height:34px; width:237px;    float: right; position: relative; top: -10px;}
div.menuiten div.rcolun p {margin-top:35px;}
div.rcolun div.centertxt {background-image:url(../images/estudo/bgdiv.jpg); background-repeat:no-repeat; width:564px; height:105px; display:block; padding:10px;margin-top:10px;}
div.rcolun div.centertxt p {font-size:13px; color:#4f6a5c;margin:0;  line-height: 1.2em;}
div.rcolun div.centertxtb {background-image:url(../images/estudo/bgdiv2.jpg); background-repeat:no-repeat; width:564px; height:160px; display:block; padding:10px;margin-top:10px;}
div.rcolun div.centertxtb p {font-size:12px; color:#4f6a5c;margin:0;}
p.smalla {margin-top:10px !important;line-height: 1.2em;}
div#pag12.content div.ubbermenu div.menuiten div.rcolun p br {line-height:0.5em;}
div#pag14.content div.ubbermenu div.menuiten div.rcolun p br {line-height:0.5em;}
div#pag15.content div.ubbermenu div.menuiten div.rcolun p br {line-height:0.7em;}
div#pag6.content div.ubbermenu div.menuiten div.rcolun p br {line-height:0.5em;}

.img-centro{
	text-align: center;
}

.content-anima{
	padding: 30px 20px;
}

.anima{
	animation: mostrar 2s ease-out;
	opacity:0;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
	-moz-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

.anima1{
	
}

.anima2{
	
	animation-delay:2s;-webkit-animation-delay:2s;-moz-animation-delay:2s;
}

.anima3{
	margin: 0 40px;
	animation-delay:4s;-webkit-animation-delay:4s;-moz-animation-delay:4s;
}

@keyframes mostrar{
	from{opacity: 0;}
	to{opacity:1;}
}

@-webkit-keyframes mostrar{
	from{opacity: 0;}
	to{opacity:1;}
}

@-moz-keyframes mostrar{
	from{opacity: 0;}
	to{opacity:1;}
}


.img-direita{
	display: inline-block;
	vertical-align: top;
}

.txt-direita{

	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
}

.img-esquerda{
	display: inline-block;
	vertical-align: top;
}

.txt-esquerda{

	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
}

.txt-esquerda2{

	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 47%;
}

.img-direita2{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 4%;
}

.txt-pos-anima{
	animation: mostrar 2s ease-out;
	opacity:0;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
	-moz-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
    animation-delay:6s;-webkit-animation-delay:6s;-moz-animation-delay:6s;

}



body div.rcolun3 {width:45%; float:left;}

.destaque{
	padding: 0 20px 15px;
	margin-left: 45px;
}


.destaque span{
	font-size: 15px;
	vertical-align: top;
}
.destaque p{
	background-color: #bd942a;
	color: #fff;
	padding: 19px;

}

h3{

	margin-bottom: 12px;
}

.destaque2{

	width:93%;
	clear: both;
	padding:20px; 
	background-color: #fff4d7;
}


.content-texto-mapa{
	position: relative;
	display: inline-block;
	width: 49%;
	vertical-align: top;

}

.hiper{
	
	display: none;
	position: absolute;
	width: 350px;
	padding: 30px;
	background-color: #b38f16;
	z-index: 10000000;
	border-radius: 6px;
	color: #fff;

}

#ventos{
	top: 170px;
	left: 660px;
}

.fechar{
	color:#fff;
	position: absolute;
	top:5px;
	right: 5px;
	cursor: pointer;
	margin: 5px 0;
}

.mapa{

	position: relative;
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.txt-azul{
	color: #b38f16;
	font-weight: bolder;
	cursor: pointer;
}

.anima-mapa2{
	
	animation-delay:2s;-webkit-animation-delay:2s;-moz-animation-delay:2s;
}

.anima-mapa3{
	
	animation-delay:4s;-webkit-animation-delay:4s;-moz-animation-delay:4s;
}