@charset "UTF-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align:left;
}
div {
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	color: #0950AB;
	text-decoration: underline;
}
a:hover {
	color: #0950AB;
	text-decoration: none;
}
h1 {
	color: #0950AB;
	font-size: 16px;
}
h2 {
	color:#000;
	font-size: 14px;
}
dl {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
dt {
	font-weight: bold;
}
#maincontainer {
	width: 100%;
	height: 100%;
}
#mainbody {
	margin-left: auto;
	margin-right: auto;
	width:802px;
}
#banner {
	background-image: url(images/banner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 108px;
}
#maincontent {
	margin-bottom: 10px;
	margin-top: 6px;
}
#menu_main {
	float: left;
	width: 176px;
}
#menu_bkg {
	background-image: url(images/menu_bkg_right.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#menu_bkg_bottom {
	width:176px;
	vertical-align: top;
}
#menu_bkg_bottom #bkg_bottom {
	float: left;
	background-image: url(images/menu_bkg_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 12px;
	width: 164px;
}
#menu_bkg_bottom #corner_bottom {
	float: left;
	background-image: url(images/menu_bkg_corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
#menu {
	background-color: #0950AB;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-top: 18px;
	width: 130px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#menu li {
}
#menu li .menu_item {
	border-bottom: #FFF 1px solid;
	/*height: 18px;*/
	padding-top: 4px;
	color: #FFF;
}
#menu li .menu_item a, #menu li .menu_item a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu li .menu_item a:hover {
	color: #83DA03;
	text-decoration: none;
}
#menu li .menu_item_selected {
	border-bottom: #83DA03 1px solid;
	/*height: 18px;*/
	padding-top: 4px;
	color: #83DA03;
}
#menu li .menu_item_selected a, #menu li .menu_item_selected a:visited{
	color: #83DA03;
	text-decoration: none;
}
#menu li .menu_item_selected a:hover {
	color: #83DA03;
	text-decoration: none;
}
#menu li .menu_subitem {
	margin-left: 18px;
	border-bottom: #FFF 1px dotted;
	font-size: 10px;
	padding-top: 4px;
	color: #FFF;
}
#menu li .menu_subitem a, #menu li .menu_subitem a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu li .menu_subitem a:hover {
	color: #83DA03;
	text-decoration: none;
}
#menu li .menu_subitem_selected {
	margin-left: 18px;
	border-bottom: #83DA03 1px dotted;
	padding-top: 4px;
	color: #83DA03;
	font-size: 10px;
}
#content_container {
	float: left;
	width: 614px;
	margin-left: 4px;
}
#content {
	border: #0950AB 1px solid;
	padding: 18px;
	margin-bottom: 4px;
}
#calendar {
	float:left;
	top: 22px;
	margin: 10px;
	width: 40px;
	height: 40px;
	border: solid 2px;
	border-color: #C00F00;
}
.month {
	background-color: #C00F00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 40px;
	height: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
.day {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 40px;
	height: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
.hour {
	color: #83DA03;
}
#program {
	margin-left: 70px;
	margin-bottom: 12px;
	padding-top: 10px;
}
#clear {
	height: 0px;
	clear: both;
}
#footer {
	height: 196px;
}
#alojamento {
	margin-bottom: 10px;
}
#alojamento #imagem {
	float:left;
	width: 150px;
	height: 114px;
}
#alojamento #texto {
	float:left;
	width: 410px;
	padding-left: 5px;
}
#alojamento #texto .nota {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	line-height: 20px;
	text-align: right;
}
.texto_preto {
	font-size: 11px;
	color: #000;
}
.texto_verde {
	font-size: 11px;
	color: #060;
}
.texto_amarelo {
	font-size: 11px;
	color: #FC0;
}

