@font-face {
    font-family: "MyriadProBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadProBold") format("svg");
}
@font-face {
    font-family: "MyriadProRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadProRegular") format("svg");
}

/* `XHTML, HTML4, HTML5 Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

::-webkit-input-placeholder { opacity: 1;}
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1;} /* ie */
input:-moz-placeholder { opacity: 1;}

html {
    font-size: 100%;
}
em{
	font-style: italic;
}
a:focus {
    outline: none;
}
a:hover, a:active {
    outline: 0 none;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#map_canvas img {
    max-width: none;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
button, input {
    line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input[type="search"] {
    -moz-box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
body {
    color: #606060;
    font-family: 'Oswald', arial, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
   padding:0;
    background: #fff;
}

a {
    text-decoration: none;
}

p { 
    margin: 0 0 20px; 
}

ul {
	
}

ul li{
    list-style:none;	
}

strong{
	font-weight:bold;
}

html, body {height:100%;}

/* HEADER */

header{
    height:108px;
}

#header-container {
	margin-left: auto;
    margin-right: auto;
	width:960px;
    padding: 15px 0 0;      
}

.logo {
   float:left;
}

.banner-top{
    float:right;
}

/****Conteúdo Home****/

#main-container{
    clear: both;
    display: table;
    width:100%;    
    position:relative;
    background:url('../imagens/bg.jpg') repeat-x 0 0;
}

#main-container.borda{
    border-top: 8px solid #0b2e46;
}

#main-container.top {
    top: -9px;
}

.content{
	position:relative;
    width:960px;
    margin:0 auto; 
}

.main{
    background:url('../imagens/bg-topo.png') no-repeat 0 0;
    height: 131px;
}

.titulo{
    float:left;
    margin: 8px 0 0 146px;
}

.titulo h1{
    color:#0d5382;
    font-size:66px;
    text-transform:uppercase;
    font-family: 'Oswald', arial, sans-serif;
    font-weight:300;    
    line-height: 48px;
    text-shadow: 1px 1px 2px #666;
    -moz-text-shadow: 1px 1px 2px #666;
    -webkit-text-shadow: 1px 1px 2px #666;
}

.titulo h1 span{
     font-size:23px;
     display:block;
     text-shadow:none;
}

.social{
    float:left;
    margin-top: 5px;
}

.social p{
    color:#0c517f;
    font-size:18px;
    text-transform:uppercase;
    float:left;
    margin-right: 8px;
}

.social ul {
    float:left;
}

.social ul li{
    float:left;
}

.social a {
    padding: 0 0 0 9px;
}

.busca-topo{
    float:right;
    margin-top: 5px;
}

.busca-topo input[type="text"]{
    background: none repeat scroll 0 0 #f0f0f0;
    border:none;
    color:#868484;
    font-size:18px;
    text-transform:uppercase;
    float:left;
    padding:3px 10px;
    font-family: 'Oswald', arial, sans-serif;
    width: 190px;
}

.busca-topo input[type="submit"]{
    background: none repeat scroll 0 0 #0e76bc;
    border: medium none;
    color: #fff;
    float: left;
    font-family: 'Oswald',arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    padding: 0 9px;
    text-transform: uppercase;
}

.destaques{
    clear:both;
	display: table;
}

.col1{
    clear:both;
    background:#0c517f;
    padding:20px 30px 15px;
    position:relative;
}

.col1 span.data{
    color:#fff;
    font-size:12px;
    display:block;
    font-family: 'MyriadProRegular',arial;
}

.col1 h1 a{
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    display:block;
	text-shadow: 3px 4px 5px #222222;
}

.col1 h1 a:hover{
	text-decoration:underline;
}


.col1 p{
    font-size: 15px;
    color: #fff;
    margin:0;
    font-family: 'MyriadProRegular',arial;
    line-height: 21px;
}

a.mais-azul{
    position:absolute;
    left:0;
    top:0;
    background:url('../imagens/mais-azul.png') no-repeat 0 0;
    width:53px;
    height:49px;
    text-indent:-100000px;
}

.col3{
	background:url("../imagens/border.png") no-repeat scroll right 58px #fafafa;
	float: left;
    padding: 20px 28px;
    position: relative;
    width: 264px;
    height: 50px;
}

.col3.last{
    background:#fafafa;
}

.col3 span.data{
    color:#0e76bc;
    font-size:13px;
    display:block;
    font-family: 'MyriadProRegular',arial;
}

.col3 h2 a{
    font-size: 13px;
    color: #004c7f;
    margin: 8px 0 0;
    display:block;
}

.col3 h2 a:hover{
	text-decoration:underline;
}

a.mais-cinza{
    position:absolute;
    left:0;
    top:0;
    background:url('../imagens/mais-cinza.png') no-repeat 0 0;
    width:53px;
    height:49px;
    text-indent:-100000px;
}

.ultimas-noticias{
	clear:both;
	margin-top: 25px;
}

.ultimas-noticias h3{
	color:#0c517f;
	font-size: 30px;
    text-transform: uppercase;
	border-top:3px solid #0e76bc;
	padding: 5px 0 15px;
}

.box-noticia{
	 border-bottom: 1px solid #EEEEEE;
    clear: both;
    margin: 0 0 8px;
    padding: 0 0 5px;
}

.box-noticia.last{
	border-bottom:none;
}
.box-noticia span.data{
	color:#4d4d4d;
    font-size:17px;
    display:block;	
    font-family: 'MyriadProRegular',arial;
}

.box-noticia h1 a{
	color:#000;
    font-size:25px;
    display:block;	
}

.box-noticia p{
	color:#606060;
    font-size:15px;	
	margin-bottom: 10px;
    font-family: 'MyriadProRegular', arial,sans-serif;
}

.box-noticia span{
	color:#000;	
}

.box-noticia a{
	color:#606060;
}

.box-noticia a:hover{
	text-decoration:underline;
}

.col-left{
	float:left;
	width:415px;
	margin-right:30px;
}

.col-mid{
	float:left;
	width:225px;
	margin-right:30px;
}

.col-right{
	float:right;
	width:258px;
}

.col-left h3, .col-mid h3, .col-right h3 {
	color:#0c517f;
	font-size: 30px;
    text-transform: uppercase;
	border-top:3px solid #0e76bc;
	padding: 5px 0 10px;
}

.box-midia{
	padding: 0 0 30px;
}

.box-publicidade{
	border-top: 3px solid #0E76BC;
	 padding: 15px 0 22px;
}
.box-indicadores{
	padding: 0 0 30px;
}

.box-artigos{
	display:table;
	 padding-bottom: 15px;
}

.box-artigos .foto-artigo{
	float: left;
    margin-right: 25px;
    width: 45px;
	
}

.box-artigos .texto-artigo{
	float: left;
    width: 188px;
}

.texto-artigo span{
	 color: #656565;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.texto-artigo h4 a{
	color:#000;
	font-size: 15px;
	font-weight:700;
	margin-bottom: 15px;
    display: block;
}

.texto-artigo h4 a:hover{
    text-decoration:underline;
}

.texto-artigo p{
	  color: #000;
    font-family: 'MyriadProRegular', arial;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

.leia-mais{
	color:#000;
	font-size: 13px;
	text-align:right;
	 display: block;
     font-family: 'MyriadProBold', arial;
}

.box-news{
	clear:both;
	display:table;
}

.box-news p{
	color:#000;
	font-size: 15px;
	 margin: -6px 0 10px;
     font-family: 'MyriadProRegular', arial;
}

.box-news input[type="text"], .busca-lateral input[type="text"] {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #868484;
    float: left;
    font-family: 'Oswald',arial,sans-serif;
    font-size: 16px;
    padding: 4px 10px;
    text-transform: uppercase;
    width: 199px;
}


.box-news input[type="submit"], .busca-lateral input[type="submit"], .busca-lateral input[type="button"], .box-news input[type="button"]   {
    background: none repeat scroll 0 0 #0E76BC;
    border: medium none;
    color: #FFFFFF;
    float: left;
    font-family: 'Oswald',arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 35px;
    line-height: 34px;
    padding: 0 9px;
    text-transform: uppercase;
}

.banner-bottom{
	clear:both;
	margin-top: 25px;
}
	
aside{
	float:right;
	width:260px;
}	

.menu-bg{
	 background: none repeat scroll 0 0 #0B2E46;
    clear: both;
    width: 100%;
}

.menu-topo{
    width:960px;
    margin:0 auto;
	height: 35px;
}

.menu-topo ul li{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    line-height: 35px;
}

.menu-topo ul li a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 16px 9px;
    z-index: 50;
    position:relative;
	text-transform:uppercase;
}

.menu-topo ul li a{
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 12px 9px;
    z-index: 50;
    position: relative;
    text-transform: uppercase;
}

.menu-topo ul li a.selecionado{
    background: #0E76BC;
    color:#fff;
}

.menu-topo ul li a:hover{
    background: #0E76BC;
    color:#fff;
}

.cLeft{
	width:670px;
	float: left;
}

.content.interna {
	margin:35px auto;
    min-height: 650px;
}

.content.interna h1, aside h3, .box-leia h3{
	color:#0c517f;
	font-size: 30px;
    text-transform: uppercase;
	border-top:3px solid #0e76bc;
	padding: 5px 0 10px;
}

.content.interna h1{
	padding: 5px 0 20px;
}

.migalha{
	margin-bottom:30px;
	color:#8d8c8c;
	font-size:11px;
     font-family: 'MyriadProRegular',arial;
}

.migalha a{
	color:#8d8c8c;
	font-size:11px;
	text-decoration:underline;
}

.sobre h2{
	color:#000;
	font-size: 24px;
	  margin-bottom: 25px;
}

.sobre ul{
	float:left;
	 width: 326px;
}

.sobre ul li{
	font-size:15px;
	margin-bottom:20px;
      font-family: 'MyriadProBold',arial;
}

.sobre ul li a{
	color:#606060;
      font-family: 'MyriadProBold',arial;
}

.sobre ul li span{
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	display:block;
      font-family: 'MyriadProRegular',arial;
}

.sobre ul li small{
	font-size:10px;
	font-weight:300;
}

.busca-lateral{
	   margin-bottom: 44px;

}

.box-cinza{
	clear:both;
	background:#f5f4f4;
	padding:15px 0;
	color:#606060;
	font-size:15px;
	text-align:center;
}

.box-cinza p{
	margin:0;
      font-family: 'MyriadProRegular',arial;
    
}
.box-cinza span{
	font-size:24px;
      font-family: 'MyriadProBold',arial;
}

.banner-publicidade{
	margin-top:25px;
	clear:both;
}

.box-content{
    clear:both;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 20px;
}

.box-content.last{
    clear:both;
    border-bottom:none;
}

.box-content span.data{
    color:#4d4d4d;
    font-size:16px;
     font-family: 'MyriadProRegular',arial;
}

.box-content h2 a{
    color:#000;
    font-size: 24px;
    line-height: 28px;
}

.box-content h2 a:hover{
    text-decoration:underline;
}

aside .box-news {

    margin-bottom: 30px;
}

.paginacao{
     border-top: 3px solid #0e76bc;
    clear: both;
    padding: 10px 0;
     margin-top: 25px;
}

.paginacao ul{
    text-align:center;
}

.paginacao ul li{
    display:inline;
      color:#0c517f;
    font-size:18px;
}

.paginacao ul li a{
    color:#0c517f;
    font-size:16px;
    padding: 0 8px;
}

.paginacao ul li a:hover{
    background:#0c517f;
    color:#fff;
}

.paginacaoSelecionado ul li a{
    background:#0c517f;
    color:#fff;
}

.texto-noticia{

}

.texto-noticia span.data{
    color:#4d4d4d;
    font-size:16px;
    display:block;
     font-style:normal;
     margin:0;
}

.texto-noticia span.categoria{
    background: none repeat scroll 0 0 #999999;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    line-height: 15px;
    padding: 2px 5px;
    margin-bottom: 0;
}



.texto-noticia h2{
    color: #000;
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.texto-noticia h3{
    font-size:18px;
    margin: 20px 0 0;
     font-family: 'MyriadProBold',arial;
}

.texto-noticia span.resumo{
     display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
    font-family: 'MyriadProRegular',arial;
}

.texto-noticia p{
    font-size: 15px;
     margin: 0 0 15px;
     font-family: 'MyriadProRegular',arial;
}

.ferramentas{
   border-bottom: 3px solid #0e76bc;
    clear: both;
    height: 24px;
    text-align: right;
    margin-top: 20px;
    
}
.ferramentas ul{
    float:right;
    margin-right:10px;
}

.ferramentas ul li.botao{
    display: inline-block;
}

.ferramentas ul li.botao a{
    color: #0c517f;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
    text-transform: uppercase;
}
.ferramentas ul li.botao a:hover{
    color:#0e76bc;
}

.addthis_sharing_toolbox{
    float:right;
}

.comentarios{
     margin-top: 30px;
}

.box-leia{
    margin-top:20px;
}

.box-leia span.data{
    color:#4d4d4d;
    font-size: 14px;
    display:block;
     font-family: 'MyriadProRegular',arial;
}

.box-leia h3{
    font-size: 30px;
    margin-bottom: 10px;
}

.box-leia ul li{
    margin-bottom:18px;
}

.box-leia ul li a{
    color:#000;
    font-size: 14px;
     font-family: 'MyriadProBold',arial;
}   

.box-leia ul li a:hover{
    text-decoration:underline;
}


aside .box-news p {

}

.box-parceiros img{
     margin-right: 5px;
}
/****Rodapé****/

footer{
    background:#0b2e46;  
    margin: 60px 0 0;
    padding: 16px 0;    
}

.menu-rodape{
    width:900px;
    margin:0 auto;
	 height: 30px;
}

.menu-rodape ul li{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    line-height: 21px;
}

.menu-rodape ul li a{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 10px;
	text-transform:uppercase;
}

.menu-rodape ul li a:hover{
    color: #0E76BC;
}

.copyright{
	clear: both;
    color: #A2B3BE;
    display: table;
    font-size: 12px;
    margin: 20px auto 0;
    text-align: center;
    width: 960px;
}

.copyright img{
	 float: right;
    margin-top: -56px;
}

.bloco1{
    margin-bottom: 7px;
    clear:both;
}

label.error  {
    color: #f04848 !important;
    font-family: arial !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
    margin-left: 7px;
    margin-top: 3px;
    text-align: left !important;
    width: auto !important;
}  

label.ok  {
    color: green;
    font-family: arial !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
    margin-left: 7px;
    margin-top: 3px;
    text-align: left !important;
    width: auto !important;
	font-weight: bold;
}  

input.error, textarea.error  {
    border: 1px solid #F04848 !important;
}

#formNews label.error {
    color: #f04848 !important;
    font-family: arial !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
    margin-left: -258px!important;
    margin-top: 39px!important;
    position: absolute!important;
    text-align: left !important;
}

#formContato{
    margin-top:20px;
}

#formContato label.margin100 {
    color: #656565;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: right;
    width: 100px;
}

#formContato input[type="text"], #formContato textarea{
    border: 1px solid #ddd;
    color: #656565;
    font-family: 'Oswald',arial,sans-serif;
    font-size: 14px;
    padding: 3px 5px;
    resize: none;
    width: 320px;
}

textarea {
    overflow: auto;
    vertical-align: top;
    height: 85px;
}

#formContato input[type="submit"] {
    background: none repeat scroll 0 0 #0e76bc;
    border: medium none;
    color: #fff;
    font-family: 'Oswald',arial,sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin-left: 107px;
    margin-top: 15px;
    padding: 2px 17px;
    text-transform: uppercase;
}

#formContato input[name="captcha"] {
    width: 121px;
}

#captchaimage{
    margin: 10px 107px;
}

#captchaimage a{
    color:#0e76bc;
    margin-left: 5px;
}

p#statusgreen { font-size: 1.2em; background-color: #fff; color: #0a0; }
p#statusred { font-size: 1.2em; background-color: #fff; color: #a00; }
fieldset label { display: block; }
fieldset div#captchaimage { float: left; margin-right: 15px; }
fieldset input#captcha { width: 25%; border: 1px solid #ddd; padding: 2px; }
fieldset input#submit { display: block; margin: 2% 0% 0% 0%; }
#captcha.success {

}
#captcha.error {
	border: 1px solid #c24949;
}

#mascara {
	background: #000000;
	display:none;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

#emailEnvioConteudo{
	display:none;
	padding-left: 48%;
	margin-bottom: 50px;
}

#divLoading{
	display:none;
	padding-left: 48%;
	margin-bottom: 50px;
	color: #0e76bc;
	font-size: 16px;
	font-weight: 700;
}


.content.home .menu-bg {
    margin-top: 20px;
}

.box-artigos h3{
    width: 259px;
}

.wrapper         {width:100%;height:100%;margin:0 auto;background:#ffffff}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}