/****************************************************/
/* 					Documento						*/
/****************************************************/
html, body{
	height: 100%;
	background: url('img/background.gif');
	font-size: 10pt;
	font-family: Verdana;
}

.conteiner-miolo {
	background-color: #FFF;
	padding-top: 0px;
}
/* páginas internas */
.conteiner-miolo .content-interna {
	position: relative;
	bottom: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 690px;
	text-align: justify;
	margin-top: 0px;
}
.conteiner-miolo .content-interna p {
	font-size: 13px;
	line-height: 26px;
	color: #000;
}
.conteiner-miolo .content-interna h1 {
	font-size: 24px;
	color: #A20000;
	font-weight: bold;
}
.conteiner-miolo .content-interna h2  {
	font-size: 21px;
	color: #820000;
}
.conteiner-miolo h3, .conteiner-miolo .content-interna h3 {
	margin-top: 0px;
	font-size: 18px;
	color: #820000;
}
.conteiner-miolo h4, .conteiner-miolo .content-interna h4 {
	font-size: 14px;
	color: #820000;
	margin: 0px;
}

.conteiner-miolo .content-interna .adds { height: 30px; 
}
.conteiner-miolo .content-interna .adds .crumbs{
	float: left;
	height: auto;
	width: 100%;
	font-size: 10px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.conteiner-miolo .content-interna .adds .crumbs a {
	color: #0066B3;
	text-decoration: none;
}
.conteiner-miolo .content-interna .adds .crumbs a:hover {
	color: #2C516A;
	text-decoration: underline;
}


.conteiner-miolo .content-interna .adds .tools {
	float: right;
	font-size: 11px;
	color: #999;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
}
.conteiner-miolo .content-interna .adds .tools a {
	font-size: 10px;
	color: #0066B3;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(img/seta_.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
}
.conteiner-miolo .content-interna .adds .tools a:hover {
	color: #2C516A;
	text-decoration: underline;
	background-image: url(img/seta_h.gif);
}




/* capa */
.conteiner-miolo .content {
	position: relative;
	bottom: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 670px;
}

.content_pop {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;	
}

.conteiner-miolo .content .col1 {
	float: left;
	width: 670px;
}
.conteiner-miolo .content .col2 {
	float: right;
	width: 165px;
	text-align: center;
}
.conteiner-miolo .conteiner-col-1 {
	height: auto;
	margin-left: 0px;
}
.conteiner-miolo .conteiner-col-1 .menu{
	width: 240px;
	bottom: 0px;
	padding-top: 10px;
	height: 100%;
	background-image: url(img/main_nav_menu_bkg.gif);
	margin-right: 10px;
}
.conteiner-miolo .conteiner-col-1 .menuMaster a {
	background-image: url(img/main_nav_bkg_master.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	margin-left: 25px;
	text-align: left;
	display: block;
	padding: 13px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	width: 190px;
}
.conteiner-miolo .conteiner-col-1 .menuMaster a:hover {
	background-image: url(img/main_nav_bkg_master_.gif);
	text-decoration: underline;
}
.conteiner-miolo .conteiner-col-1 .menu a{
	text-decoration: none;
	color: #000;
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	padding-right: 15px;
	font-family: "Times New Roman", Times, serif;
}
.conteiner-miolo .conteiner-col-1 .menu a:hover {
	color: #D41E1E;
	text-decoration: underline;
	display: block;
}

.conteiner-miolo .conteiner-col-1 .menuA a{
	color: #FFF;
	display: block;
	padding-bottom: 6px;
	padding-top: 7px;
	background-image: url(img/main_nav_bkg_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-left: 22px;
	margin-right: 8px;
}
.conteiner-miolo .conteiner-col-1 .menuA a:hover {
	text-decoration: underline;
	color: #FFF;
}
.conteiner-miolo .conteiner-col-1 {
	float: left;
	height: 100%;
}

.conteiner-miolo .conteiner-col-1 .news {
	text-align: left;
	width: 195px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.conteiner-miolo .conteiner-col-1 .news label {
	font-size: 12px;
	color: #FFF;
}


.conteiner-miolo .conteiner-col-1 .news fieldset {
	font-size: 12px;
	text-align: left;
	padding: 10px;
	margin: 0px;
	border: 1px solid #e3e2da;
	float: none;
	background-color: #666;
}
.conteiner-miolo .conteiner-col-1 .news #button {
	float: right;
	margin-top: 3px;
}

.conteiner-miolo .conteiner-col-1 .news fieldset a {
	text-align: left;
	color: #03C;
	text-decoration: none;
	font-size: 10px;
}
.conteiner-miolo .conteiner-col-1 .news h1 {
	font-size: 18px;
	text-align: left;
	color: #FFF;
	margin-top: 0px;
}
.conteiner-miolo .conteiner-col-1 .news .input {
	font-size: 13px;
	text-align: left;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 165px;
	margin-bottom: 5px;
	padding: 1px;
}

.conteiner-miolo .conteiner-col-1 .news .txt {
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #FFF;
}

.conteiner-miolo .conteiner-col-1 .news .radios {
	float: left;
	padding-right: 10px;
	margin-top: 0px;
}
.destaque-capa {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-bottom: 20px;
}

.destaque-capa .destaque {
	font-size: 14px;
	font-weight: normal;
	background-image: url(img/ilustracao.jpg);
	height: 379px;
	width: 670px;
	background-repeat: no-repeat;
	background-position: left top;
}
.destaque-capa .destaque h1 {
	font-size: 18px;
	color: #42799D;
	margin-top: 0px;
}

.conteiner-abas div{
	float: left;
	width: auto;
	margin-top: 0px;
}

.conteiner-abas .ativo {
	border: 1px solid #d8d6ca;
	float: left;
	font-weight: bold;
}
.conteiner-abas div .a1 {
	float: left;
	background-image: url(img/aba.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.conteiner-abas div .a2 {
	font-size: 12px;
	color: #669BC9;
	float: left;
	font-weight: bold;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.conteiner-abas   div .a3{
	background-image: url(img/aba.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 22px;
	width: 4px;
	float: left;
}

.conteiner-abas div .spacer {
	float: left;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 19px;
	width: 5px;
}

.conteiner-abas div .spacer-final {
	float: left;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 14px;
	width: 348px;
}

.conteiner-abas div .spacer-final-agenda {
	float: left;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 14px;
	width: 1px;
}





.conteiner-abas div .n1 {
	float: left;
	background-image: url(img/aba.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.conteiner-abas   div .n2 a{
	font-size: 12px;
	color: #666;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	background-color: #EEE;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D6CA;
}

.conteiner-abas div .n2 a:hover {
	float: left;
	text-decoration: underline;
	background-color: #E1E1E1;
}


.conteiner-abas div .n3 {
	background-image: url(img/aba.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 22px;
	width: 4px;
	float: left;
}
.conteudo-abas {
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 10px;
}
.conteudo-abas .box a {
	display: block;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	text-decoration: none;
	color: #000;
}

.conteudo-abas .box a:hover {
	background-color: #FFFFCA;
	text-decoration: none;
}


.conteudo-abas .box .data {
	text-decoration: none;
	font-size: 10px;
	color: #666;
}

.conteudo-abas .box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.conteudo-abas .box h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px;
	line-height: 16px;
}

.conteudo-abas .box p {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.conteudo-abas .spacer {
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.login-associado fieldset {
	font-size: 12px;
	text-align: left;
	width: 142px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #e0e0e0;
	background-image: url(img/login_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.login-associado label { 
	font-size: 12px;
}

.login-associado fieldset a {
	text-align: left;
	color: #039;
	text-decoration: none;
	font-size: 12px;
}

.login-associado fieldset a:hover {
	color: #039;
	text-decoration: underline;
}
.login-associado h1 {
	font-size: 12px;
	text-align: left;
	color: #669bc9;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
.login-associado input {
	font-size: 13px;
	text-align: left;
	color: #333;
	background-color: #FFF;
	border: 1px solid #42799D;
	width: 133px;
	margin-bottom: 5px;
	padding: 1px;
}

.login-associado .form_button {
	float: right;
	margin-top: 3px;
	margin-right: 4px;
	font-size: 10px;
}
.cadastro  {
	padding: 9px;
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	background-image: url(img/login_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #417d2a;
}
.cadastro p {
	background-image: url(img/seta1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	font-size: 13px;
	color: #333;
	padding-right: 15px;
}

.cadastro #button2 {
	margin-left: 20px;
	margin-top: 10px;
}

.cadastro h1 {
	color: #417d2a;
	font-size: 12px;
	margin-top: 0px;
}

.agenda { margin-top: 1px; 
}

.agenda h1 {
	font-size: 12px !important;
	text-align: left !important;
	color: #669bc9 !important;
	margin-top: 0px !important;
	font-weight: bold !important;
}

.agenda fieldset {
	font-size: 12px;
	text-align: left;
	width: 142px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #e0e0e0;
	background-image: url(img/login_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.agenda legend {
	font-size: 13px;
	color: #813100;
	text-align: left;
	margin: 2px;
	padding-right: 10px;
	padding-left: 2px;
}
.bloco-agedamento a{
	color:#000;
	margin-top: 0px;
	text-align: left;
	padding: 1px;
	text-decoration: none;
	display: block;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.bloco-agedamento a:hover {
	background-color: #FFFFD9;
	text-decoration: none;
}

.bloco-agedamento .data {
	font-size: 11px;
	color: #F60;
}
.bloco-agedamento h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px;
}
.bloco-agedamento .descricao {
	font-size: 11px;
	color: #666;
}
.bloco-agedamento .spacer {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 7px;
}

/* LOGOTIPO DYPE */
.dype {
	float: right;
	margin-bottom: 30px;
	margin-left: 10px;
	background-image: url(img/Dype.gif);
	height: 31px;
	width: 66px;
	margin-right: -9px;
}

.footer {
	bottom: 0px;
	display: block;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 22px;
}


/* Assinatura evento */
.footer .box-assinatura {
	font-size: 12px;
	text-align: center;
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999;
	background-image: url(img/footer_bkg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
}
.footer .box-assinatura h1 {
	font-size: 17px;
	color: #666;
	font-weight: bold;
	background-image: url(img/footer_bkg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 22px;
	margin-top: 0px;
}

.footer .box-assinatura a  {
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	line-height: 20px;
}

.footer .box-assinatura a:hover { text-decoration: underline; 
}
html, body, ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#geral{
	min-height: 100%;
	background: url('img/bg_topo.gif') top left repeat-x;
}
#site-wrapper{
	width: 960px;
	margin: auto;
}
.wrapper-for-seal{
	background: url('img/selo-13snhct.png') bottom left no-repeat;
}
.box-superior{ 
	position: absolute;
	right: 5px;
	top: 105px;
	background: url('img/bg-box-sup.png');
	border: 1px solid #FFF;
	padding: 5px 10px;
	text-align: right;
}
.box-superior.logado{
	top: 70px;
}
.box-superior a{
	display: inline-block;
	padding: 2px;
	text-decoration: none;
	color: #666;
}
.box-superior a:hover{
	color: #000;
	text-decoration: none;
}

/* 
   Forms 
------------------------------------------------------------------- */

input.form_label, label {
	cursor: pointer;
	font-weight: bold;
}
label.checkbox, label.radio {font-weight: normal;}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
textarea {
	overflow: auto;
}
input.form_input, input.text, textarea, select, .inputDiv {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 2px;
	padding-left: 3px;
	background:url(../../image/adm/bkg_form.gif) repeat-x;
}
input.form_input:focus, input.text:focus, textarea:focus, select:focus {
	background: #FFFFF5;
}

input.form_button, input.button {
/*	background: #E9E8E8 url('img/submit.gif') repeat-x left top;*/
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1.0em sans-serif;
	margin-top: 5px;
	padding: 4px 5px;
	width: auto;
	-moz-border-radius: 7px;	
}
input.form_button:active,input.button:active {
	border-style: inset;
}

input.form_button:hover, input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
	background: #FFFFF5;
}

/*
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {
background: #FFFFF5;
}

input.image {
	border: 0;
	padding: 0;
}
*/


/* 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;
	background: url('img/logo-evento.png') no-repeat 523px 0px;
}
#header .logotipo-capa{
	width: 360px;
	height: 120px;
	background: url('img/logotipo.png') no-repeat;
	margin: 15px 0px 0 0;
}
#header ul.menu-sup{
	margin: 10px 0 0;
	background: url('img/barra_menu.png') bottom center no-repeat;
	min-height: 30px;
	padding: 0 0 9px 0;
}
#header ul.menu-sup li{ 
	float: left;	
	margin: 0 5px 0 -30px;
	padding: 0px 30px 0px 0px;
	background: url('img/menu-topo-right.png') right top no-repeat;
	position: relative;
	font-size: 1.1em;
}
#header ul.menu-sup li a{
	color: #FFF;
	text-decoration: none;
	padding: 4px 3px 4px 20px;
	display: block;
	background: url("img/menu-topo-left.png") left top no-repeat;
}
#header ul.menu-sup li.firsta a{
	padding-left: 13px;
	margin-left: 7px;
	background: url("img/menu-topo-left-first.png") left top no-repeat;	
}
#header ul.menu-sup li.active, #header ul.menu-sup li:hover{
	background: url('img/menu-topo-right-hover.png') right top no-repeat;
}
#header ul.menu-sup li.active a, #header ul.menu-sup li:hover a{
	color: #FFF;
	padding-left: 13px;
	margin-left: 7px;
	background: url("img/menu-topo-left-hover.png") left top no-repeat;
}
#header ul.menu-sup li.firsta, #header ul.menu-sup li.firsta a{
	margin-left: 2px;
}
div.sub-menu{
	position: absolute;
	background: #543b24 url('img/bg_submenu.png') bottom center no-repeat;
	padding-top: 15px;
	width: 220px;
	margin: 0px 0 0 7px;
	padding: 15px 0 5px 0;
	display: none;
	z-index: 99999;
}
div.sub-menu.firsta{
	left: -5px;
}
#header ul.menu-sup li:hover div.sub-menu{
	display: block;
}
div.sub-menu a{
	background: transparent url('img/seta-sub-menu.png') 7px 8px no-repeat!important;
	display: block;
	padding-left: 20px!important;
	margin: 3px 0 3px 5px!important;
}
div.sub-menu a.ativo, div.sub-menu a:hover{
	color: #9FB700!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{
	background: url('img/bg-container.png') repeat-y;
	min-height: 250px;
	padding: 5px 10px 10px;
	margin: 5px 5px 0;
}
#conteudo .menu-left{
	width: 185px;
	margin: 5px 25px 5px 0px;
	min-height: 200px;
	float: left;
}
#conteudo .main{
	padding: 0 15px;
	float: left;
	z-index: 0;
	width: 690px;
}
#conteudo.full{
	background: url('img/bg-container-full.png') repeat-y;
}
#conteudo .main.full{
	width: 900px;
	padding: 5px 15px;
}
#footer{
	background: #EAEAC6 url('img/bg-rodape-topo.png') top center no-repeat;
	margin: 0 5px 0px;
	text-align: right;
	padding: 10px;
}
#footer p{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	margin: 10px 0 0;
	text-align: center;
}
.footer-wrapper{
	width: 960px;
	padding-bottom: 25px;
	background: url('img/bg-rodape-full.png') bottom center no-repeat;
	text-align: right;
}
#footer .banner-container{
	margin: 15px 0 20px;
	text-align: center;
}
/****************************************************/
/* 						Fieldset					*/
/****************************************************/
div.box-capa{
	background: url('img/bg_fieldset.png') repeat-x top left;
	padding: 10px;
	height: 240px;
}
div.box-capa p.titulo{    
	color: #543B24;
    font-family: Georgia;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
	margin: 5px 0 15px -10px;
	padding: 0 0 0 25px;
	background: url('img/seta.png') 5px 8px no-repeat;	
}
div.box-capa.menu{
	height: auto;
	padding: 5px 0px 35px;
	margin-bottom: 20px;
	background-position: bottom center;
}
div.box-capa.menu ul{
	margin: 0;
	padding: 0;
}
div.box-capa.menu ul li{
    background: url("img/divisoria3.png") no-repeat scroll center bottom transparent;
	padding-bottom: 6px;	
}
div.box-capa.menu ul a{
	text-decoration: none;
	display: block;
	padding: 3px 0 6px 15px;
	background: url('img/bg_btns_menu_seminario.png') no-repeat -21px 0px;
}
div.box-capa.menu ul li.active a, div.box-capa.menu ul a:hover{
	background: url('img/bg_btns_menu_seminario_ativo.png') no-repeat -21px 0px;	
}
/****************************************************/
/* 						Popup						*/
/****************************************************/
#site-wrapper-pop{
	width: 700px;
}
#site-wrapper-pop #header{
	height: 160px;
	background: url('img/barra_menu_popup.png') bottom center no-repeat;
}
#site-wrapper-pop #conteudo{
	background: url('img/bg-container-popup.png') center top repeat-y;
}
#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-decoration: none;
    color: #606152;
    font-family: Cambria;
    font-size: 15px;
    line-height: 23px;
    margin: 15px 0 0;
}
p.revistasexibe a:hover {
   color: #586506;
}
h3.titulo-revista-interno{
    color: #606152;
	margin: 0;
}
.quiet, .quiet a {color: #999;}


.box-welcome {
    padding: 0 8px 10px;
    float:left; 
    width: 500px;
    margin-right: 10px;
    text-align: justify;
}
.box-welcome h2 {
	margin: 0;
}

.box-noticias {
    padding: 0 8px 10px;
    float:left; 
    width: 500px;
    margin-right: 10px;
}
.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;
}
.boxMainTopRight {
	float: right;
	width: 150px;
}
.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;
}