body{
	font-size: 12px;
	background: #cce5ec url(../_img/bodyBG.png) repeat-x;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #666666;
	line-height: 14px;
}
/* @group structural */
#wrapper{
	background: url(../_img/wrapperBG.png) no-repeat top center;
	width: 900px;
	min-height: 580px;
	margin: 0 auto;
	padding-top: 29px;
	position: relative;
}
#branding{
	position: absolute;
	left: 0;
}
#branding a{
	
}
#time{
  position: absolute;
  right: 0;
  top: 0;
}
#colCenter{
	background: #fff;
	width: 495px;
	padding: 10px;
	float: left;
	margin-left: 166px;
	min-height: 650px;
}
#colRight{
	float: left;
	background: #fff;
	width: 209px;
	padding: 10px 10px 10px 0;
	min-height: 30px;
}
#shortContacts{
	background: url(../_img/shortContactBG.png) no-repeat left center;
	line-height: 30px;
	padding-left: 30px;
	font-style: italic;
	margin: 0 0 0 166px;
}
#langSelect{
	line-height: 30px;
	font-style: italic;
	position: absolute;
	right: 240px;
	top: 20px;
}
.b1 {
	clear: both;
	width: 100%;
}
.form {
	margin-top: 30px;
}
.b1 ul {
	border: 1px solid #7F9DB9;
	list-style-type: none;
	margin: 0 5px;
	max-height: 95px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
}
.b1 ul li {
	background: #FFF;
	margin: 0;
	padding: 0;
}
.b1 ul li label {
	display: block;
	margin: 0;
	padding: 0;
}
.b1 ul li label:hover {
	background-color: highlight;
	color: highlighttext;
}
.b1 label input {
	border: none;
	width: 20px;
}
.b2{
	width: 49%;
}
.left{
	float: left;
    clear: left;
}
.right{
	float: right;
}
/* @end */
/* @group typo */
h1{
	display: none;
}
h2{
	color: #0284e6;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 10px 0;
	background: url(../_img/h2BG.png);
	display: inline;
}
h2 a{
	color: #0284e6;
	text-decoration: none;
}
h3{
	color: #0952a5;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 10px 0;
}
p{
	font-size: 1.1em;
	margin: 6px 0;
}
#colCenter p{
	font-size: 1.1em;
	line-height: 1.3em;
}
p strong{
	font-weight: bold;
	color: #333;
	font-style: italic;
}
p a{
	text-decoration: underline;
	color: #333;
}
p a:hover{
	color: #0085e8;
}
p.aqua{
	background: #cce5ec;
}
p.green{
	background: #d5ebaa;
	color: #64a90e;
}
p.green strong{
	color: #618f12;
}

a.btn, input.btn{
	width: auto !IMPORTANT;
	color: #fff !IMPORTANT;
	padding: 0px 5px 0px 25px !IMPORTANT;
	margin-left: 5px !IMPORTANT;
	font-style: italic !IMPORTANT;
	text-decoration: none;
	cursor: pointer !IMPORTANT;
	font-size: 1.1em !IMPORTANT;
    border: none !IMPORTANT;
}
a.btn:hover{
	color: #fff !IMPORTANT;
}
a.blueGray, input.blueGray{
	background: #27bae0 url(../_img/btnGrayBG.png) no-repeat left center;
}
a.blueGray:hover{	
	background-color: #0085e8;
}
a.orangeGreen, input.orangeGreen{
	background: #f48631 url(../_img/btnGreenBG.png) no-repeat left center;
}
a.orangeGreen:hover{
	background-color: #d4752b;
}
a.greenGreen, input.greenGreen{
	background: #a0c661 url(../_img/btnGreen2BG.png) no-repeat left center;
}
a.greenGreen:hover{	
	background-color: #7ab318;
}
a.blueAqua{	
	background: #9bd0e0 url(../_img/btnAquaBG.png) no-repeat left center;
}
a.blueAqua:hover{	
	background-color: #8abac8;
	color: #fff;
}
a.blueBlue{	
	background: #0084e8 url(../_img/btnBlueBG.png) no-repeat left center;
}
a.blueBlue:hover{	
	background-color: #27b9e0;
}

a.blueWhite{	
	background: #9bd0e0 url(../_img/btnWhiteBG.png) no-repeat left center;
}
a.blueWhite:hover{	
	background-color: #8abac8;
}
p.actionBar{
	text-align: left;
	position: relative;
	font-size: 1em;
	line-height: 2.8em;
	overflow: hidden;
	padding: 5px;
	margin: 10px 0;
	clear: both;
}
p.actionBar .btn{
	/*line-height: normal;*/
	line-height: 18px;
	float: right;
	padding: 3px 5px 2px 25px;
	font-size: 1em;
}
p.actionBar span{
	float: left;
	font-style: italic;
	font-size: 12px;
	padding: 2px 0 0 2px;
}
p.pagBar{
	text-align: right;
	position: relative;
	font-size: 1em;
	line-height: 2.8em;
	overflow: hidden;
	padding: 5px;
	margin: 10px 0;
	clear: both;
}
p.pagBar span{
	float: left;
	font-style: italic;
	font-size: 12px;
	padding: 2px 0 0 2px;
}
p.pagBar a{
	background: #acd465;
	text-decoration: none;
	color: #d4eba9;
	padding: 2px 5px;
	font-weight: bold;
	font-family: arial;
}
p.pagBar a:hover{
	background: #7ab317;
}
/* @end */
/* @group mainNav */
#mainNav{
	background: #262626;
	width: 166px;
	position: absolute;
	top: 196px;
	left: 0px;
	padding: 15px 0;
}
#mainNav li {
	text-transform: capitalize;
}
#mainNav li.subcats a{
	background-color: #454545 !IMPORTANT;
}
#mainNav li.divider{
	border-top: 1px dashed #454545;
	margin-top: 6px;
}
#mainNav li a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	display: block;
	padding: 4px 0px 4px 20px;
	background: url(../_img/mainNavABulletBG.gif) no-repeat 10px 7px;
}
#mainNav li a:hover{
	color: #27bae0;
	background-color: #454545;
}
#mainNav li.sub a{
	background: url(../_img/mainNavSubABulletBG.gif) no-repeat 10px 7px;
}
#mainNav li.sub a:hover{
	background-color: #454545;
}
#mainNav li ul{
	visibility: hidden; display:none;
	position: absolute;
	left: 130px;
	width: 170px;
	border: 1px solid #fff;
	background: #262626;
	margin-top: -15px;
}
#mainNav li ul li a{
	background: url(../_img/mainNavABulletBG.gif) no-repeat 10px 7px !IMPORTANT;
}
#mainNav li:hover ul{
	visibility:visible; display:block;
}
#mainNav li.hover ul{
	visibility:visible;display:block;
}
/* @end */
/* @group searchForm */
#searchForm{
	position: absolute;
	background: #333333;
	top: 20px;
	right: 0;
	padding: 10px;
}
#searchForm label{
	display: none;
}
#searchForm input{
	border: none;
	background: #fff;
	padding: 2px 4px;
	width: 110px;
	color: #666666;
	font-style: italic;
}
#searchForm input.btnSubmit{
    width: auto !IMPORTANT;
	color: #fff !IMPORTANT;
	padding: 0px 5px 1px 25px !IMPORTANT;
	margin-left: 5px !IMPORTANT;
	font-style: italic !IMPORTANT;
	text-decoration: none;
	cursor: pointer !IMPORTANT;
	font-size: 1.1em !IMPORTANT;
    border: none !IMPORTANT;
	background: #27bae0 url(../_img/btnGrayBG.png) no-repeat left center;
}
/* @end */
/* @group colCenter */
.img{
	border: 1px solid #ccc;
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
}
.dateBox{
	background: #89c6d9 url(../_img/dateBoxBG.png) no-repeat bottom center;
	font-size: 18px !IMPORTANT;
	padding: 5px 0 10px 0;
	text-align: center;
	font-style: italic;
	color: #fff;
	width: 42px;
	margin: 0;
}
.dateBox span{
	background: #fff;
	display: block;
	color: #535353;
	font-size: .7em !IMPORTANT;
	line-height: 1.1em;
}
/* @group breadcrumb */
#breadCrumb{
	background: #cce5ec url(../_img/breadBG.png) no-repeat left center;
	padding: 4px 10px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
#breadCrumb a{
	color: #535353;
	text-decoration: none;
}
#breadCrumb a:hover{
	text-decoration: underline;
}
/* @end */
/* @group genList */
ul.genList{
	margin-top: 10px;
}
ul.genList li{
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.dataWrapper{
	float: left;
	width: 50px;
}
ul.genList li .imgWrapper{
	float: left;
	width: 90px;
}
ul.genList li .contentWrapper{
	float: left;
	width: 350px;
}
ul.genList li .contentWrapper p{
	margin-bottom: 10px;
}
ul.genList li.b2 .contentWrapper{
	width: 140px;
}
/* @end */
/* @group genList */
ul.instalacoesList{
	margin-top: 10px;
}
ul.instalacoesList li{
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.instalacoesList li .imgWrapper{
	float: left;
	width: 150px;
}
ul.instalacoesList li .contentWrapper{
	float: left;
	width: 300px;
}
ul.instalacoesList li .contentWrapper p{
	margin-bottom: 10px;
}
.noimage {
	width: 240px !important;
}
/* @end */
/* @group eventScroller */
#eventScroller{
	margin-bottom: 10px;
	background: #0168b5;
	position: relative;
	height: 310px;
}
#eventScroller #mainImg{
	position: relative;
	width: 495px;
	height: 250px;
	background: #0178d1;
	overflow: hidden;
}
#eventScroller #mainImg li{
	position: absolute;
	width: 495px;
	height: 250px;
}
#eventScroller #eventNav{
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding-left: 6px;
}
#eventScroller #eventNav li{
	float: left;
	width: 54px;
	height: 54px;
	background: #0178d1;
	border: 3px solid #0168b5;
}
#eventScroller #eventNav li.active{
	border: 3px solid #fff;
}
#eventScroller #info{
	padding: 10px;
	padding-top: 5px;
	position: relative;
	width: 240px;
}
#eventScroller #info li{
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 50px;
	padding: 5px 0 5px 10px;
}
#eventScroller #info p{
	color: #28badf;
	padding: 4px 0;
	margin: 0;
}
#eventScroller #info p span{
	color: #fff;
}
#eventScroller #info .eventName{
	border-bottom: 1px solid #408cc6;
}
#eventScroller #info .eventDate span{
	color: #9ecfde;
}
#eventScroller #info .btn{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
/* @end */
/* @end */
/* @group colRight */
/* @group calendar */
#calendar{
	margin-bottom: 10px;
}
#calendar .actionBar{
	background: #d5ebaa;
	margin: 0;
}
#calendar .caltooltip{
    display: block;
    background-color: #fbebd1;
    /*padding: 5px;*/
}
#calendar td{
    padding: 0;
    line-height:23px;
    text-align: center;
}
#calendar caption{
    background: #7ab316;
    color: #fff;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
#calendar caption a{
    background: #4e4e4c;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 5px;
}
#calendar tr#dias td {
	background: #d5ebaa !important;
	color: #7cb317 !important;
	font-style: italic !important;
	font-weight: bold !important;
}
/* @end */
/* @group newsSubs */
#newsSubs{
	background: #e0e4cd;
	padding: 20px 10px;
}
#newsSubs p{
	font-style: italic;
}
#newsSubs p span{
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
}
#newsSubs li{
	margin: 4px 0;
}
#newsSubs li.submitWrapper{
	margin: 10px 0 0 0;
	text-align: right;
}
#newsSubs label{
	display: none;
}
#newsSubs input{
	border: 1px solid #d5d7c9;
	padding: 2px 4px;
	color: #666666;
	font-style: italic;
	width: 95%;
}
/* @end */
/* @group Banners */
#banners{
	background: #fff;
    border: 1px solid #CCC;
	padding: 10px;
    min-height: 190px;
    margin-top: 10px;
    position: relative;
}
#banners li{
	position: absolute;
    left: 10px;
    top: 10px;
}
/* @end */
/* @end */
/* @group footer */
#footer {
	position: absolute;
	left: 0;
	top: 550px;
	width: 166px;
	/*width: 700px; */
	/*background: url(../_img/footerBG.png) no-repeat 166px bottom ;*/

}
#footer p {
	clear: right;
	width: 155px;
	text-align: right;
	line-height: 1.3em;
	font-style: italic;
	font-size: 1em;
}
#footer p a {
	text-decoration: none;
}
#footerImages {
	float: right;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
	width: 80px;
}
#footerImages img {
	margin: 3px 0;
}
#footer .capsulaMiniLogo {
	background: url(../_img/logoCapsula.png) no-repeat;
	display: inline-block;
	height: 11px;
	vertical-align: sub;
	width: 47px;
}
/* @end */
/* @group tableList */
table{
	border-collapse: collapse;
	width: 100%;
}
table thead th{
	background: #d4eba9;
	color: #7ab317;
	padding: 10px 5px;
}
table thead th.first{
	width: 82%;
	padding-left: 25px;
}
#agendaB table thead th.first{
	width: 72%;
	padding-left: 25px;
}
table thead th.firstEvents{
	padding-left: 25px;
}
table thead th.second{
	width: 82%;
	padding-left: 10px;
}
table thead th.last{
	background: #f5faeb;
}
table tbody td{
	border-bottom: 1px dotted #ccc;
	color: #707070;
	padding: 5px;
	font-size: 1em;
}
table tbody td a{
	color: #707070;
	text-decoration: none;
}
table tbody td a:hover{
	text-decoration: underline;
}
table tbody td.first{
	padding-left: 25px;
	background: url(../_img/tableFirstBG.png) no-repeat left top;
}
table tbody td.firstEvents{
	padding-left: 25px;
	background: url(../_img/tableFirstBG.png) no-repeat left top;
}
table tbody td.second{
	width: 82%;
	padding-left: 10px;
}
table tbody td.last{
	background: #f5faeb;
}
/* @end */
/* @group comoChegar */
#comoChegar{
}
#comoChegar h4{
	background: #d8dfc0 url(../_img/comoChegarH4BG.png) no-repeat center left;
	color: #262626;
	font-size: 1.1em;
	font-style: italic;
	padding: 4px 10px;
	cursor: pointer;
}
#comoChegar ul{
	background: #f4f5ec;
	margin-left: 5px;
}
#comoChegar ul li{
	border-bottom: 1px dotted #c7c8c1;
}
#comoChegar ul li a{
	text-decoration: none;
	color: #535353;
	display: block;
	padding: 4px 10px;
}
#comoChegar ul li a:hover{
	color: #64a90e;
}
#comoChegar div{
	padding-left: 15px;
}
/* @end */
/* @group eventInfo */
.eventInfo{
	background: #ebf4f7;
}
/* @end */
/* @group divResults */
#divResults{
	position: absolute;
	top: 50px;
	right: 98px;
	border: 1px solid #353535;
	background: #fff;
	padding: 3px;
	width: 220px;
}
#divResults ul{
	background: #333333;
}
#divResults ul li{
	padding: 5px;
	border-bottom: 1px solid #616161;
	overflow: hidden;
}
#divResults ul li img{
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #202020;
}
#divResults ul li h2{
	color: #fff;
	background: none;
	display: block;
	font-size: 1.1em;
}
#divResults ul li a{
	width: auto;
	color: #fff;
	padding: 3px 5px 2px 25px;
	margin-left: 5px;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.1em;
	
	background: #535353 url(../_img/btnGrayBG.png) no-repeat left center;
}
/* @end */
.genform{
	background: #f6f7f0;
}
.genform p{
	padding: 2px 5px;
}
.genform label{
	display: block;
}
.genform  input, .genform  textarea{
	border: 1px #d1d1cf solid;
	width: 220px;
	padding: 2px 4px;
}
.genform  textarea{
	height: 100px;
}
.tip {
	background: url(../_img/bubble.png) top left;
	color: #fff;
	width: 239px;
	z-index: 13000;
}
/*.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFF; /*#9FD4FF;*/
/*	padding: 8px 8px 4px;
	background: url(../_img/bubble.png) top left;
}
.tip-title img {
	float: left;
	margin-right: 5px;
}*/
.tip-text {
	/*clear: left;*/
	/*background: url(../_img/bubble.png) bottom right;*/
}
.tip-text .calEvento {
	background: url(../_img/bubble.png) bottom right;
	float: left;
	font-size: 11px;
	padding: 4px 8px 8px;
	width: 239px;
}
.tip-text .calEventoImg {
	float: left;
	width: 80px
}
.tip-text .calEventoTitulo {
	float: left;
	font-weight: bold;
	width: 143px;
}
td.mes {
	background: #CCE5EC;
	color: #000;
	padding: 5px;
	padding-left: 25px;
	text-transform: uppercase
}
span.destaque {
	color: #1F1F1F;
	font-weight: bold;
}
#googlemaps {
	height: 300px;
	width: 100%;
}
.validation-advice {
	color: #FF0000;
}
p.titulo {
	color: #000;
}
p#eventoVideo {
	text-align: center;
}
#flashPlayer {
	width: 1px !important;
	height: 1px !important;
	visibility: hidden !important;
}