/****************************************************/
/* 					Documento						*/
/****************************************************/
html, body{
	height: 100%;
	background: url('img/bkg_site.png');
	font-size: 10pt;
	font-family: Verdana;
}
html, body, ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#geral{
	min-height: 100%;
	background: url('img/bkg_site.png') top left repeat-x;
}
#site-wrapper{
	width: 960px;
	margin: auto;
	background-color: #F6F6EC;
}
.box-superior{
	position: absolute;
	right: 80px;
	top: 0px;
	background-color: #F6F6EC;
	padding: 5px 0px;
	text-align: right;
}
.box-superior.logado{
	top: 0px;
}
.box-superior a{
	display: inline-block;
	padding: 2px;
	text-decoration: none;
	color: #666;
}
.box-superior a:hover{
	color: #000;
	text-decoration: none;
}

/* Specific */

form .required {font-weight: bold;}

.form-error {border-color: #F00;}
.form-row {padding: 5px 0;}
.form-row-submit {
	border-top: 1px solid #DDD;
	padding: 8px 0 10px 76px;
	margin-top: 10px;
}
.legend {
	background: #F0FAF0;
	border: 1px solid #D6DFD6;
	font-size: 1.5em;
	margin: 0;
	padding: 8px 14px;
}
.form-property, .form-value {float: left;}
.form-property {
	padding-top: 8px;
	text-align: right;
	width: 60px;
}
.form-value {padding-left: 16px;}
.form-error {border-color: #F00;}

.form_input,.form_input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../image/adm/bkg_form.gif);
	border: 1px solid #CACACD;
	padding: 2px;
}
.form_input2{
	font-size: 10px;
	color: #000;
	display: inline-block;
	padding: 3px;
	margin-right: 10px;
	margin-left: 18px;
	border: 1px solid #626262;
	width: 140px;
	
}
.form_label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.form_label2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.form_help {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 09px;
	color: #959595;
	/*font-style: italic;*/
	text-indent: 2px;
}
/*
.form_link,.form_link a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231D0A;
	text-decoration: none;
	font-weight: bold;
}
.form_link:hover, .form_link a:hover{
	color: #000000;
	text-decoration: underline;
}
.form_link:visited, .form_link a:visited{
	color: #231D0A;
}
*/
.form_link img{
	background-color: #FFF;
	vertical-align: middle;
}

/****************************************************/
/* 					Cabeçalho						*/
/****************************************************/
#header{
	height: 183px;
	position: relative;
	margin-bottom: 7px;
}
#header .header-topo{
	text-align: left;
}
#header .header-topo .formCapa{
	width: 320px;
	float:right;
	
	margin-top: 12px;
}
#header .logotipo-capa{
	width: 276px;
	height: 172px;
	background: url('img/logotipo.png') no-repeat;
	margin: 15px 50px 0 50px;
}
#header .logo-evento{
	display: inline-block;
	width: 620px;
	padding: 40px 0;
	vertical-align: middle;
	margin: 15px 50px 0 50px;
}
#header .logo-evento a{
	text-decoration: none;
	color: #586506;
}

ul.menu-sup li{
	text-align: left;
	margin: 10px;
	font-size: 12px;
	padding-bottom: 7px;
	border-bottom: 2px dotted #BABA89;
}
ul.menu-sup li a{
	text-decoration: none;
	color: #000;
}
ul.menu-sup li.active div.haschild{
	background-color: #000;
	width: 13px;
	height: 9px;
	float: left;
	margin-right: 10px;
	background: url('img/triangulo-menu-pai.png') left top no-repeat;
}
.sub-menu{
	padding: 2px;
	width: 180px;
	margin: 0px;
	display: none;
	background: #DFDFB2;
	margin-top: 5px;
}
.menu-sup li.active div.bgVerdeMenuSup{
	background-color: #9DC030;
	margin-left: -56px;
	padding-left: 56px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu-sup li.active .pontaMenuSup{
	width: 11px;
	height: 9px;
	position:absolute;
	margin-left: -56px;
	background: url('img/ponta-menu.png') no-repeat;
}
.menu-sup li.nochildli div.bgVerdeMenuSup a{
	font-weight: bold;
	color: white!important;
}
.menu-sup li a:hover{
	color:#9DC030;
}
.sub-menu.selecionado{
	display: block;
}
.sub-menu li{
	border-bottom: 2px dotted white !important;
	display: block;
	margin: 3px 0 3px 5px!important;
	padding-top: 4px;
	padding-top: 4px;
}
.sub-menu li.last{
	border-bottom: 0px !important;
}
.sub-menu li.ativo .pontaMenu{
	width: 11px;
	height: 9px;
	position:absolute;
	margin-left: -64px;
	background: url('img/ponta-menu.png') no-repeat;
}
.sub-menu li:last-child.ativo{
	border-bottom: 0px !important;
}
.sub-menu li.ativo .bgVerde{
	background-color: #9DC030;
	margin-left: -64px;
	padding-left: 64px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sub-menu li.ativo a{
	font-weight: bold;
	color: white!important;
}

/****************************************************/
/* 						Content						*/
/****************************************************/
.box-topo-capa{
	padding: 2px 30px;
	text-align: justify;
	background: none repeat scroll 0 0 #E6F3EF;
	border-radius: 10px;
	margin: 7px;
	font-size: 15px!important;
	font-family: Georgia!important;
	line-height: 30px!important;
}
#conteudo{
	min-height: 250px;
	padding: 5px 10px 10px;
	margin: 5px 5px 0;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}
#conteudo .menu-left{
	-border-right: 2px dotted #BABA89;
	width: 220px;
	margin: 10px 15px 5px 0px;
	min-height: 200px;
	float: left;
}
#conteudo .main{
	width: 660px;
	padding: 0 20px 0 10px;
	float: left;
	z-index: 0;
}
#conteudo.full{
	background: url('img/bg-container-full.png') repeat-y;
}
#conteudo .main.full{
	width: 630px;
	padding: 15px 0px;
}
#footer{
	-background: url('img/bg-rodape.png') top center no-repeat;
	padding: 20px 5px 0;
	height: 15px;
	text-align: right;
}
#footer.full{
	background: url('img/bg-rodape-full.png') top center no-repeat;
}

/****************************************************/
/* 						Fieldset					*/
/****************************************************/
div.box-capa{
	/*background: url('img/bg_fieldset.png') repeat-x top left;*/
	padding: 10px;
	width: 160px;
	margin: auto;
	border: 1px solid #bdb981
}
div.box-capa p.titulo{    
	color: #586506;
    font-family: Georgia;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin: -10px -10px 10px;
    padding: 15px;
	background: #dfdfb2;
	/*background: url('img/seta.png') 5px 8px no-repeat;	*/
}

/****************************************************/
/* 						Popup						*/
/****************************************************/
#site-wrapper-pop{
	width: 700px;
}
#site-wrapper-pop #header{
	margin-left: 5px;
	width: 690px;
	background-color: white;
	height: 160px;
}
#site-wrapper-pop #conteudo{
	background-color: white;
}
#site-wrapper-pop #footer{
	-background: url('img/bg-rodape-popup.png') top center no-repeat;
}

.revista-report{
	margin: 0 10px;
}
.revista-report td{
	padding: 0 10px;
}
.revista-report a{    
	color: #543B24;
    font-family: Georgia;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    text-decoration: none;
}
.avatar-revista{
	max-width: 100px; 
	max-height: 150px;
}
p.revistasexibe a {
	text-align:left !important;
	text-decoration: none;
    color: #606152;
    font-family: Cambria;
    font-size: 15px;
    line-height: 23px;
    margin: 15px 0 0;
}
p.revistasexibe a{
	text-align:left !important;
}
p.revistasexibe a:hover {
   color: #586506;
}
h3.titulo-revista-interno{
    color: #606152;
	margin: 0;
}
.faixa{
	background-color: #DFDFB2;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	width: 970px;
	margin-left: -10px;
	
}
.conteudo-faixa{
	background-color: #DFDFB2;
	min-height: 25px;
}
.conteudo-faixa p{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.faixa-canto{
	width: 980px;
	margin-left: -5px;
}
.faixa-canto .esquerda{
	float:left;
	margin-top: 5px;
}
.faixa-canto .direita{
	float:right;
	margin-top: 5px;
}
.divSombraCinza{
	background-image: linear-gradient(to bottom, #CECEC5, #F6F6EB); 
	height: 5px;
	width: 960px;
	margin-left: 10px;
	margin-top: 5px;
	position: absolute;
}
/*rodape*/
.faixa-foot{
	background-color: #DFDFB2;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	
	width: 970px;
	margin-left: -10px;
	
}
.conteudo-faix-foot{
	background-color: #DFDFB2;
}
.faixa-canto-foot{
	width: 980px;
	margin-left: -5px;
}
.faixa-canto-foot .esquerda{
	float:left;
	margin-top: 5px;
}
.faixa-canto-foot .direita{
	float:right;
	margin-top: 5px;
}
/* div lançamento */
.lancamento{
	margin-top: 30px;
	border: 2px solid #BCB880;
	width: 180px;
	margin-left: 28px;
}
.lancamento .palavra{
	color: #586506;
	font-weight: bold;
	font-size: 20px;
	font-family: Caimbra;
	padding-top: 10px;
	background-color: #DFDFB2;
	text-align: center;
	min-height: 30px;
}
.lancamento .palavraRevista{
	text-align: center;
	color: #5F4122;
	padding-top: 10px;
	font-family: Calibri;
	font-size: 18px;
	background-color: #F6F6EC;
	min-height: 30px;
}
/*icones da capa*/
.iconesCapa{
	text-align: center;
	margin-top:30px;
	margin-right:30px;
	width:45px;
	-border:1px solid;
}
.iconesCapaInside{
	padding-bottom: 5px;
	width: 100%;
	height: 20px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #bbbb8a;
}
.iconesCapaInside a{
	text-align: center;
	margin: auto !important;
}
.iconesCapaInside a img{
	float: none !important;
	margin: auto !important;
	background-color: transparent !important;
}
.boxMainTopLeft{
	float: left;
	width: 470px;
}
.boxMainTopRight {
	float: right;
	width: 170px;
}
.boxContador {
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	border: 1px solid #c1c1c1;
    background-color: #F1F1F1;
    margin-bottom: 10px;
    padding: 10px;
    width: 148px;
	font-size: 1em;
}
.boxContador h2 {
	font-size: 1.3em;
	color: #555;
	margin: 0;
	font-family: Verdana;
	background: none;
}
.boxButton {
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	display:inline-block;
	background-color: #F1F1F1;	
    border: 1px solid #c1c1c1;
    margin-bottom: 10px;
    padding: 10px;
	font-size: 1.5em;
	color: #555;
	text-decoration: none;
	font-family: Verdana;
}
.boxButton:hover {
	background-color:#e1e1e1;
	text-decoration: none;
	color: #333;
}
.boxButton img {
	vertical-align: top;
	margin-right: 10px;
	float: left;
	border: 0;
}
.capa.boxButton {
	width:148px;
	font-size: 1.3em;
}
.logo_evento img{
	max-width: 950px;
	margin: 5px;
}
#site-wrapper-pop .logo_evento img{
	max-width: 680px;
}