/* The Basics
===================================================================== */
body {
	background: #1e1e1e repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.wrap{
	margin: 0px auto;
	width: 928px;
	padding: 0 25px;
}

a{
	color: #0d1e9c;
	text-decoration:none;

/*         Google Chrome hack 
        body:nth-of-type(1) a{
            text-decoration: none;*/
        }
.btn{
	position: relative;
	cursor: pointer;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0d1e9c;
	font-weight: bolder;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	border: 1px solid;
	border-color: #9b9b9b;
	text-shadow: 1px 1px 1px #fff;
	display: inline-block;
	padding: 0 10px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top, #dfdfdf 0%, #969696 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#969696)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfdfdf 0%,#969696 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfdf 0%,#969696 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #dfdfdf 0%,#969696 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #dfdfdf 0%,#969696 100%); /* W3C */
}
.btn:hover{
	background: #969696;
	filter: none;
	text-shadow: 1px 1px 1px #ccc;
}
.btn:active{
	top: 2px;
}

.btn2{
	position: relative;
	cursor: pointer;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d0d0d1;
	font-weight: bolder;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	border: 1px solid;
	border-color: #010050;
	display: inline-block;
	padding: 0 20px;
	text-transform: uppercase;
	box-shadow: 0 0 5px #999;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background: #0c1295; /* Old browsers */
	background: -moz-linear-gradient(top, #0c1295 0%, #1143b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c1295), color-stop(100%,#1143b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0c1295 0%,#1143b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0c1295 0%,#1143b0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0c1295 0%,#1143b0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1295', endColorstr='#1143b0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0c1295 0%,#1143b0 100%); /* W3C */
}
.btn2:hover{
	background: #1143b0;
	filter: none;
}
.btn2:active{
	top: 2px;
}


/* Topo
===================================================================== */
#topo{
	background: url(images/bgtopo.jpg) repeat-x left top;
	height: 118px;
}
#barratopo{
	height: 80px;
}

/* Logo 
----------------------- */
h1{
	float: left;
	width: 281px;
	height: 50px;
	margin: 15px 0 0 0;
	border-right: 1px solid #dcdcdc;
	text-indent: -99999px;
}
h1 a{
	display: block;
	height: 50px;
	background: url(images/logogrande.jpg) no-repeat center center;
}

/* Descrição 
----------------------- */
#descricao{
	float: left;
	height: 41px;
	margin: 15px 0 0 0;
	border-left: 1px solid #fff;
	font-style: italic;
	color: #3e3c3c;
	padding: 9px 0 0 20px;
	line-height: 16px;
}

/* Pesquisa
----------------------- */
#formpesquisa{
	float: right;
	position: relative;
	padding: 22px 0 0 0;
}
#formpesquisa input[type="text"]{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 192px;
	font-size: 12px;
	font-style: italic;
	color: #515151;
	margin: 0;
	padding: 0 10px;
	background: url(images/bgtextpesquisa.jpg);
	border: none;
	height: 31px;
	line-height: 31px;
	float: left;
}

.errocampo span{
	line-height: 18px;
	position: absolute;
	margin: -10px 0 0 130px;
	background: #020053;
	float: left;
    color: #fff;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: bold;
	z-index: 100;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

/* Menu Principal
----------------------- */
#menu{
}
#menu li{
	float: left;
}
#menu li a{
	font-size: 13px;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 16px;
	text-transform: uppercase;
	color: #f7f7f7;
	text-decoration: none;
}
#menu li a:hover{
	text-decoration: underline;
}
#menu li a.ativo{
	text-decoration: none;
	background: url(images/bgmenuativo.jpg) repeat-x left top;
	color: #fff;
}


/* Eventos
===================================================================== */
#eventos{
	background: #0b0991 url(images/bgeventos.jpg) no-repeat center top;
	height: 175px;
}
#eventos h2{
	font-size: 24px;
	color: #f7f7f7;
	height: 60px;
	line-height: 60px;
}
#containereventos{
	background: url(images/bgproximoseventos.jpg) no-repeat left top;
	position: relative;
	height: 150px;
	box-shadow: 0 0 10px #000;
}
#containereventos li{
	background: url(images/separadorevento.jpg) repeat-x left bottom;
/*    background: url(images/separadorevento.jpg) repeat-x left bottom;*/
	display: block;
	padding: 10px 16px;
	margin: 0 0 0 1px;
	width: 286px;
	cursor: pointer;
}
#containereventos strong{
	display: block;
	font-size: 14px;
	color: #f7f7f7;
}
#containereventos li span.seta{
	display: none;
	background: url(images/setaeventos.png) no-repeat left top;
	float: right;
	height: 28px;
	margin: 0 -28px 0 0;
	position: relative;
	width: 12px;
	z-index: 10;
/*	position: absolute;
	left: 319px;*/
}
#containereventos li span.resumo{
	display: none;
	font-size: 13px;
	color: #f7f7f7;
	padding-top: 8px;
	line-height: 16px;
	overflow:hidden;
	height:32px;
	margin-bottom:8px;
}
#containereventos li small{
	display: none;
	font-size: 12px;
	color: #c4c4e7;
}
#containereventos li img{
	display: none;
}
#containereventos li.first{
	background: none;
}

#containereventos li.ativo{
        opacity: 1;
}
#containereventos li.ativo span.seta{
	display: block;
}
#containereventos li.ativo span.resumo{
	display: block;
}
#containereventos li.ativo small{
	display: block;
}
#containereventos li.ativo img{
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
}
#containereventos li.inativo{
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: transparent;
}
#containereventos li.inativo span.seta{
	display: block;
}
#containereventos li.inativo span.resumo{
	display: block;
}
#containereventos li.inativo small{
	display: block;
}
#containereventos li.inativo img{
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
}
/* Miolo
===================================================================== */
#miolo{
	background: #fff url(images/bgmiolo.jpg) repeat-x left top;
	min-height: 269px;
	padding: 30px 0;
}

/* Coluna Conteudo
----------------------- */
#colunaconteudo{
	width: 625px;
	float: left;
}
#colunaconteudo .data{
	display: block;
	position: relative;
	margin: -20px 0 20px 0;
}


.containerconteudo{
	padding: 0 0 23px;
	margin: 0 0 50px;
	border-bottom: 1px solid #dbdbdb;
}
.containerconteudoresumo{
	padding: 0 0 23px;
	margin: 0 0 23px;
	border-bottom: 1px solid #dbdbdb;
}

#colunaconteudo h2{
	font-size: 24px;
	color: #0c2889;
	border-bottom: 4px solid #01003b;
	padding: 0 0 13px 0;
	margin: 0 0 30px 0;
}
#colunaconteudo h3{
	font-size: 18px;
	color: #01003b;
	font-weight: normal;
	margin: 0 0 15px 0;
/*    text-decoration: none;*/
    
}
#colunaconteudo h4{
	font-size: 18px;
	font-weight: normal;
	color: #555;
	margin: 0 0 15px 0;
}
#colunaconteudo img.right{
	margin: 0 0 0 25px;
}

.containerconteudo img{
	margin: 0 0 15px 0;
}
.containerconteudo p{
	padding: 0 0 20px 0;
	line-height: 16px;
	font-size: 11px;
}
.containerconteudoresumo p{
	padding: 0 0 13px 0;
	line-height: 14px;
}

.texto ul{
    margin-left: 15px;
}

.texto ul li {
        padding: 0 0 20px 0;
	line-height: 18px;
	font-size: 14px;
        list-style: disc;
}

/* Paginação */
.paginacao{
	text-align: center;
	padding: 10px 0;
}
.paginacao li{
	display: inline-block;
	zoom: 1;
/*	display: inline;*/
}
.paginacao li a{
	display: inline-block;
	line-height: 23px;
	height: 25px;
	margin: 0 3px 10px 3px;
	border: 1px solid #16136E;
	font-size: 14px;
	color: #16136E;
	text-decoration: none;
	font-weight: bolder;
	padding: 0 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.paginacao li a:hover{
	background: rgb(2,0,83); /* Old browsers */
	filter: none;
	color: #fff;
	border: 1px solid #fff;
}
.paginacao li a.ativo{
	background: rgb(2,0,83); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(2,0,83,1) 0%, rgba(13,33,142,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,0,83,1)), color-stop(100%,rgba(13,33,142,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(2,0,83,1) 0%,rgba(13,33,142,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(2,0,83,1) 0%,rgba(13,33,142,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(2,0,83,1) 0%,rgba(13,33,142,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020053', endColorstr='#0d218e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(2,0,83,1) 0%,rgba(13,33,142,1) 100%); /* W3C */
	border: 1px solid #fff;
	
	filter: none;
	color: #fff;
}

/* Formulário */
.form{
}
.form li{
	margin: 0 0 10px 0;
}
.form label{
	float: left;
	width: 150px;
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	cursor: pointer;
}
.form .inputtext{
	height: 33px;
	line-height: 31px;
	border: 1px solid #666;
	padding: 0 8px;
	margin: 0;
	width: 350px;
	background: #f7f7f7;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.form textarea{
	border: 1px solid #666;
	padding: 4px;
	margin: 0;
	width: 458px;
	background: #f7f7f7;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 200px;
}
.form input[type="submit"]{
	margin: 0 0 0 80px;
}


/* Coluna Auxiliar
----------------------- */
#colunaauxiliar{
	width: 262px;
	float: right;
	font-size: 13px;
}

#colunaauxiliar .container{
	background: #fff;
	border: 1px solid #a1a1a1;
	padding: 16px;
	box-shadow: 0 0 5px #999;
	margin: 0 0 10px;
}
#colunaauxiliar .container #faixa{
	position:absolute;
	background:url(images/faixarevista.png) no-repeat;
	width:207px;
	height:60px;
	bottom:26px;
	text-align:center;
	color:#fff;
	padding:20px 10px;
}

#colunaauxiliar h5{
	text-transform: uppercase;
	font-size: 14px;
	color: #0c2889;
	border-bottom: 2px solid #01003b;
	padding: 0 0 8px;
	margin: 0 0 12px;
}
#colunaauxiliar p{
	margin: 0 0 12px;
	line-height: 16px;
}
#colunaauxiliar .mais{
	border-top: 1px solid #dbdbdb;
	display: block;
	text-align: center;
	font-style: italic;
	padding: 15px 0 5px;
	font-size: 12px;
}

#colunaauxiliar form{
}
#colunaauxiliar form li{
	margin: 0 18px 8px 0;
}
#colunaauxiliar form input[type="text"]{
	height: 20px;
	line-height: 20px;
	border: 1px solid #666;
	padding: 0 8px;
	margin: 0;
	width: 100%;
	background: #f7f7f7;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#colunaauxiliar form input[type="password"]{
	height: 20px;
	line-height: 20px;
	border: 1px solid #666;
	padding: 0 8px;
	margin: 0;
	width: 100%;
	background: #f7f7f7;
}
#colunaauxiliar form label{
	position: absolute;
	line-height: 20px;
	margin-left: 8px;
	color: #333;
}

#colunaauxiliar .listalinks{
	margin: 0 0 20px 0;
}
#colunaauxiliar .listalinks li{
	margin: 0 0 10px 0;
	zdisplay: block;
	list-style: square;
	list-style-position: inside;
	line-height: 16px;
}
#colunaauxiliar .listalinks a{
	zdisplay: block;
	text-decoration: none;
	color: #0c2889;
}
#colunaauxiliar .listalinks a:hover{
	text-decoration: underline;
}


/* Rodapé
===================================================================== */
#rodape{
	background: url(images/bgrodape.jpg) repeat-x left top;
	min-height: 142px;
}

#containermenurodape{
	border-bottom: 1px solid #191919;
	height: 56px;
}
#containermenurodape li{
	float: left;
}
#containermenurodape li a{
	font-size: 11px;
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 25px 0 0;
	text-transform: uppercase;
	color: #f7f7f7;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}
#containermenurodape li a:hover{
	text-decoration: underline;
}

#containerassinatura{
	border-top: 1px solid #5e5e5e;
	padding: 25px 0;
	height: 36px;
}
#containerassinatura h2{
	background: url(images/logomenor.jpg) no-repeat left center;
	text-indent: -99999px;
	width: 173px;
	height: 36px;
	float: left;
	padding: 0 25px 0 0;
	border-right: 1px solid #000;
}
#containerassinatura p{
	float: left;
	padding: 2px 0 0 25px;
	height: 34px;
	line-height: 15px;
	border-left: 1px solid #444;
	font-size: 11px;
	color: #d0d0d0;
	font-style: italic;
}

#aprimorar{
	background:url(images/aprimorar.jpg) no-repeat;
	width:119px;
	height:27px;
	position:absolute;
	text-indent:-9999px;
/*	margin:0 0 0 430px;*/
/*	margin:-20px 0 0 340px;*/
}

#linktopo{
	background: url(images/setatopo.png) no-repeat right center;
	float: right;
	height: 56px;
	line-height: 56px;
	font-size: 11px;
	color: #bcbcbc;
	padding: 0 13px 0 0;
	text-decoration: none;
}
#linktopo:hover{
	text-decoration: underline;
}


/* Miscellaneous
===================================================================== */
.clear{
   	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
	text-align: center;
}

.revista{
    display: inline-block;
}
.tooltip {
    display:none;
    background: transparent url(images/black_arrow.png);
    font-size:12px;
    height: 64px;
    width:160px;
    padding:25px;
    color:#eee;
    margin-left: 13px;
  }
  #creditos{
      margin: 0 0 0 720px;
  }
  #creditos p{
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 6px 0 0 0;
  }