@charset "utf-8";
 html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	/*font-family:"Century Gothic";*/
	font-family: "Verdana";
	color: #474344;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color: #8a888b;
    background: url(imagens/fundoBK.jpg);
	background-position: bottom;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
img {
	border: none
}
.img3d{position:absolute; 
right: 55px;
margin-top: -80px;}

.justify {
	/*text-align:justify ;*/
}
#principal {
	width: 100%;
	min-width: 1165px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(imagens/centro_fundo.jpg);
}
#topo_imagem {
	width: 100%;
	min-width: 1165px;
	text-align: right;
	position: relative;
	height: 41px;
	background-repeat: no-repeat;
	background-image: url(imagens/topo_fundo.jpg);
	background-position: center;
	background-size: cover;
}
#topo {
	width: 68%;
	min-width: 750px;
	border-left: 6px solid #fff;
	margin-left: 24.5%;
	position: relative;
	min-height: 26px;
}
#topo img {
	margin-left: -14px;
}
#cabecalho {
	width: 20%;
	float: left;
	left: 5%;
	margin-left: 64px;
	z-index: 4;
	position: absolute;
	min-height: 152px;
	margin-top: -8px;
	background-image: url(imagens/cabecalho.png);
	background-position: right;
	background-repeat: no-repeat
}
#cabecalho2 {
	width: 66%;
	min-width: 750px;
	left: 25%;
	float: left;
	z-index: 2;
	position: absolute;
	min-height: 152px;
	margin-top: -8px;
	background-image: url(imagens/cabecalho3.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}
#cabecalho00 {
	width: 66%;
	min-width: 750px;
	left: 25%;
	float: left;
	z-index: 3;
	position: absolute;
	min-height: 152px;
	margin-top: -8px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}
#cabecalho3 {
	width: 66%;
	min-width: 750px;
	left: 25%;
	float: left;
	z-index: 2;
	position: absolute;
	min-height: 152px;
	margin-top: -8px;
}
#menu {
	position: relative;
	color: #FEFBFF;
	font-size: 12px;
	width: 24.5%;
	float: left;
	margin-top: 196px;
	min-height: 151px;
}
#menu ul,.liunico {
	margin: 0;
	cursor: pointer;
	outline: none;
	padding: 0;
	display: block;
	position: relative;
	list-style: none;
	background-image: url(imagens/menu_antes.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 24px;
	margin-bottom: 3px;
}
#menu ul:hover {
	color: #2F3E64
}
#menu ul li,#menu  .liunico a {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	list-style: none;
	padding-left: 4px;
	padding-top: 4px;
	background-image: url(imagens/fundo_menu.png);
	background-position: right;
	width: 197px;
    
    color: white;
	margin-left: 30px;
	min-height: 20px;
}



.sub-menu {
	display: none;
	color: #444144;
	background: none;
	background-image: none;
}
.sub-menu li {
	color: #999999;
	margin: 0;
	top: -3px;
	padding: 0;
	background-image: none;
	padding-left: 10px;
	padding-top: 4px;
	background: none;
	background-color: #fff;
	width: 191px;
	margin-left: 30px;
	height: 20px;
}
#menu .imagem {
	margin-left: 50%;
	margin-top: 50px
}
#conteudo_imagem {
	width: 68%;
	min-width: 760px;
	right: 0;
	margin-right: 5%;
	margin-left: 24.5%;
	left: 0;
	display: table;
	/**/
	padding-top: 211px;
	position: relative;
	border-left: 6px solid #fff;
	top: -160px;
	/**/
	top: 0;
	margin-top: -16px;
	vertical-align: top;
	min-height: 216px;
	z-index: 1;
	background-color: #BABCC2;
	background-color: rgba(206, 214, 225, 0.5);
}
#conteudo a {
	color: #6BA8E6;
	text-decoration: none
}
#conteudo a:hover {
	color: #4B8FCC
}
#conteudo {
	width: auto;
	min-width: 760px;
	min-height: 550px;
	width: 54.5%;
	width: 97%;
	z-index: 3;
	margin-left: 3%;
	/* float:right;padding-top:61px; margin-top:30px;*/
}
.caixa {
	display: inline-block;
	float: left;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(75%, rgba(255, 255, 255, 0.3)), color-stop(85%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 30%;
	padding: 0;
	padding: 8px;
	margin: 0;
	z-index: 3;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	min-height: 100px;
}
.caixa_larga {
	display: inline-block;
	float: left;
	vertical-align: top;
	background-color: #FFF;
	background: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 1)), color-stop(85%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 13px;
	width: 50%;
	padding: 0;
	min-width: 200px;
	padding: 15px;
	margin: 0;
	z-index: 3;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	min-height: 100px;
}
.sombra_caixa {
	background-image: url(imagens/sombra_pequena.png);
	background-position: top left;
	margin: 0;
	padding: 0;
	float: right;
	right: -12px;
	background-repeat: no-repeat;
	width: 12px;
	height: 73px;
	position: absolute;
	top: 0
}
.centro {
	display: inline-block;
	float: left;
	display: table;
	vertical-align: top;
	position: relative;
	min-width: 200px;
	width: 29.8%;
	padding: 0;
	margin: 0;
	margin-right: 26px;
	z-index: 3;
	margin-bottom: 20px;
}
.subcaixas {
	float: none;
	display: table;
	width: 100%;
	position: relative;
	margin: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(30%, rgba(255, 255, 255, 0.1)), color-stop(35%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
}
.subcaixas {margin-bottom: 50px}
.nome_pagina {
	font-size: 28px;
	display: block;
	color: #3c96bd;
	text-align: left;
	font-weight: bold;
	position: relative;
	z-index: 3;
}
.titulo {
	font-size: 24px;
	display: block;
	color: #3c96bd;
	text-align: right;
	position: relative;
	z-index: 3;
}
.titulo_ {
	font-size: 24px;
	display: block;
	color: #fff;
	text-align: left;
	margin-top: -7px;
	position: relative;
	z-index: 2;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.subtitulo {
	font-size: 14px;
	text-align: left;
	color: #7D7E82;
}
.subtitulo2 {
	font-size: 13px;
	text-align: right;
	display: inline;
	float: right;
	color: #fff
}
.titulo2 {
	font-size: 20px;
	text-align: left;
}
.texto {
	font-size: 13px;
}
label {
	display: none
}
#web .inputs {
	position: relative;
}
#espaco {
	width: 98%;
	position: relative;
	display: block;
	float: left
}
.barra {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #666;
	height: 23px;
	background: #FFF;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}
.espaco {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #666;
	height: 23px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}
#patrocinadores {
	width: 60px;
	min-height: 502px;
	position: absolute;
	left: 92.5%;
	padding-left: 15px;
	padding-top: 204px;
	top: -8px;
}
#sombra_direita {
	background-position: top left;
	margin: 0;
	padding: 0;
	float: right;
	right: -60px;
	width: 60px;
	height: 200px;
	position: absolute;
	top: 0;
	background-image: url(imagens/sombra.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#sombra {
	background-image: url(imagens/sombra2.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	left: 0;
	bottom: -36px;
	position: absolute;
	min-height: 36px;
}
#rodape {
	width: 100%;
	min-width: 1175px;
	float: left;
	min-height: 20px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 10;
}
#financiadores {
	position: relative;
	margin-top: 7px;
	margin-left: 5px;
	width: 230px;
	float: left;
	min-height: 50px;
	padding-top: 10px;
	padding-right: 4px;
}
#web {
	font-size: 14px;
	color: #393939;
	margin-left: 230x;
	position: relative;
	min-height: 26px;
	padding-top: 20px;
}
#web img {
	margin-top: 4px;
}
.imagem {
	margin: 5px;
	margin-bottom: 0;
	margin-right: 0;
	display: block;
	float: right;
	border: 0;
}
.caixa .imagem,
.caixa_conteudo .imagem {
	margin: 5px;
	margin-bottom: 0;
	margin-right: 0;
	display: block;
	text-align: right;
	float: right;
	max-width: 50%;
}
.caixa .evento,
.caixa_larga .evento,
.caixa_conteudo .evento {
	margin: 0;
	width: 100%;
}
.centro .caixa .evento {
	/*height: 260px;*/
}
.home .evento {
	margin: 0;
	width: 100%;
	/*max-height: 150px*/
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
@media all and (max-width: 1670px) {
	.home .evento {
		/*max-height: 130px*/
	}
}
@media all and (max-width: 1450px) {
	.home .evento {
		/*max-height: 100px*/
	}
}
.centro .caixa .titulo2 {
	height: 50px;
	display: block;
}
.mais {
	bottom: 10px;
	cursor: pointer;
	right: 8px;
	position: absolute;
	display: block;
	border: 0;
}
.caixa_conteudo {
	margin-bottom: 20px;
	width: 65.3%;
	min-height: 260px;
	min-width: 466px;
	position: relative;
	background-color: #FFF;
	background: rgba(255, 255, 255, 0.3);
	float: left;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.biblioimgs {
	font-size: 9px;
}
.caixa_conteudo .coluna {
	float: left;
	position: relative;
	margin: 0;
	margin-top: 30px;
	margin-right: 2.1%;
	width: 31.9%;
	height: 253px;
	background: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(75%, rgba(255, 255, 255, 0.3)), color-stop(85%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.caixa_conteudo .coluna .titulo {
	margin-top: -24px;
	margin-right: 20px;
}
.caixa_conteudo .coluna .titulo_ {
	margin-right: 20px;
}
.caixa_conteudo .texto {
	position: relative;
	margin: 10px;
	font-size: 12px;
}
.caixa_conteudo .coluna .mais {
	bottom: 0
}
.total {
	margin: 0;
	margin-bottom: 20px;
	width: 92.8%;
	padding: 2%;
}
.slide {
	min-height: 0px;
	font-style: italic
}
.slide .texto {
	float: right;
	width: 30%;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.slide .evento {
	width: 65%;
	height: 100%;
	float: left
}
.login,
.login2 {
	color: #f8f8f8;
	background-image: url(imagens/login.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 45px;
	width: 185px;
	height: 24px;
	background-color: transparent;
	border: none;
}
.login2 {
	background-image: url(imagens/login2.png);
}
.login {
	cursor: pointer
}
.numero {
	top: 400px;
	margin-left: 17%;
	position: absolute;
	display: none
}
.email {
	color: #f8f8f8;
	background-image: url(imagens/email.png);
	margin-left: -20px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 45px;
	width: 213px;
	height: 24px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}
.pesquisa {
	color: #f8f8f8;
	background-image: url(imagens/pesquisa.png);
	margin-left: -26px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 45px;
	width: 167px;
	cursor: pointer;
	height: 24px;
	background-color: transparent;
	border: none;
}
.caixa_login,
.caixa_login2 {
	background-image: url(imagens/log.png);
	background-repeat: no-repeat;
	color: #cac9c9;
	width: 183px;
	min-height: 131px;
	font-size: 13px;
	padding: 2px 10px 10px;
	position: absolute;
	left: 23px;
	bottom: 0px;
	right: 416px;
	bottom: 18px;
	display: none;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	/*margin-left: 0px;float: left;margin-bottom: 24px;position: relative;margin-top: -300px;left: 234px;top: 120px;  */
}
.caixa_login2 {
	z-index: 20;
	/*left: 197px;*/
	left: 6px;
	min-height: 0;
	bottom: 25px;
	background-image: url(imagens/newsl.png);
	background-repeat: no-repeat;
}
.caixa_login p,
.caixa_login2 p {
	margin: 8px;
	text-align: left;
	margin-top: 30px;
}
.caixa_login p input,
.caixa_login2 p input {
	max-width: 150px;
	display: block;
	background-color: transparent;
	height: 24px;
	border: none;
	color: #FFF;
}
.caixa_login a,
.caixa_login2 a {
	color: #cac9c9;
}
.caixa_login2 p {
	margin: 20px 8px 8px;
}
#menu a {
	text-decoration: none;
	color: #999999
}
#menu a:hover {
	color: #000
}
a {
	text-decoration: none;
	color: #333
}
#backoffice {
	width: 910px;
	margin: 0 auto;
	margin-top: 80px;
	color: #333;
}
#backoffice td {
	vertical-align: top;
	font-size: 13px
}
#backoffice table {
	width: 90%;
	-moz-box-shadow: 0px 0px 2px 0px #000;
	-webkit-box-shadow: 0px 0px 2px 0px #000;
	box-shadow: 0px 0px 2px 0px #000;
}
.menu_backoffice {
	min-width: 910px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	color: #ccc;
	height: auto;
	text-transform: uppercase;
	display: block
}
.menu_backoffice li {
	background-color: #333333;
	cursor: pointer;
	float: left;
	min-width: 90px;
	margin: 0 auto;
	list-style: none;
	text-decoration: none;
	border: 1px solid #212523;
	position: relative;
	display: inline-block;
	padding: 8px;
	height: 23px;
}
.menu_backoffice a,
.menu_backoffice a:visited {
	color: #ccc
}
.menu_backoffice li:hover {
	background-color: #000;
}
#backoffice a {
	color: #729B01;
}
.notificacao {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style: italic;
	background-color: #EDEDED;
	font-size: 13px;
	text-align: left
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.sucesso {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.aviso {
	color: #9F6000;
	background-color: #FEEFB3;
}
.erro {
	color: #D8000C;
	background-color: #FFBABA;
}
form td {
	vertical-align: top
}
form td input {
	min-width: 200px;
}
form td textarea {
	min-height: 100px;
	min-width: 206px;
}
.livro {
	width: 160px;
	height: 290px;
	position: relative;
	margin-right: 30px;
	float: left;
}
.livro img {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 0px 2px 0px #000;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 0px 2px 0px #000;
	box-shadow: inset 0px 1px 0px 0px #ffffff, 0px 0px 2px 0px #000;
}
.livro .mais {
	right: 0
}
@media all and (max-width: 1021px) {
	/*#cabecalho2{ background-image:url(imagens/cabecalho2_menor.png); }*/
	#web form .inputs {
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media all and (min-width: 1600px) {
	#cabecalho2 {} .caixa_conteudo .coluna {
		min-height: 313px;
	}
}
td {
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 0px;
	padding-top: 0px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.caixa_larga table {
	border-collapse: collapse;
}
.caixa_larga td {
	vertical-align: top
}