html {
  padding: 0px;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
  color: #585858;
  background: #FFF;
  font-family: Montserrat, Arial;
  text-transform:uppercase;
  padding-bottom:90px;
}

h1 {
  font-size: 23px;
  margin-bottom: 20px;
  color:#00A4E5;
}

h1 small {
  font-size: 20px;
  padding-left: 10px;
}

h2, h3 {
  margin-bottom: 5px;
}

p {
  margin-bottom: 25px;
  font-size:12px;
  text-align: justify;
  line-height:180%;
}

pre {
  background-color: #F6F6F6;
}

#logo {
	float:left;
	margin-top:40px;
}

#lang {
	position:absolute;
	
	top:40px;
	right:0px;
}

nav {
  font-size: 13px;
  
  float:right;
  margin-top:83px;
}

nav a {
  margin-left: 40px;
  float:left;
  text-transform:uppercase;
}

a{
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

#box-text a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #00A4E5;
}

a:hover {
  color: #00A4E5;
}

.active {
	color: #00A4E5;
}

#container {
  position:relative;
  margin: 0 auto;
  min-height:100%;
  font-size:13px;
  width: 900px;
  background: #FFF url('../images/bg-lines.gif') left -56px  no-repeat;
}

#options {
  list-style: none;
  padding-left: 0px;
}

#options li {
  margin-bottom: 10px;
}

#page_holder {
	padding-top:40px;
}

#pjax-container {
	padding-top:40px;
}

#box-text {
	float:left;
	width:410px;
}

#box-text ul li {
	margin-bottom:16px;
}


#imagemdir {
	float:right;
}

#full-center{
	clear:both;
	margin-top:60px;
	text-align:center;
	width:100%;
}

.full {
	width:100%;
}

.cinza {
	background-color: #999;
}

.transparente {
	opacity:0.2;
	filter:alpha(opacity=20);
}

.box_actividades {
	min-height:455px;
	position:absolute;
}

#estrela-branca {
	position:absolute;
	z-index:1000;
	width:296px;
	height:289px;
	background: url(../images/estrela-branca.png) center center no-repeat;
	margin: 86px 0 0 301px;
}

.hide{
	display:none;
}

.estrela {
	width:575px;
	height:420px;
	background: url(../images/estrela.png) center center no-repeat;
	margin: 40px 0 0 162px;
}

.box-star-base {
	position:absolute;
	z-index:2000;
	width:200px;
	height:200px;
	margin: 146px 0 0 348px;
	font-size:10px;
	font-weight:700;
}

ul {
	list-style-type: none;
	margin-top:10px;
	padding-left:10px;
}

ul li {
	margin-bottom:3px;
}

ul li:before {
  content: "\2022";
  padding-right: 0.5em;
  color: #00A4E5;
}


.box-star-on, .box-star-bg:hover{
	background: #00a4e5; /* Old browsers */
	background: -moz-linear-gradient(left,  #00a4e5 0%, #1b75b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00a4e5), color-stop(100%,#1b75b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00a4e5 0%,#1b75b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00a4e5 0%,#1b75b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00a4e5 0%,#1b75b2 100%); /* IE10+ */
	background: linear-gradient(to right,  #00a4e5 0%,#1b75b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4e5', endColorstr='#1b75b2',GradientType=1 ); /* IE6-9 */
}

.box-star-bg {
	background: #000;
}

.box-star {
	position:absolute;
	width:130px;
	height:48px;
	color: #FFF;
	text-align:center;
	font-size:11px;
	padding-top:7px;
	cursor:pointer;
}

#box-proflex {
	margin: 188px 0 0 222px;
	padding-top:15px;
	height:40px;
	cursor:normal;
}

#box-a1 {
	margin: 5px 0 0 222px;
}

#box-a2 {
	margin: 95px 0 0 422px;
}

#box-a3 {
	margin: 220px 0 0 442px;
	padding-top:15px;
	height:40px;
}

#box-a4 {
	margin: 360px 0 0 312px;
}

#box-a5 {
	margin: 360px 0 0 132px;
}

#box-a6 {
	margin: 220px 0 0 5px;
	padding-top:15px;
	height:40px;
}

#box-a7 {
	margin: 95px 0 0 25px;
	padding-top:15px;
	height:40px;
}


td {
	padding:4px;
}



.small {
	font-size:9px;
}

#footer {
position:fixed;
bottom:0;
height:50px;
left:0;
background:#000;
width:100%;
text-align:center;
}

#footer-aux {
	clear:both;
	height:270px;
	width:100%;
	display:block;
}

#imagemdir input, #imagemdir textarea {
	border: 1px solid #00A4E5;
	background: #EEE;
}

.submit {
	width:110px;
	height:30px;
	background:#00A4E5;
	color:#FFF;
	text-transform:uppercase;
	border:0;
	cursor:pointer;
}