/* --------------------------------------------------------------------------*/
/*GLOBAL; (reset, corpo da pagina, estilo padrão para parágrafos, listas, etc.)
/* --------------------------------------------------------------------------*/
@font-face {
    font-family: 'latoblack';
    src: url('lato-black-webfont.eot');
    src: url('lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-black-webfont.woff') format('woff'),
         url('lato-black-webfont.ttf') format('truetype'),
         url('lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latobold';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bold-webfont.woff') format('woff'),
         url('lato-bold-webfont.ttf') format('truetype'),
         url('lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'latoblack_italic';
    src: url('lato-blackitalic-webfont.eot');
    src: url('lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-blackitalic-webfont.woff') format('woff'),
         url('lato-blackitalic-webfont.ttf') format('truetype'),
         url('lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoitalic';
    src: url('lato-italic-webfont.eot');
    src: url('lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-italic-webfont.woff') format('woff'),
         url('lato-italic-webfont.ttf') format('truetype'),
         url('lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	padding:0px;
	margin:0px;
}
a {
	cursor:pointer;
	text-decoration:none;
}
a:focus {
	outline: none;
}
.clearFloat {
	clear:both;
}
body {
	font-family: 'latoregular';
	overflow-x:hidden;
}
h1 a:hover, h3 a:hover {
	text-decoration:underline;
}
h1 a:hover {
	text-decoration:underline;
}
img {
	border:0px;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}

/* --------------------------------------------------------------------------*/
/* --------------------- Cabeçalho da página ---------------------------------
/* --------------------------------------------------------------------------*/
#topo{
	width:960px;
	margin: 0 auto;
	height:109px;
	border-bottom:1px solid #5CABBC;
	margin-bottom:1px;
	}
#topo #logo{
	float:left;
	}	
#menu{
	float:right;
	}	
#menu ul{
	list-style:none;
	float:left;
	}
#menu ul li{
	float:left;
	margin:46px 0px 0px 17px;
	}
#menu ul li.ativo{
	border-bottom:6px solid #5CABBC;
	height:57px;
	}	
#menu ul li a{
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	}
#menu ul li a:hover{
	color:#4495A6;
	}			
#area{
	float:left;
	margin-left:18px;
	}
#area a{
	width:123px;
	height:109px;
	display:block;
	background-color:#5CABBC;
	color:#fff;
	text-align:center;
	font-size:13px;
	}
#area a:hover{
	background-color:#4495A6;
	}		
#area p{
	padding-top:47px;
	}

.abrir-area {
    background-color: #5CABBC;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 109px;
    text-align: center;
    width: 123px;
	position:absolute;
	cursor:pointer;
}
.abrir-area:hover{
	background-color:#4495A6;
	}		
.abrir-area p{
	padding-top:47px;
	}		
/* --------------------------------------------------------------------------*/
/* --------------------- Estrutura da página ---------------------------------
/* --------------------------------------------------------------------------*/
#slider {
	height:423px;
	}
.centro{
	width:960px;
	margin:0 auto;
	}	
#slider-centro{
	width:960px;
	margin:0 auto;
	position:relative;
	height:425px;
	}	

#nav-5 {
    bottom: 17px;
    position: absolute;
    right: 0;
    z-index: 999999999;
}
#nav-5 a{
    border:1px solid #fff;
	width:23px;
	height:23px;
	background-color:#5CABBC;
	color:#5CABBC;
	font-size:5px;
	display:block;
	margin-left:6px;
	float:left;
  	}
#nav-5 a:hover{
	background-color:#333333;
	color:#333333;
	}	
#nav-5 a.activeSlide{
	  background-color:#333333;
	color:#333333; 
  	}	
#slider .centro img{
	margin-left:-480px;
	}
#conteudo{
	width:960px;
	margin: 0 auto;
	border-top:1px solid #5CABBC;
	padding-top:88px;
	margin-top:1px;
	}	
#noticias{
	height:550px;
	border-bottom:1px solid #C4E2E6;
	margin-bottom:134px;
	}
.titulo-aba{
	text-transform:uppercase;
	border-bottom:1px solid #5CABBC;
	width:103px;
	height:52px;
	margin:0 auto;
	margin-bottom:29px;
	}	
.titulo-aba p{
	width:200px;
	margin-left:-50px;
	text-align:center;
	color:#333333;
	font-size:33px;
	letter-spacing:-1px;
	}	
#noticias .padrao{
	float:left;
	width:318px;
	margin-right:2px;
	}	
#noticias .padrao a{
	display:block;
	}
#noticias .padrao a .imagem{
	overflow:hidden;
	width:318px;
	height:216px;
	margin-bottom:22px;
	}	
#noticias .padrao a:hover .imagem{	
    opacity:0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
}		
#noticias .padrao a .editoria{
	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	text-align:center;
	width:70px;
	height:25px;
	margin:0 auto;
	border-bottom:1px solid #5CABBC;
	margin-bottom:11px;
	}
#noticias .padrao  .editoria p{
	width:318px;
	margin-left:-124px;
	}	
#noticias .padrao a:hover .editoria{
	color:#408D9E;
	}	
#noticias .padrao a .titulo{
	font-size:20px;
	color:#333333;
	text-align:center;
	width:288px;
	margin:0 auto;
	
	}
#noticias .padrao a:hover .titulo{
	color:#408D9E;
	}	
#noticias .padrao a:hover{
	color:#408D9E;
	}	

#noticias #mais-noticias {
    float: right;
    height: 430px;
    overflow: hidden;
    width: 288px;
}
#noticias #mais-noticias .noticia-corrida .editoria{
	height:18px;
	width:39px;
	border-bottom:1px solid #5CABBC;
	margin-bottom:7px;
	}	
#noticias #mais-noticias .noticia-corrida .editoria p{
	width:288px;
	font-size:11px;
	color:#000;
	}	
#noticias #mais-noticias .noticia-corrida a:hover .editoria p{
	color:#5CABBC;
	}	
#noticias #mais-noticias .noticia-corrida .titulo{
	font-size:16px;
	color:#333333;
	}
#noticias #mais-noticias .noticia-corrida a:hover .titulo{
	color:#5CABBC;
	}	
.noticia-corrida{
	margin-bottom:41px;
	}
.noticia-corrida a{
	display:block;
	}		
.mais{
	margin:0 auto;
	width:160px;
	text-align:center;
	color:#333333;
	font-size:10px;
	cursor:pointer;
	height:46px;
	}			
.mais a{
	width:160px;
	height:46px;
	display:block;
	background-image:url(../images/estrutura/mais.png);
	margin-bottom:6px;
		background-position:left -35px;
	}
.mais a p:hover{
	color:#5CABBC;
	}	
.mais a p{
	color:#333333;
	font-size:10px;
	padding-top:29px;
	}
#noticias .mais {
    margin-top: 26px;
}
.mais{
	margin:0 auto;
	display:block;
	width:160px;
	text-align:center;
	color:#333333;
	font-size:10px;
	}			
.mais:hover a{
	background-position:left -101px;
	}
#historia{
	background-image:url(../images/estrutura/banner-video.jpg);
	height:335px;
	width:100%;
	background-position:center;
	margin-bottom:97px;
	}
#video{
	width:498px;
	height:303px;
	background-color:#000;
	overflow:hidden;
	float:left;
	margin-top:-16px;
	border:2px solid #fff;
	}	
#historia #chamada{
	width:400px;
	height:184px;
	float:right;
	margin-top:103px;
	}	
#historia #chamada a{
	display:block;
	}	
#chamada .editoria{
	color:#000000;
	font-size:14px;
	margin-bottom:30px;
	text-align:center;
	}					
#chamada .chamada{
	color:#333333;
	font-size:38px;
	line-height:43px;
	text-align:center;
	letter-spacing:-1px;
	}		
.mais-historia{
	background-image:url(../images/estrutura/mais-historias.png);
	background-repeat:no-repeat;
	width:318px;
	height:24px;
	margin: 0 auto;
	margin-top:41px;
	}	
#chamada a:hover .chamada , #chamada a:hover .editoria{
	color:#418E9E;
	}		
#chamada a:hover .mais-historia{
	background-position:left bottom;
	}	
#uteis{
	width:960px;
	height:417px;
	margin:0 auto;
	margin-bottom:148px;
	}	
#artigo{
	width:318px;
	height:421px;
	float:left;
	border-bottom:1px solid #C4E2E6;
	position:relative;
	}	
#uteis .mais{
	bottom:-9px;
	position:absolute;
	bottom:-34px;
	left:75px;
	}	
#publicacoes{
	width:318px;
	height:421px;
	float:left;
	margin-left:2px;
	border-bottom:1px solid #C4E2E6;
	position:relative;
	}	
#eventos{
	width:318px;
	height:422px;
	float:right;
	background-image:url(../images/estrutura/linha-artigo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	position:relative;
	}	
.titulo-uteis{
	height:38px;
	font-size:30px;
	border-bottom:1px solid #5CABBC;
	width:70px;
	margin:0 auto;
	margin-bottom:34px;
	}	
.titulo-uteis p {
    margin-left: -64px;
    text-align: center;
    width: 200px;
}	
#slider-evento{
	width:318px;
	height:319px;
	overflow:hidden;
	position:absolute;
	z-index:9999999999999;
	}
#nav{
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	bottom:-22px;
	}	
#nav a{
	padding:5px 7px;
	font-size:7px;
	background-color:#BBBBBB;
	color:#BBBBBB;
	margin-left:4px;
	}	
#nav a:hover{
	background-color:#5CABBC;
	color:#5CABBC;
	}	
#nav .activeSlide{
	color:#333333;
	background-color:#333333;
	}	
#box-publicacoes .publicacao a{
	display:block;
	}
#box-publicacoes .publicacao{
	height:102px;
	margin-bottom:4px;

	}
#box-publicacoes .publicacao .imagem{
	float:left;
	width:78px;
	height:101px;
	margin-right:13px;
	overflow:hidden;
	}	
#box-publicacoes .publicacao .titulo{
	padding-top:18px;
    padding-bottom:13px;
	color:#333333;
	font-size:19px;
	}
#box-publicacoes .publicacao a:hover .titulo{
	color:#4596A6;
	}	
#box-publicacoes .publicacao .data{			
	color:#4596A6;
	font-size:12px;
}
#box-artigo .artigo  .titulo{
	font-size:18px;
	color:#333333;
	padding-bottom:6px;
	}
#box-artigo .artigo:hover  .titulo{
	color:#4596A7;
	}	
#box-artigo .artigo  .autor{
	font-size:12px;
	text-transform:uppercase;
	color:#4596A7;
	}	
#box-artigo .artigo{
	margin-bottom:20px;
	width:278px;
	padding-top:7px;
	}	

/* --------------------------------------------------------------------------*/
/* --------------------------- Rodapé ----------------------------------------
/* --------------------------------------------------------------------------*/
#rodape-geral{
	height:406px;
	background-color:#E5E5E5;
	border-bottom:1px solid #999999;
	}
#rodape{
	width:960px;
	margin:0 auto;
	border-top:1px solid #5CABBC;
	padding-top:86px;
	}	
#contato{
	float:left;
	width:320px;
	}	
#direitos{
	height:56px;
	}
#endereco{
	width:362px;
	float:left;
	text-align:center;
	}	
#endereco .cont-end  p{
	font-size:12px;
	color:#333;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	}	
#endereco .titulo-aba{
	height:26px;
	width:70px;
	margin-bottom:7px;
	}
#endereco .titulo-aba p{
	font-size:19px;
	color:#000;
	letter-spacing:0;
	margin-left:-67px;
	font-family: 'latoregular';
	}
.cont-end{
	margin-bottom:44px;
	}	
#associacao{
	float:right;
	width:278px;
	text-align:center;
	color:#333333;
	font-size:19px;
	line-height:25px;
	 font-family: 'latobold';
	}	
#direitos{
	width:960px;
	margin:0 auto;
	}
.direito{
	float:left;
	color:#666666;
	font-size:11px;
	margin-top:23px;
	}	
.nimboz {
	float:right;
	margin-top:13px;
	}	
/* --------------------------------------------------------------------------*/
/* --------------------------- Formulários -----------------------------------
/* --------------------------------------------------------------------------*/
#contato .boxForm {
    background: url("../images/estrutura/bg-contato.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 211px;
    position: relative;
    width: 320px;
}
#contato .boxForm .boxAviso {
    display: block;
    height: 211px;
    left: 0;
    margin-left: -1px;
    padding-left: 173px;
    padding-top: 52px;
    position: absolute;
    top: 0;
    width: 150px;
}
#contato .boxForm .boxSucesso {
    background: url("../images/estrutura/box-sucesso.jpg") no-repeat scroll 0 0 white;
}
#contato .boxForm .boxErro {
    background: url("../images/estrutura/box-alerta.jpg") no-repeat scroll 0 0 white;
}
#contato .boxForm .boxAlerta {
    background: url("../images/estrutura/box-alerta.jpg") no-repeat scroll 0 0 white;
}
#contato .boxForm .boxAviso .texto {
    color: #8B8B8B;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 120%;
    margin-left: -87px;
    margin-top: 120px;
    text-align: center;
    width: 151px;
}
#contato .boxForm .boxAviso .btOk {
    background: url("../images/estrutura/btOk.png") no-repeat scroll 0 0 white;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 38px;
}
#contato .boxForm .boxAviso .btOk:hover {
    background-position: left bottom;
}
#contato .boxForm .inputForm {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid white;
    color: #333333;
    display: block;
    font-family: Arial;
    font-size: 11px;
    height: 36px;
    margin-bottom: 0;
    margin-top: -3px;
    padding-left: 10px;
    width: 305px;
}
#contato .boxForm .mensagem {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid white;
    color: #333333;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 11px;
    height: 132px;
    line-height: 110%;
    margin-bottom: 3px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 9px;
    width: 305px;
}
#contato .boxForm .btEnviar {
    background-color: #5CABBC;
    border: 0 solid white;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 17px;
    margin-top: 7px;
    padding: 8px 0;
    text-align: center;
    width: 120px;
	text-transform:uppercase;
}
#contato .boxForm .btEnviar:hover {
    background-color: #3D8392;
}
.colunaCampos {
    float: left;
    margin-top: 0px;
}


#fomulario-area .boxAviso {
    display: block;
    height: 148px;
    left: 0;
    margin-left: -1px;
    padding-left: 106px;
    padding-top: 52px;
    position: absolute;
    top: 0;
    width: 150px;
}
#fomulario-area  .boxSucesso {
    background: url("../images/box-sucesso-1.jpg") no-repeat scroll 56px 0 #4495A6;
}
#fomulario-area  .boxErro {
    background: url("../images/box-alerta-1.jpg") no-repeat scroll 0 0 #4495A6;
}
#fomulario-area .boxAlerta {
    background: url("../images/box-alerta-1.jpg") no-repeat scroll 56px 0 #4495A6;
}
#fomulario-area  .boxAviso .texto {
    color: #fff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 120%;
    margin-left: -48px;
    margin-top: 60px;
    text-align: center;
    width: 151px;
}
#fomulario-area .btOk{
	display:none;
	}





#esqueci-senha{
	position:relative;
	}

#esqueci-senha .boxAviso {
    display: block;
    height: 211px;
    left: 0;
    margin-left: -1px;
    padding-left: 232px;
    padding-top: 52px;
    position: absolute;
    top: 0;
    width: 178px;
}
#esqueci-senha .boxSucesso {
    background: url("../images/estrutura/box-sucesso.jpg") no-repeat scroll 93px 0 white;
}
#esqueci-senha .boxErro {
    background: url("../images/estrutura/box-alerta.jpg") no-repeat scroll 93px 0 white;
}
#esqueci-senha .boxAlerta {
    background: url("../images/estrutura/box-alerta.jpg") no-repeat scroll 93px 0 white;
}
#esqueci-senha .boxAviso .texto {
    color: #8B8B8B;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 120%;
    margin-left: -87px;
    margin-top: 120px;
    text-align: center;
    width: 151px;
}
#esqueci-senha .boxAviso .btOk {
    background: url("../images/estrutura/btOk.png") no-repeat scroll 0 0 white;
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: 4px;
    width: 38px;
}
#esqueci-senha .boxAviso .btOk:hover {
    background-position: left bottom;
}





/* --------------------------------------------------------------------------*/
/* --------------------- Extras ou Miscelâneas --------------------------------
/* --------------------------------------------------------------------------*/

#entrar {
    background-color: #4495A6;
    border-top: 1px solid #FFFFFF;
    display: none;
    height: 200px;
    margin-left: -132px;
    margin-top: 0px;
    position: absolute;
    width: 255px;
    z-index: 999999999;
}
.botao-area {
	text-align:center;
	margin: 12px 0px 0px 86px;
	display:block;
	}	
#entrar form {
    margin: 29px 0 0 13px;
    width: 189px;
}
#entrar  .inputForm {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid white;
    color: #000000;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 29px;
    margin-bottom: 8px;
    margin-top: -2px;
    padding-left: 10px;
    width: 217px;
	border:1px solid #fff;
	background-color:#fff;
}	
.bt-entrar-area{
	    background-color: #4495A6;
    border: 2px solid #fff;
    color: #3DAB97;
    cursor: pointer;
    display: block;
    float: left;
	color:#fff;
	font-size:15px;
    font-family: 'latobold';
    margin-top: 6px;
    padding: 7px 24px;
	text-transform:uppercase;
	margin:10px 0 0 56px;
	}
.bt-entrar-area:hover{
	background-color:#fff;
	border:2px solid #fff;
	color:#4495A6;
	}	
.esqueci{
	padding-top:12px;
	float:left;
	text-align:center;
	width:231px;
	padding-top:19px;


	
	}	
#area .esqueci a{
	font-size:12px;
	color:#fff;
	text-transform:lowercase;
	max-height:10px;
	background-color: #4495A6;
	padding-left:55px;

	}	
.esqueci a:hover{
	text-decoration:underline;
	}			