html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body-2col {
	background-image: url(../imagens/container-bg-2col.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.body-3col {
	background-image: url(../imagens/container-bg-3col.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.body-agenda {
	background-image: url(../imagens/container-bg-agenda.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.body-content {
	background-image: url(../imagens/container-bg-content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.body-bigmap {
	background-image: url(../imagens/container-bg-bigmap.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.databranco{
	color:#FFFFFF;
}

#maincontainer {
	height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
}

#headandmiddle {
	position: relative;
	height: 100%;
	width: 802px;
	clear: both;
}

* html #headandmiddle {
	height: 100%;
	margin-bottom: 6px;
}

#header {
	margin-left: 24px;
	width: 850px;
	background: url(../imagens/head.gif) top left no-repeat;
}

#headlogoarea {
	height: 84px;
	padding: 18px 0 0 18px;
}

#headlogoarea img {
	border: none;
}

#headerextras {
	width: 500px;
	float: right;
}

#headerextras div {
	float: right;
	margin: 20px 2px 0 0;
}

#tempo {
	font-size: 10px;
	color: #666;
	text-align: center;
	padding-right: 30px;
	border-right: 1px dashed #ddd;
	display: none;
}

#newsletter {
	text-align: right;
	font-size: 10px;
	color: #666;
	padding-left: 20px;
	padding-right: 3px;
}

#hora {
	font-size: 12px;
	padding-right: 30px;
	float: left;
}

#newsletter input {
	border: 1px solid #da2e2b;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 110px;
	height: 16px;
	margin: 0;
	padding: 0;
	float: left;
	padding: 1px 0 0 3px;
}

#newsletter .imagebutton {
	border: none;
	margin: 0;
	padding: 0;
	width: 27px;
	height: 19px;
}

#topmenu {
	background-image: url(../imagens/menu-bg.gif);
	height: 38px;
}

#topmenu object {
	float:left;
}

#topmenu embed {
	float:left;
}

#searchbox {
	float: right;
}

#searchbox label {
	display: none;
}

#searchbox form {
	margin: 0;
	padding: 6px 6px 0 0;
}

#searchbox input {
	border: 1px solid #da2e2b;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 110px;
	height: 16px;
	margin: 0;
	padding: 0;
	float: left;
	padding: 1px 0 0 3px;
}

#searchbox .imagebutton {
	border: none;
	margin: 0;
	padding: 0;
	width: 27px;
	height: 19px;
}

#middle {
	margin-left: 24px;
	margin-bottom: 60px;
	width: 850px;
	clear: both;
}

#footer {
	position: relative;
	margin-top: -66px;
	margin-left: 24px;
	width: 806px;
	height: 75px;
	background-image: url(../imagens/footer-background.gif);
	background-repeat: repeat-x;
	background-color: white;
	color: white;
	padding: 21px 22px 20px 22px;
	font-size: 10px;
	clear: both;
}

#footer a {
	color: white;
	background-color: transparent;
}

#footer img {
	border: none;
	margin-right: 3px;
}

#footerright {
	float: right;
	padding-top: 10px;
}

#footerleft {
	float: left;
	height: 43px;
}

#footerleft img {
	position: relative;
	top: 7px;
}

#leftmenu {
	width: 171px;
	float: left;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #c1c1c1;
}

#leftmenu ul li {
	margin: 0;
	list-style-type: none;
	border-bottom: 1px dashed #c1c1c1;
	padding-top: 1px;
}

#leftmenu ul li div {
	padding: 6px 15px 6px 17px;	
}

#leftmenu ul li ul {
	margin: 0 0 1px 0;
}

#leftmenu ul li.active div {
	background-color: #bdbdbd;
}

#leftmenu ul li.active ul li {
	border-bottom: 1px dashed #c1c1c1;
	padding: 0px;
	background-color: #eee;
}

#leftmenu ul li.active ul li a {
	color: #555;
	text-decoration: none;
}

#leftmenu ul li.active ul li.active a {
	color: black;
	text-decoration: none;
}

#leftmenu ul li.active ul li div {
	background-color: #e3e3e3;
	padding: 6px 15px 6px 25px;
}

#leftmenu ul li.active ul li.active div {
	background-color: #f7f7f7;
}

#leftmenu ul li a {
	color: Black;
	text-decoration: none;
}

#leftmenu ul li a:hover {
	text-decoration: underline;
}

#features {
	float: left;
	width: 480px;
	margin: 0 1px 0px 1px;
	padding-bottom: 10px;
	clear: right;
}

#features_bigmap {
	float: right;
	width: 641px;
	margin: 0 8px 20px 1px;
	clear: right;
	border: 3px solid #d5d5d5;
	background-image: url(../imagens/mapfeatures-background.gif);
}

#features a img {
	border: none;
}

#subfeatures {
	clear: both;
	width: 100%;
}

.subfeature {
	width: 158px;
	float: left;
	font-size: 10px;
}

.subfeaturepadd {
	padding-right: 3px;
}

.subfeature .title {
	background-image: url(../imagens/homepage-spot-titlebg.gif);
	color: White;
	height: 21px;
	padding: 8px 7px 0 7px;
	border-bottom: 1px solid white;
}

.subfeature .description {
	height: 70px;
	padding: 8px;
	background-color: white;
}

.subfeature .link {
	background-image: url(../imagens/homepage-spot-buttonbg.gif);
	width: 152px;
	height: 18px;
	text-align: right;
	padding-right: 6px;
	padding-top: 2px;
	float: left;
	clear: both;
}

.subfeature .link a {
	font-size: 10px;
	color: white;
	text-decoration: none;
}

.subfeature .link a:hover {
	text-decoration: underline;	
}

#agendateaser {
	float: left;
	width: 197px;
}

#agendacalendar {
	float: left;
	width: 197px;
	margin-left: 1px;
}

#agendateaser-eventslist {
	background-image: url(../imagens/agendateaser-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 5px;
	left: 1px;
	border-top: 1px dashed white;
	font-size: 11px;
}

#agenda-eventslist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 5px;
	width: 477px;
	float: right;
}

#agenda-eventslist li {
	background-image: url(../imagens/agendaevents-separator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 14px 12px 30px 12px;
}

#agenda-eventslist .title a {
	font-weight: bold;
	color: #da2e2b;
	text-decoration: none;
}

#agenda-eventslist .tit {
	font-weight: bold;
	color: #da2e2b;
	text-decoration: none;
}

#agenda-eventslist .title a:hover {
	text-decoration: underline;
}

#agenda-eventslist .location {
	padding: 7px 0 7px 0;
	color: #1c2d72;
}

#agenda-eventslist .date {
	color: #878787;
}

#agendateaser-eventslist-void {
	background-image: url(../imagens/agendateaser-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 5px;
	height: 140px;
}

#agendateaser-eventslist li {
	/*background-image: url(../imagens/agendateaser-entry-background.gif);*/
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	top: 5px;
	padding: 9px 15px 12px 15px;
	border-bottom: 1px dashed white;
}

#agendateaser-eventslist .title a {	
	color: #da2e2b;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#agendateaser-eventslist .title a:hover {
	text-decoration: underline;
}

#agendateaser-eventslist .location {
	padding: 7px 0 7px 0;
	color: #1c2d72;
}

#agendateaser-eventslist .date {
	color: white;
}

.clearer {
	width: 100%;
	clear: both;
}

#maintitle {
	background-image: url(../imagens/maintitle-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #da2e2b;
	border-left: 1px solid white;
	color: white;
	font-size: 18px;
	width: 678px;
	float: right;;
	border-bottom: 1px solid white;
}

#maintitle .left {
	float: left;
	width: 320px;
	position: relative;
	top: 16px;
	left: 8px;
}

#maintitle .right {
	float: right;
	width: 320px;
	text-align: right;
	position: relative;
	top: 16px;
	right: 8px;
}

#maintitle .hack {
	height: 38px;
}

#textpage {
	float: left;
	border-left: 1px solid white;
	width: 480px;
}
#textpage-wide {
	float: left;
	border-left: 1px solid white;
	width: 678px;
}

.illustration {
	border-bottom: 1px solid white;
}

#textpage #content {
	padding: 0 15px 15px 15px;
	position: relative;
	bottom: 8px;
}

#textpage-wide #content {
	padding: 0 15px 15px 15px;
	position: relative;
	bottom: 8px;
}

#textpage-accessories {
	float: right;
	width: 197px;
}

#textpage-accessories .title {
	color: White;
	background-color: #1c2d72;
	padding: 3px 6px 3px 6px;
}

#textpage-accessories .content {
	border-bottom: 1px dashed #becde2;
	margin-bottom: 1px;
	text-align: center;
}

#textpage-accessories .map {
	border-bottom: 1px dashed #becde2;
	margin-bottom: 1px;
	text-align: center;
}

#textpage-accessories .content .thumb {
	margin: 10px auto 0 auto;
	background-color: #9eb4d4;
	background-image: url(../imagens/gallerythumb-background.gif);
	border: 2px solid #bdcce2;
	width: 144px;
}

#textpage-accessories .content .thumb img {
	margin: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#textpage-accessories .content .label {
	font-size: 10px;
	color: White;
	background-color: #91aace;
	text-align: left;
	padding: 2px 4px 2px 4px;
	margin: 0 auto 10px auto;
	width: 140px;
}

#textpage-accessories .content .link {
	background-image: url(../imagens/homepage-spot-buttonbg.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #f9cb00;
	text-align: right;
	padding-right: 6px;
	padding-top: 2px;
	margin-bottom: 10px;
}

#textpage-accessories .content .link a {
	color: White;
	font-size: 10px;
	text-decoration: none;
	position: relative;
	bottom: 1px;
}

#textpage-accessories .content .link a:hover {
	text-decoration: underline;
}

#maparea {
	float: right;
}

#calendario {
	background: url(../imagens/calendar-background.gif) #dddee0 repeat-x top left;
	padding:3px;
	margin:5px 5px 10px 7px;
}

#mes_anterior {
	float: left;
	width: 17px;
	height: 17px;
	background: url(../imagens/calendar-prev.gif) no-repeat;
	color: transparent;
	text-align: center;
}

#mes_seguinte {
	float: right;
	width: 17px;
	height: 17px;
	background: url(../imagens/calendar-next.gif) no-repeat;
	color: transparent;
	text-align: center;
}

#mes_anterior a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #1c2d72;
	position: relative;
	bottom: 5px;
}

#mes_seguinte a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #1c2d72;
	position: relative;
	bottom: 5px;
	left: 1px;
}

#mes_corrente {
	float: left;
	background: url(../imagens/calendar-monthbg.gif) no-repeat;
	width: 143px;
	height: 17px;
	text-align: center;
	position: relative;
	left: 1px;
	color: #1c2d72;
	font-weight: bold;
}

#calendario table {
	clear:both;
	width: 100%;
	margin-top: 3px;
	border-collapse: collapse;
	border: 1px solid #dddee0;
}

#calendario th {
	background: url(../imagens/calendar-weekdaybg.gif) repeat-x #dfdfdf;
	border: 1px solid #e2e2e2;
	text-align: center;
	color: #1c2d72;
	font-weight: bold;
	height: 18px;
}

#calendario td {
	background-color: white;
	border: 1px solid #e2e2e2;
	text-align: center;
	color: #85a0c8;
	height: 18px;
}

#calendario td a {
	color: #1c2d72;
	text-decoration: none;
}

#calendario td a:hover {
	text-decoration: underline;
}

#calendario .activo {
	background: url(../imagens/calendar-activebg.gif) repeat-x white;
}

#calendario .hoje {
	background: url(../imagens/calendar-today.gif) no-repeat white;
}

#calendario .hojeactivo {
	background: url(../imagens/calendar-todayactivebg.gif) no-repeat white;
}

#galeria-mosaico {
	border: 0px;
	margin: 5px;
	background-color: #eee;
	border-collapse: collapse;
}

#galeria-mosaico td {
	width: 160px;
	height: 120px;
	text-align: center;
	background-color: white;
	border: 2px solid #eee;
}

#galeria-mosaico img {
	border: 1px solid #eee;
}

.galeria-zoom {
	width: 470px;
	border: 0px;
	margin: 5px;
	background-color: #eee;
	border-collapse: collapse;
}

.galeria-zoom td {
	text-align: center;
	background-color: white;
	border: 2px solid #eee;
}

#galeria-nav {
	margin: 10px;
}

.galeria-zoom img {
	border: 1px solid #eee;
}

#listaestabelecimentos {
	background: url(../imagens/listaestabelecimentos-bg.gif) #666;
	color: white;
	font-size: 11px;
}

#listaestabelecimentos b {
	color: #f6c800;
}

#listaestabelecimentos a {
	color: white;
	text-decoration: none;
}

#listaestabelecimentos a:hover {
	text-decoration: underline;
}

#listaestabelecimentos .col {
	width: 160px;
	float: left;
}

#listaestabelecimentos .col div {
	padding: 5px;
}

#infoestabelecimentos {
	width: 160px;
	float: right;
}

#infoestabelecimentos div {
	padding: 5px;
	width: 150px;
	color: Black;
}

#infoestabelecimentos b {
	color: Red;
}

#infoestabelecimentos a {
	color: Red;
}

#resultadospesquisa h1 {
	font-size: 16px;
	font-weight: bold;
	color: #d2112e;
	border-bottom: 1px solid #d2112e;
}

#resultadospesquisa a {
	color: #666;
	text-decoration: none;
}

#resultadospesquisa a:hover {
	color: black;
	text-decoration: underline;
}

#resultadospesquisa ul {
	list-style: none;
	border-top: 1px solid #dadada;
	margin: 0;
	padding: 0;
}

#resultadospesquisa ul li {
	list-style: none;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #dadada;
	margin: 0;
}

#galeria-nav a {
	border: none;
}

#galeria-nav img {
	border: none;
}

#footerlogos {
	position: relative;
	clear: both;
}

#footerlogos img {
	position: relative;
}