header, nav, section, article, aside, footer, main {
   display:block;
}

* {
	margin:0;
	padding:0;
	border:none;
	color:#3b3b3b;
	font-size:14px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:focus {
	outline: none;
}

.img-responsiva {
	max-width:100%;
	height:auto;
}

.img-responsivaDiretoria {
	max-width:100%;
	height:auto;
	float: left;
}

.content {
	margin:0 auto;
	max-width:1140px;
	box-sizing:border-box;
	/*position:relative;*/
	padding:15px 30px;
	overflow:hidden;
}
.conteudo_secao ul{
	margin-left:10px;
}

.destaque_bg {
	height:420px;
}
div ol{
	margin-left:20px;	
}

div.content div ol li{
	margin-top:15px;
}
@media (max-width:1140px) {
	.content {
		max-width:850px;
		padding:15px;
	}
}


a {
    color: #039;
}



h1, h1 > a {
	color:#355da8;
	font-size:24px;
	text-transform:uppercase;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:bold;
}

h2, h2 > a {
	color:#355da8;
	font-size:24px;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:bold;
}

h3, h3 > a {
	font-size:16px;
	font-weight:bold;
}

h4, h4 > a {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

/* header */

header {
	height: 90px;
	background-color:#eee;
	height:auto;
}

.logo-aborl {
	background-image:url(../imagens/logo-aborlccf.png);
	background-repeat:no-repeat;
	width:526px;
	height:106px;
	float:left;
}

@media (max-width:1140px) {
	.logo-aborl {
		width:100%;
		background-position:center;
		margin-bottom:30px;
	}
}

@media (max-width:610px) {
	.logo-aborl {
		background-size:100%;
	}
}

@media (max-width:530px) {
	.logo-aborl {
		background-image:url(../imagens/logo-aborl2.png);
		background-size:auto;
		height:156px;
		
	}
}

.logo-aborl a {
	text-indent:-9999px;
	display:block;
	height:106px;
}

.topo-right {
	float:right;
	width:350px;
	margin-left:30px;
}

@media (max-width:1140px) {
	.topo-right {
		width:100%;
		margin:0;
		text-align:center;
	}
}

.topo-right p {
	margin-bottom:0;
}

.form-login {
	display:block;
	float:right;
	width:350px;
	text-align:right;
}

@media (max-width:1140px) {
	.form-login {
		float:none;
		display:inline-block;
		padding:0 15px;
		width:380px;
		margin-top:30px;
	}
}

@media (max-width:550px) {
	.form-login {
		text-align:center;
	}
}

@media (max-width:420px) {
	.form-login {
		text-align:left;
		padding:0;
	}
}

.form-login > input[type="text"], .form-login > input[type="password"]  {
	width:135px;
}

.campo_login  {
	width:135px;
}

@media (max-width:420px) {
	.form-login > input[type="text"], .form-login > input[type="password"]  {
		width:110px;
	}
}

.form-login > p {
	float:left;
	width:135px;
	margin-right:5px;
	text-align:left;
	padding-left:10px;
}

@media (max-width:420px) {
	.form-login > p {
		width:111px;
		margin-left:0;
		padding-left:0;
	}
}

.form-login > p > a {
	color:#2554a0;
}

.form-search {
	float:right;
	margin-top:15px;
}

@media (max-width:1140px) {
	.form-search {
		clear:both;
		float:none;
		display:inline-block;
		margin:0;
		padding:0 15px;
		margin-top:30px;
		width:205px;
	}
}

@media (max-width:420px) {
	.form-search {
		float:left;
		padding:0;
		width:auto;
	}
}

.form-search > input[type="text"] {
	margin-right:5px;
	float:left;
}

@media (max-width:1140px) {
	.form-search > input[type="text"] {
		width:135px;
		float:none;
	}
}

@media (max-width:420px) {
	.form-search > input[type="text"] {
		width:225px;
		float:left;
	}
}

.idioma{
	text-align:center;
}

.anuidade {
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	float:right;
	background-color:#c1c1c1;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	line-height:27px;
}

@media (max-width:1140px) {
	.anuidade {
		width:100%;
		line-height:normal;
		margin-top:30px;
		margin-bottom:15px;
	}
}

.anuidade > a {
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	padding:20px 28px;
	color:#fff;
}

@media (max-width:1140px) {
	.anuidade > a {
		line-height:normal;
		padding:7px 0;
		font-size:17px;
	}
}

.anuidade span {
	color:#fff;
	font-weight:bold;
	font-size:35px;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
}

@media (max-width:1140px) {
	.anuidade span {
		font-size:18px;
		padding: 0 10px;
	}
}

@media (max-width:1140px) {
	.anuidade br {
		display:none;
	}
}


/* FIM header */


/* tipografia */
.uppercase {
	text-transform:uppercase;
}

b {
	font-weight:bold;
}

.font-sm {
	font-size:12px;
}
/* FIM tipografia */

/* nav */
nav {
	background-color:#eee;
	height:46px;
	background-image:url(../imagens/nav-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:15px;
}

nav > .content {
	padding:0 30px;
	height:46px;
	overflow:visible;
}

/* FIM nav */

/* margens */
.m-t-md {
	margin-top:15px !important;
}

.m-t-lg {
	margin-top:30px !important;
}

.m-b-lg {
	margin-bottom:30px !important;
}
/* FIM margens */

/* float */
.float-left {
	float:left;
}

.float-right {
	float:right;
}
/* FIM float*/

/* colunas */
.col3 {
	float:left;
	width:33.33%;
	padding-right:30px;
	margin-top:30px;
}

@media (max-width:1140px) {
	.col3 {
		width:50%;
		padding-right:0;
	}
}

@media (max-width:720px) {
	.col3 {
		width:100%;
		height:auto;
		padding:0 !important;
	}
}

.col3-last {
	padding-right:0;
}

.col4 {
	float:left;
	width:25%;
	padding-right:30px;
	margin-top:30px;
}

@media (max-width:800px) {
	.col4 {
		width:50%;
		padding:0;
		margin-top:0;
	}
}


.col4-last {
	padding-right:0;
}
/* FIM colunas */

/* home */

/* home-sections */
.home-sections {
	list-style:none;
	background-image:url(../imagens/blue-bg.png);
	background-size:100% 100%;
	overflow:hidden;
	margin:0 -2px;
}

.home-sections > li {
	float:left;
	width:25%;
	text-align:center;
	color:#fff;
	padding:30px 15px;
	border:1px solid #fff;
}

@media (max-width:720px) {
	.home-sections > li {
		width:50%;
		padding:15px;
	}
}

@media (max-width:440px) {
	.home-sections > li {
		padding:30px 15px;
	}
}

.home-sections > li > a {
	display:block;
	color:#fff;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	height:60px;
}

.home-sections > li > a > span {
	color:#FFF;
	white-space:nowrap;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.home-sections > li > a > img {
	vertical-align:middle;
	margin-right:5px;
}
/* FIM home-sections */

/* dtq */
.dtq {
	border-top: 1px solid #dbdbdb;
	/*border-bottom: 1px solid #dbdbdb;*/
	height: auto;
	padding: 5px 0 0;
}

@media (max-width:1140px) {
	.dtq {
		overflow:auto;
	}
}

@media (max-width:720px) {
	.dtq {
		height:auto !important;
		padding:7px 0;
	}
}

.dtq p {
	margin:0;
}

.dtq2 {
	height: 290px;
	border-top: 1px solid #dbdbdb;
 	border-bottom: 1px solid #dbdbdb;
 	padding: 5px 0 0;
}

.dtq3 {
	height: 290px;
	border-top: 1px solid #dbdbdb;
 	border-bottom: 1px solid #dbdbdb;
 	padding: 5px 0 0;
}

.dtq > h2, .dtq > h2 > a {
	text-transform:uppercase;
	margin:0;
	font-size:24px;
	font-weight:bold;
}

.dtq2 > h2, .dtq > h2 > a {
	text-transform:uppercase;
	margin:0;
	font-size:24px;
	font-weight:bold;
}


/* FIM dtq */

/* news */
.midia > .dtq {
	height:auto;
}

@media (max-width:1140px) {
	.midia > .dtq {
		height:420px;
	}
}

@media (max-width:1140px) {
	.midia {
		padding-right:15px;
	}
}

@media (max-width:1140px) {
	.noticias {
		padding-left:15px;
	}
}

@media (max-width:1140px) {
	.noticias-academias {
		padding-right:15px;
	}
}

@media (max-width:1140px) {
	.col-publicidade {
		padding-left:15px;
		text-align:center;
	}
}

.noticias > .news > h4,  .noticias > .news > h4 > a {
	font-size:18px;
}

.news {
	padding:5px 0;
}

.news > h3, .news > h3 > a {
	text-transform:uppercase;
	font-size:12px;
	color:#969696;
	padding-top:0;
}

.news > h4, .news > h4 > a {
	font-size:16px;
	margin:0;
}

.news >p, .news > p > a {
	line-height:normal;
}

.label {
	margin:10px 0 30px;
}

.label a {
	background-color:#355da8;
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.bt_rodape_linha a{
	background-color: #355da8;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.bt_rodape_linha {
	margin:10px 0 30px;
	list-style:none;
}

.div_estatuto{
	text-align:center;
}

.date {
	font-size:12px;
	color:#969696;
	font-style:italic;
}

.news > p > a > img {
	margin:2px 0;
	max-height: 162px;
}
/* FIM news */

/* vox */
.vox {
	width:100%;
	height: 260px;
	background-image:url(../imagens/vox151-capa.jpg);
	background-attachment:fixed;
	background-position:center;
	float:left;
	margin-top:30px;
	text-align:center;
	background-repeat:no-repeat;
}

@media (max-width:800px) {
	.vox {
		margin-bottom:30px;
	}
}

.vox a {
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.pageview-download-revista{
	cursor:pointer;
}
.numbervox > a {
	font-size:30px;
}

.vox > div {
	background-image:url(../imagens/vox-bg.png);
	height:260px;
	width:360px;
	padding-top:60px;
}

@media (max-width:720px) {
	.vox > div {
		width:100%;
	}
}
/* FIM vox */


/* homesections */
.homesections {
	background-color:#969696;
	text-align:center;
	padding:30px 0;
	height:210px;
}

.homesections p {
	margin-bottom:0;
}

@media (max-width:800px) {
	.homesections {
		padding:15px 0;
		height:140px;
	}
}

.homesections:hover {
	background-color:#355da8;
}

.homesections a {
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#FFF;
	text-transform:uppercase;
}

@media (max-width:430px) {
	.homesections a {
		font-size:18px;
	}
}
/* FIM homesections */

/* FIM home */

/* footer */
footer {
	margin-top:15px;
	background-color:#383838;
	padding:15px 0;
}

footer > .content > .float-left {
	width:80%;
}

@media (max-width:670px) {
	footer > .content > .float-left{
		width:70%;
	}
}

@media (max-width:440px) {
	footer > .content > .float-left{
		width:100%;
	}
}

footer > .content > .float-right {
	width:20%;
}

@media (max-width:670px) {
	footer > .content > .float-right {
		width:30%;
	}
}

@media (max-width:440px) {
	footer > .content > .float-right {
		width:100%;
		text-align:center;
		margin-top:15px;
	}
}

footer p, footer b {
	color:#fff;
}

.socialmedia {
	list-style:none;
	float:right;
}

@media (max-width:440px) {
	.socialmedia {
		width:100%;
	}
}

.socialmedia li {
	float:left;
	margin:0 3px;
}

@media (max-width:440px) {
	.socialmedia li {
		float:none;
		display:inline;
	}
}

.gn1 {
	float:right;
	clear:both;
}

@media (max-width:440px) {
	.gn1 {
		width:100%;
	}
}
/* FIM footer */

/* banner rotativo */

.banner_eventos{
	position:relative;
	float:initial;
	width:66.66%;
	margin: 0 auto;
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.banner {
	position:relative;
	float:initial;
	width:66.66%;
	float:left;
	padding-right:30px;
	margin-top:30px;
}

@media (max-width:1140px) {
	.banner, .banner_eventos {
		width:100% !important;
		position: relative  !important;
		padding-bottom: 100%  !important;
		float: left  !important;
		height: 0  !important;
		max-width: 820px !important;
	}
	
	.banner_rotativo{
		width: 100%  !important;
		height: 100%  !important;
		max-height: 462px !important;
		position: absolute  !important;
		left: 0;
	}
}

@media (min-width:1140px) {
	.banner_rotativo{
		width: 690px !important;
	}
}

@media (max-width:1140px) {
.banner_rotativo {
	/*margin-left:60px;*/
}
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rslides li span {
	font-size: 36px;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	display: block;
	position: absolute;
	z-index: 400;
	color: #fff;
	width: 80%;
	margin-left:10%;
	top: 50%;
	text-align:center;
}

@media (max-width:870px) {
	.rslides li span {
		font-size:22px;
		margin-top:-20px;
	}
}

@media (max-width:440px) {
	.rslides li span {
		font-size:18px;
		margin-top:-35px;
	}
}

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  z-index: 2;
  font-size: 13px;
  text-shadow: none;
  color: #383838;
  background-color:#fff;
  padding: 10px 0px;
  margin: 0;
  text-align:center;
  float:left;
  width:100%;
  border:#cecece solid 1px;
  box-sizing:border-box;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 15px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 131px;
  width: 50px;
  background: transparent url(../imagens/slider-nav.png);) no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 45px;
  }

@media (max-width:1140px) {
	.callbacks_nav.next {
		right:15px;
	}
}

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider4-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider4-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
  }

/*FIM banner rotativo*/


/* MENU */

ul.menu {
	text-align:center;
}

ul.menu > li {
	display: block;
	position: relative;
	width: 14.2%;
	float: left;
	z-index:5;
}

@media (max-width:1140px) {
	ul.menu > li {
		width:auto;
		display:inline-block;
		float:none;
	}
}

ul.menu > li:hover {
	padding-bottom:18px;
	background-image:url(../imagens/menu-pointer.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

ul.menu > li.no-pointer:hover {
	padding:0;
	background:none;
}

.optgroup > ul > li > a {
	font-weight:normal;
	padding-left:30px;
}

ul.menu a {
	white-space: nowrap;
	color: #fff;
	display: block;
	padding:5px 15px;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
ul li.menuTit {
    color: #fff;
    display: block;
    font-family: "Open Sans",Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    white-space: nowrap;
}
ul.menu > li:hover > a {
	background-color: #355da8;
	color: #fff;
}

ul.menu > li > a {
	text-align:center;
	color:#355da8;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	z-index:10;
}

	/* Container Mega Menu */
ul.menu li .menucontent {
	display: none;
	border: 1px solid;
	background-color: #f7f7f7;
	top: 29px;
	left: 0;
	position: absolute;
}
ul.menu li .menucontent ul {
	width: auto;
	background-color: #FF0;
	left: 0;
	position: absolute;
}
ul.menu li .menucontent ul li {
	display: table-row;
 	*display:block; /* Para funcionar no ie7 */
	background-color: #F00;
}
ul.menu li .menucontent .menu_col {
	padding: 10px;
	list-style: none;
	position: relative;
	display: table-cell;
 	*display:block; /* Para funcionar no ie7 */
}
.menucontent li .menucontent .menu_col li {
	display: block;
}
.menucontent_right {
	left: auto !important;
	right: 0 !important;
}
	/* FIM Container Mega Menu */

	/* Popup lista de menu */
ul.menu > li > ul {
	top: 60px;
	left: 0;
	display: none;
	width: auto;
	position: absolute;
	background-color: #355da8;
	border:2px solid #FFF;
	border-top:none;
	text-align:left;
}
ul.menu li > ul > li {
	display: block;
	position: relative;
	width: auto;
	color:#fff;
}
ul.menu li > ul > li > a:hover {
	color: #969696;
}
ul.menu li .sub_popup {
	left: 100%;
	top: 0;
}
.sub_popup_right {
	left: auto !important;
	right: 100% !important;
}

ul.menu > li > ul.mega > li {
	display: block;
}

ul.menu > li > ul.mega-associacao {
	width:660px;
}

ul.menu > li > ul.mega-associacao > li {
	width:62%;
	float:right;
}

ul.menu > li > ul.mega-educacao {
	width:630px;
}

@media (max-width:1140px) {
	ul.menu > li > ul.mega-educacao {
		left:-135px;
	}
}

ul.menu > li > ul.mega-educacao > li {
	width:40%;
	float:right;
}

ul.menu > li > ul.mega-associacao > li.menu-institucional {
	float:left;
	z-index:50;
	width:38%;
}

ul.menu > li > ul.mega-educacao > li.educacao-continuada {
	float:left;
	z-index:50;
	width:60%;
}


ul.menu > li > ul.mega-educacao > li.titulo-especialista {
	float:left;
	z-index:50;
	width:60%;
}

ul.menu > li > ul.mega-educacao > li.residencia-treinamento {
	float:right;
	width:40%;
	top: -27px;
}


ul.menu > li > ul.mega-associacao > li.menu-academias {
	float:right;
	width:62%;
}

ul.menu > li > ul.mega ul {
	display:block;
	position:relative;
	top:0;
}

	/* FIM Popup lista de menu */

	/* TINYNAV - Menu select */
	/* styles for desktop */
.tinynav {
	display: none
}
#nav .selected a, #nav2 .selected a {
	color: red
}
	/* styles for mobile */
@media screen and (max-width: 960px) {
	.tinynav {
		display: block
	}
	#nav, #nav2 {
		display: none
	}
	.menubg select {
		display: inline-block;
		width: 100%;
		height: 42px;
		opacity: 0;
		cursor: pointer;
	}
	.menubg {
		background-color: #355da8;
		background-image: url(../imagens/nav-icon.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		height: 42px;
	}
	nav > .content {
		padding: 0 15px;
	}
}
	/* FIM TINYNAV - Menu select */

/* FIM MENU */


.div_album {
	width:286px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:27px;
	margin-bottom:27px;
	height: 320px;
}

.album_img {
	border:3px solid #FFF;
	width:280px;
	height:190px;
	overflow:hidden;
}

.album_img img {
	min-width:280px;
	height:196px;
}

.div_album h3 {
	color:#122b95 !important;
	margin:9px 0 0;
	font-size:14px !important;
}

.div_album p {
	font-size:12px;
}

/* interna */

p {
	line-height:20px;
	font-size:14px;
	margin-bottom:14px;
}

b {
	font-weight:bold;
	color:inherit;
}

h1 {
	font-size:22px;
	text-transform:uppercase;
	color:#355da8;
	padding-top: 9px;
}

h2 {
	font-weight:bold;
	font-size:18px;
	margin:25px 0 10px;
}

h2 a {
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}

h3, h3 a {
	font-size:14px;
	font-weight:bold;
}

h4, h4 a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

h4 {
	margin-top:18px;
}

.aviso_ok {
	color:#060;
	background-color:#F0FFF0;
	padding:8px;
	margin:5px 0;
}

.aviso_erro {
	color:#900;
	background-color:#FFF4F4;
	padding:8px;
	margin:5px 0;
}

/*  TABELA */
table {
	width:100%;
	margin:1em auto;
	/*background-color:#355da8;*/
}

/*td {
	padding:8px;
	text-align:center;
	background-color:#f6f6f6;
}

td a {
	
	background-color:#355da8;
	
}

.td_titulo {
	background-color:#355da8;
	color:#FFF;
}

.td_2 {
	background-color:#fff;
}

*/


/* FIM DA TABELA */
.td_titulo {
	background-color:#122b95;
	color:#FFF;
	font-weight:bold;
}

.td_2 {
	background-color:#dff5fe;
}



/* formulario */


form.formulario1 label{
	float:left;
	text-align:right;
	margin:5px 5px 0 0;
	padding:2px;
}

input[type="text"], input[type="password"] {
	border: solid #355da8 1px;
	padding: 2px 6px;
	vertical-align:middle;
	color:#969696;
	*color:#000;
	height:30px;
}

input[type="text"]:focus {
	color:#383838;
}

form.formulario1 select {
	border: solid #355da8 1px;
	padding: 2px 6px;
	vertical-align:middle;
	color:#969696;
	*color:#000;
	height:30px;
}

form.formulario1 select {
	color:#383838;
	border: 1px solid #355da8;
}

select {
	color:#383838;
	border: 1px solid #355da8;
}

form.formulario1 textarea {
	border: solid #355da8 1px;
	padding: 2px 6px;
	vertical-align:middle;
	color:#969696;
	*color:#000;
}

form.formulario1 textarea {
	color:#383838;
}

button {
	background-color: #355da8;
	color:#fff;
	padding:6px;
	height:30px;
	text-transform:uppercase;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.bt_ok {
	background-color: #355da8;
	color:#fff;
	padding:6px;
	height:30px;
	width: 70px;
	text-transform:uppercase;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

@media (max-width:400px) {
	.bt_ok {
		margin-bottom:7px;
	}
}


.bt_pesq {
	background-image:url(../imagens/icon-search.png);
	background-repeat:no-repeat;
	background-position:center;
	width:30px;
	background-color: #355da8;
	color:#fff;
	padding:10px;
	height:30px;
	width: 70px;
	text-transform:uppercase;
	font-family:'Open Sans', Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.bt {
	background-color:#355da8;
	padding:6px 9px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	border:none;
}

.bt a {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.busca li {
	
	list-style:none;
	padding-top: 10px;
}


/* FIM formulario */

/* FIM interna */


/* divulgação */
@media (max-width:1140px) {
	.divulgacao {
		width:100%;
	}
}
/* FIM divulgação */

/* calendario */

.calendario {
	position:relative;
	width:66.6%;
	padding-right:30px;
	float:left;
	margin-top:30px;
}

@media (max-width:1140px) {
	.calendario {
		width:100%;
		padding-right:0;
	}
	.calendario > dtq {
		height:auto;
	}
}

@media (max-width:500px) {
	.eventsCalendar-slider {
		margin-bottom:15px;
	}
}

.calendario > .dtq > h3 {
	padding:0;
}

/*= CORE CSS */
/*.hidden { display:none; }*/

.eventCalendar-wrap { 
	position:relative; 
	overflow:hidden;
}
.eventCalendar-wrap .arrow { 
	position:absolute; 
	z-index:5; 
	top:3px;
}
	.eventCalendar-wrap .prev {
		left:3px;
	}
	.eventCalendar-wrap .next {
		right:180px;
	}
	
.eventsCalendar-currentTitle .monthTitle {
	display:block;
	text-align:center;
}
	.eventsCalendar-monthWrap {
		z-index:2;
	}
		.eventsCalendar-monthWrap.currentMonth { 
			z-index:1;
			width:240px;
		}	
.eventsCalendar-daysList { 
	display:table;
	width:100%;
}
	.eventsCalendar-daysList.showAsWeek {
		display:block;
	}
	
	.eventsCalendar-daysList li {
		display:table-cell;
	}
		.eventsCalendar-daysList li.dayWithEvents {
			background:rgba(0,0,0,0.15);
		} 
		.eventsCalendar-daysList li.current {
			background:rgba(0,0,0,0.35);
		} 
		.eventsCalendar-daysList.showAsWeek li {
			display:block;
			float:left;
			width:14.28%;
			height:20px;
		}
	.eventsCalendar-daysList li a {
		padding:0;
		display:block;
		text-align:center;
		font-size:8px;
		min-width:7px;
	}
.eventsCalendar-loading {
	display:block;
	min-width:100px;
	height:40px;
	line-height:40px;
}	
.eventsCalendar-list {
	position:relative;
	z-index:1;
	
}	
	.eventsCalendar-list.oldEventList {
		z-index:2;
	}
	.eventsCalendar-subtitle {
		padding-left:5px;
		font-weight:bold;
		font-size:120%;
	}
/* end of core CSS */	
	


	
 /* Theme CSS */
/* html {
	background-color:#eee;
 }
 body {
	font-family: Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color:#fff;
 }*/
.eventCalendar-wrap {
	/*border:solid 1px #d3d3d3;
	box-shadow:0 0 15px #999;
	border-radius:5px;
	margin-bottom:20px;
	background-color:#fff;
	color:#807E7E;*/
}
	.eventCalendar-wrap .arrow {
		text-decoration:none;
		color:#fff;
		padding:0 5px;
		line-height:28px;
		top:9px;
		padding:8px 10px;
	}
		.eventCalendar-wrap .arrow.prev {

		}
		.eventCalendar-wrap .arrow:hover { opacity:0.7;}
		.eventCalendar-wrap .arrow span {
			height: 0;
			width: 0;
			font-size: 0;
			line-height: 0;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
			border-left: 6px solid #fff;
			float:left;
			text-indent:-5000px;
		}
			.eventCalendar-wrap .arrow.prev span {
				border-left-width:0;
				border-right: 6px solid #fff;
			}
	.eventsCalendar-slider {
		float:left;
		margin-right:15px;
		}

	.eventsCalendar-monthWrap {
	}
		.eventsCalendar-currentTitle {
			padding:4px 0;
			text-align:center;
			background-color:#355da8;
		}
			.eventsCalendar-currentTitle .monthTitle {
				font-size:12px;
				text-decoration:none;
				font-weight:bold;
				color:#fff;
				text-transform:uppercase;
			}

		.eventsCalendar-daysList {
			zoom: 1;
			padding:0;
			width:100%;

		}
			.eventsCalendar-daysList.showAsWeek {
				width:auto;

								border:solid 1px #BCBCBC;
				border-bottom-width:0;
				border-radius:0;
				background-color:#CCCCCC;
				background-image: linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -o-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -moz-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -webkit-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -ms-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);

				background-image: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(0.42, #EEEEEE),
					color-stop(0.71, #CCCCCC)
				);

			}
			.eventsCalendar-daysList.showDayNames.showAsWeek {

			
			}
			.eventsCalendar-daysList:before, .eventsCalendar-daysList:after { content:""; display:table; }
			.eventsCalendar-daysList:after { clear: both; }
			.eventsCalendar-day-header {
				text-transform:lowercase;
				text-align:center;
				font-size:10px;
				border-bottom:solid 1px #BCBCBC;
			}
			.eventsCalendar-daysList.showAsWeek li {
				height:auto; margin:0;
			}
				.eventsCalendar-daysList.showAsWeek li.empty {
					background-color: #ccc;
					min-height:29px;
				}
			.eventsCalendar-day a {
				text-decoration:none;
				font-size:10px;
				color:#424242;
			}
			.eventsCalendar-day {
				border-left:solid 1px #BCBCBC;
			}
			.eventsCalendar-day a  {
				border:solid 1px #BCBCBC;
				border-width:0 1px 1px 0;
			}
			.showAsWeek .eventsCalendar-day { border-left-width:0;}
			.showAsWeek .eventsCalendar-day a  {
				border:solid 1px red;
				border-color:#fff #BCBCBC #BCBCBC #eee;
				line-height:27px;
				font-size:11px;

			}
				.eventsCalendar-day a:hover {
					background-color:#E4E4E4;
				/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
				}
			.eventsCalendar-daysList li.today a {
				color:#fff;
				background:#aaa;
			/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
			}
				li.eventsCalendar-day.today a:hover {
					background-color:#ccc;
					/*box-shadow:inset 5px 5px 10px #999;*/
				}

			.eventsCalendar-daysList li.dayWithEvents a {
				background:#355da8;
				/*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
				color:#fff;
			}
				li.eventsCalendar-day.dayWithEvents a:hover {
					background-color:#99b4e6;

					/*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/
				}


			.eventsCalendar-daysList li.current a {
				color:#fff;
				background:#449FB2;
				box-shadow:inset 5px 5px 10px #216B7A;
				text-shadow: 2px 2px 2px #216B7A;
			}
				li.eventsCalendar-day.current a:hover {
					background-color:#79BDCC;
					box-shadow:inset 5px 5px 10px #449FB2;
					text-shadow: 2px 2px 2px #449FB2;
				}
		.eventsCalendar-loading {
			border-radius:4px;
			margin:5px auto;
			padding:0 10px;
			background-color:#ccc;
			color:#fff;
			text-align:center;
			font-weight:bold;
			box-shadow:0 0 10px #ccc;
			text-shadow:0 0 3px #aaa;
			position:absolute;
			z-index:4;
			top:25px;
			left:5px;
		}
			.eventsCalendar-loading.error {
				background-color:red;
			}

.eventsCalendar-subtitle { padding-top:10px; font-family:Verdana, Geneva, sans-serif; font-size:15px; }
.eventsCalendar-list-wrap {
	min-height:100px;
	position:relative;
	float:right;
}
	.eventsCalendar-list-content.scrollable {

		height:180px;
		overflow-y:auto;
		margin:0 5px 5px 0;
	}
	.eventsCalendar-list {
		margin:0; padding:0; list-style-type:none;
	}
	.eventsCalendar-list li {
		/*padding:0 5px 15px;*/
		margin:0;
		clear:both;
	}
		.eventsCalendar-list li time {
			font-size:10px;
			line-height:13px;
		}
		.eventsCalendar-list li time em {
			float:left;
			font-style:normal;
		}
		.eventsCalendar-list li time small {
			font-size:10px;
			float:left;
			background-color:#807E7E;
			color:#fff;
			padding:0 5px 0 4px;
			margin:0 0 0 3px;
		}
		.eventsCalendar-list li .eventTitle {
			display:block;
			clear:both;
			text-decoration:none;
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			color:#003399;
			text-align:justify;
		}
		.eventsCalendar-list li a.eventTitle {
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			color:#003399;
			text-align:left;
		}
		.eventsCalendar-list li a.eventTitle:hover { text-decoration:underline;}
		.eventsCalendar-list li .eventDesc {
			clear: both;
			margin:0 0 5px 0;
			font-size:80%;
			line-height:1.2em;

		}
		.eventsCalendar-list .eventsCalendar-noEvents {
			font-size:120%;
			border-radius:4px;
			margin:5px;
			padding:5px;

			background-color:#ccc;
			color:#fff;
			text-align:center;
			font-weight:bold;
			box-shadow:0 0 10px #ccc;
			text-shadow:0 0 3px #aaa;
		}

.btEventos {
	font-size:12px;
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	padding: 9px 34px 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;

	color: #ffffff;
	background-color: #698B10;
	background-repeat: repeat-x;

	background-image: -khtml-gradient(linear, left top, left bottom, from(#89B814), to(#698B10));
	background-image: -moz-linear-gradient(top, #89B814, #698B10);
	background-image: -ms-linear-gradient(top, #89B814, #698B10);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89B814), color-stop(100%, #698B10));
	background-image: -webkit-linear-gradient(top, #89B814, #698B10);
	background-image: -o-linear-gradient(top, #89B814, #698B10);
	background-image: linear-gradient(top, #89B814, #698B10);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);

	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	border: 1px solid #698B10;
	border-color: #698B10 #698B10 #465F05;

	border-radius: 4px;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.btEventos:hover {
	  background-position: 0 -15px;
	  text-decoration: none;
	}
/* end of theme css */


/*= ONLY FOR DEMO PAGE */
/*body {

	width:978px;
	box-shadow:0 0 10px #777;
	padding: 20px 40px;
	margin:0 auto;
	
}*/
/*a { color: #0E8EAB}

.eventCalendar-wrap {
	width:265px;
}
*/
.features li { margin-bottom:3px;}
#thanksPanel li { margin-bottom:0;}
#introPanel { padding-top:20px;}

.poweredBy img {
	float:left;
	margin-right:3px;
}
	.poweredBy .data {
		float:left;
	}
	.poweredBy .name {
		font-weight:bold;
		color:#555;
		text-decoration:none;
		display:block;
		margin-top:28px;
	}
	.poweredBy .twitter {
		text-decoration:none;
		display:block;
		float:left;
	}
.features {
	padding-left:20px;
	float:left;
}
#appLogo {
	margin-right:30px;
}
pre {
	clear:both;
	background-color:#FFFFCC;
	padding:5px;
	border:solid 1px #FED17E;
	overflow:auto;
}
#license {
	width:300px;
	float:right;
	font-size:10px;
	line-height:12px;
	text-align:center;
}


/* end of demo page */
/* FIM calendario */

/*Pop up*/
#nomeDiv {
	display:none;
	position:fixed;
	overflow:hidden;
	margin-left:241px;
	z-index:85;
	margin-top:-50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#nomeDiv a {
	padding:5px;
	text-decoration:none;
	background:#003399;
	color:#fff;
	overflow:hidden;
	z-index:300;
}
#nomeDiv a:hover {
	background:#fff;
	color:#003399;
}
#nomeDiv img {
	border:1px solid #003399;
	margin-right:150px;
}
/*Fim pop up*/

/*Rervista Vox*/
.lista-revista {
    float: left;
    text-align: center;
    width: 33%;
}
.bt_mais {
    color: #122b95;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}
/* Fim rervista Vox*/

/*Página de Diretorias*/
.div_diretoria {
	width:440px;
	height:193px;
	float:left;
	margin-right:17px;
	margin-bottom:23px;
	background-image:url(../Imagens/diretoria_fundo.png);
	background-repeat:no-repeat;
	background-position:right;
	padding: 11px 15px 0 0;
}


.div_diretoria img {
	display:block;
	float:left;
	border:#FFF 3px solid;
}

.div_diretoria h3 {
	margin:0 0 0 13px !important;
	float:left;
	font-size:16px;
	padding:0;
}

.dir_nome {
	font-weight:normal !important;
}

.div_diretoria p {
	float:left;
	margin:0 0 0 13px;
	width:324px;
	font-size:0.9em;
}

.dir_cidade {
	font-size:12px;
	margin-bottom:10px !important;
}
/*Fim Página de Diretorias*/

/* regionais (MAPA) */

.div_mapa {
	width:100%;
	height:310px;
	background-image:url(../Imagens/mapa_fundo.png);
	background-repeat:no-repeat;
	background-position:center;
}


.div_mapa2 {
	width:52%;
	height:310px;
	background-image:url(../Imagens/mapa_fundo.png);
	background-repeat:no-repeat;
	background-position:center;
	float:right;
}
ul#map2 {
	margin: 0; 
	padding: 0; 
	width: 104px; 
	height: 294px; 
	background-image: url('../Imagens/mapa.png'); 
	background-repeat:no-repeat; 
	background-position:right; 
	padding-left:296px;
	}

ul#map2 li {
	display: block; 
	padding: 0; 
	position: absolute;
	}



.active { display:inherit; }
	/*ul#map {display: block; margin: 0; padding: 0; width: 296px; height: 294px; background-image: url('../Imagens/mapa.png');}*/
	ul#map { 
	padding: 0; 
	width: 296px; 
	height: 294px; 
	background-image: url('../Imagens/mapa.png'); 
	background-repeat:no-repeat; 
	background-position:right;
	 }
	ul#map li {display: block; padding: 0; position: absolute;}
	li#crs {margin-top: 243px; margin-left: 125px;}
	li#csc {margin-top: 236px; margin-left: 148px;}
	li#cpr {margin-top: 209px; margin-left: 143px;}
	li#csp {margin-top: 190px; margin-left: 158px; z-index:9999; }
	li#cms {margin-top: 169px; margin-left: 118px;}
	li#crj {margin-top: 201px; margin-left: 210px; z-index:9999; }
	li#ces {margin-top: 181px; margin-left: 231px; z-index:9999; }
	li#cmg {margin-top: 152px; margin-left: 169px; z-index:9998; }
	li#cgo {margin-top: 132px; margin-left: 154px; z-index:9999; }
	li#cdf {margin-top: 162px; margin-left: 186px; z-index:9999; }
	li#cba {margin-top: 98px; margin-left: 197px;}
	li#cmt {margin-top: 98px; margin-left: 95px;}
	li#cro {margin-top: 100px; margin-left: 57px; z-index:9998; }
	li#cac {margin-top: 99px; margin-left: 1px;}
	li#cam {margin-top: 24px; margin-left: 2px;}
	li#crr {margin-top: 1px; margin-left: 72px;}
	li#cpa {margin-top: 22px; margin-left: 114px;}
	li#cap {margin-top: 11px; margin-left: 146px;}
	li#cma {margin-top: 53px; margin-left: 191px; z-index:9999;}
	li#cto {margin-top: 83px; margin-left: 175px;}
	
	li#cse {margin-top: 122px; margin-left: 266px;}
	li#cal {margin-top: 116px; margin-left: 267px;}
	li#cpe {margin-top: 102px; margin-left: 245px;}
	li#cpb {margin-top: 96px; margin-left: 265px;}
	li#crn {margin-top: 85px; margin-left: 265px;}
	li#cce {margin-top: 68px; margin-left: 245px;}
	li#cpi {margin-top: 67px; margin-left: 209px; z-index:9997;}

	ul#map li a {display: block; text-decoration: none; position: absolute;}
	a#rs {width: 50px; height: 49px; }
	a#sc {width: 35px; height: 24px; }
	a#pr {width: 43px; height: 31px; }
	a#sp {width: 55px; height: 41px; }
	a#ms {width: 51px; height: 52px; }
	a#rj {width: 28px; height: 16px; }
	a#es {width: 18px; height: 24px; }
	a#mg {width: 79px; height: 63px; }
	a#go {width: 53px; height: 55px; }
	a#df {width: 10px; height: 5px; }
	a#ba {width: 74px; height: 95px; }
	a#mt {width: 84px; height: 76px; }
	a#ro {width: 49px; height: 44px; }
	a#ac {width: 55px; height: 27px; }
	a#am {width: 130px; height: 91px;}
	a#rr {width: 43px; height: 49px; }
	a#pa {width: 96px; height: 94px; }
	a#ap {width: 38px; height: 41px; }
	a#ma {width: 51px; height: 68px; }
	a#to {width: 34px; height: 62px; }
	a#se {width: 13px; height: 15px; }
	a#al {width: 21px; height: 12px; }
	a#pe {width: 48px; height: 19px; }
	a#pb {width: 29px; height: 16px; }
	a#rn {width: 27px; height: 16px; }
	a#ce {width: 29px; height: 39px; }
	a#pi {width: 41px; height: 59px; }

	a#rs:hover, a#rs:active {background-image: url('../Imagens/mapa/rs.png');}
	a#sc:hover, a#sc:active {background-image: url('../Imagens/mapa/sc.png');}
	a#pr:hover, a#pr:active {background-image: url('../Imagens/mapa/pr.png');}
	a#sp:hover, a#sp:active {background-image: url('../Imagens/mapa/sp.png');}
	a#ms:hover, a#ms:active {background-image: url('../Imagens/mapa/ms.png');}
	a#rj:hover, a#rj:active {background-image: url('../Imagens/mapa/rj.png');}
	a#es:hover, a#es:active {background-image: url('../Imagens/mapa/es.png');}
	a#mg:hover, a#mg:active {background-image: url('../Imagens/mapa/mg.png');}
	a#go:hover, a#go:active {background-image: url('../Imagens/mapa/go.png');}
	a#df:hover, a#df:active {background-image: url('../Imagens/mapa/df.png');}
	a#ba:hover, a#ba:active {background-image: url('../Imagens/mapa/ba.png');}
	a#mt:hover, a#mt:active {background-image: url('../Imagens/mapa/mt.png');}
	a#ro:hover, a#ro:active {background-image: url('../Imagens/mapa/ro.png');}
	a#ac:hover, a#ac:active {background-image: url('../Imagens/mapa/ac.png');}
	a#am:hover, a#am:active {background-image: url('../Imagens/mapa/am.png');}
	a#rr:hover, a#rr:active {background-image: url('../Imagens/mapa/rr.png');}
	a#pa:hover, a#pa:active {background-image: url('../Imagens/mapa/pa.png');}
	a#ap:hover, a#ap:active {background-image: url('../Imagens/mapa/ap.png');}
	a#ma:hover, a#ma:active {background-image: url('../Imagens/mapa/ma.png');}
	a#to:hover, a#to:active {background-image: url('../Imagens/mapa/to.png');}
	a#se:hover, a#se:active {background-image: url('../Imagens/mapa/se.png');}
	a#al:hover, a#al:active {background-image: url('../Imagens/mapa/al.png');}
	a#pe:hover, a#pe:active {background-image: url('../Imagens/mapa/pe.png');}
	a#pb:hover, a#pb:active {background-image: url('../Imagens/mapa/pb.png');}
	a#rn:hover, a#rn:active {background-image: url('../Imagens/mapa/rn.png');}
	a#ce:hover, a#ce:active {background-image: url('../Imagens/mapa/ce.png');}
	a#pi:hover, a#pi:active {background-image: url('../Imagens/mapa/pi.png');}

	ul#map li a img {border: 0; width: inherit; height: inherit;}
	
/* FIM regionais (MAPA) */

/*Área do usuário*/
ul.menu_usuario, ul.menu_usuario ul {
	list-style:none;
}

ul.menu_usuario {
	float:right;
	background-image:url(../Imagens/bg_bt.png);
	background-repeat:repeat-x;
	background-position:10px;
	border:solid 1px #9db0bc;
	margin-bottom:18px;
	min-width:205px;
	background-color:#eff3f5;
}

ul.menu_usuario li {
	padding:2px 0 1px;
}

ul.menu_usuario li a {
	padding:0 13px 0 7px;
	font-size:13px;
	font-weight:bold;
	color:#122b95;
	margin-right:5px;
	background-image:url(../Imagens/down.gif);
	background-repeat:no-repeat;
	background-position:center right;
	display:block;
}

ul.menu_usuario li a:hover {
	color:#fff;
}

ul.menu_usuario ul {
	display:none;
}

ul.menu_usuario:hover ul{
	display:block;
	position:absolute;
	z-index:1500;
}

.Caixa2 {
	background-color:#ffe200;
	border: solid 1px #FF0000;
	color:#000;
	padding:5px;
	margin:0px;
}	

ul.menu_usuario ul li a {
	background-image:none;
	padding: 5px;
}

ul.menu_usuario li li {
	border-bottom: 1px solid #FFF;
	background-color:#bdc4d2;
}
/*Fim da Área do usuário*/

a.bt_resumoPortugues {
	display:inline-block;
	background-image:url(../imagens/bt_resumo.png);
	background-repeat:no-repeat;
	width:85px;
	height:27px;
	margin-top: 0.5em;
	margin-bottom:1em;
	text-indent:-9999px;
}

a.bt_resumoPortugues a {
	display:block;
	height:27px;
}

a.bt_resumoPortugues:hover {
	background-image:url(../imagens/bt_resumo.png);
	background-repeat:no-repeat;
	background-position: 0 -27px;
	height:27px;
}

a.bt_resumoPortugues:active {
	background-image:url(../imagens/bt_resumo.png);
	background-repeat:no-repeat;
	background-position: 0 -27px;
	height:27px;
}
/* Caixa com o resumo */
div.caixa_resumo {
	border:#fdb813 solid 1px;
	width: 650px;
	margin-top:-1.1em;
	padding:10px;
	display:none;
}

span.secao_resumo {
	text-transform:uppercase;
	font-weight:bold;
}

span.pchave {
	text-transform:none;
	font-weight:bold;
}

