td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}
big {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

a {
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}

/*-----------------------------------BACKGROUNDS---------------------------------------*/
.bg_color1_dark {
	background-color: #FF6600;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_color1_medium {
	background-color: #FF9933;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_color1_clear {
	background-color: #FEEADD;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_color1_super_clear {
	background-color: #FFE2A8;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_color1_clear_padding {
	background-color: #FEEADD;
	margin: 4px;
	padding: 4px;
	color: #000000;
}
.bg_color2_dark {
	background-color: #65679A;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_color2_medium {
	background-color: #9999CC;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bg_color2_clear {
	background-color: #EFEFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.bg_color2_clear_padding {
	background-color: #EFEFFF;
	margin: 4px;
	padding: 4px;
	color: #000000;
}

/*-----------------------------------BORDERS---------------------------------------*/
.border_white {
	border: 1px solid #FFFFFF;
}
.border_white_top {
	border-top: 1px solid #FFFFFF;
}
.border_white_bottom {
	border-bottom: 1px solid #FFFFFF;
}
.border_white_no_bottom {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.border_white_no_top {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.border_white_left_top {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.border_color1_dark {
	border: 1px solid #FF6600;
}
.border_color1_dark_no_top {
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
.border_color1_dark_no_top_padding {
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	padding: 4px;
	margin: 4px;
}
.border_color1_dark_left_right {
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
.border_color1_dark_left_bottom {
	border-left: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
.border_color1_dark_right_bottom {
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
.border_color1_dark_top {
	border-top: 1px solid #FF6600;
}
.border_color1_dark_bottom {
	border-bottom: 1px solid #FF6600;
}
.border_color1_dark_bottom_thick {
	border-bottom: 2px solid #FF6600;
}
.border_color1_dark_left {
	border-left: 1px solid #FF6600;
}
.border_color1_medium {
	border: 1px solid #FF9933;
}
.border_color1_medium_no_top {
	border-right: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	border-left: 1px solid #FF9933;
}
.border_color1_medium_no_top_padding {
	border-right: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
	border-left: 1px solid #FF9933;
	padding: 4px;
	margin: 4px;
}
.border_color1_medium_no_bottom {
	border-right: 1px solid #FF9933;
	border-top: 1px solid #FF9933;
	border-left: 1px solid #FF9933;
}
.border_color1_medium_bottom {
	border-bottom: 1px solid #FF9933;
}
.border_color1_medium_top {
	border-top: 1px solid #FF9933;
}
.border_color1_medium_right_bottom {
	border-right: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
}
.border_color1_clear {
	border: 1px solid #FEEADD;
}
.border_color1_clear_top {
	border-top: 1px solid #FEEADD;
}
.border_color1_clear_left {
	border-left: 1px solid #FEEADD;
}
.border_color1_clear_right {
	border-right: 1px solid #FEEADD;
}
.border_color1_clear_bottom {
	border-bottom: 1px solid #FEEADD;
}
.border_color1_clear_no_top {
	border-right: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
}
.border_color1_clear_no_top_padding {
	border-right: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
	padding: 4px;
	margin: 4px;
}
.border_color1_clear_no_bottom {
	border-right: 1px solid #FEEADD;
	border-top: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
}
.border_color1_clear_no_right {
	border-top: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
	border-left: 1px solid #FEEADD;
}
.border_color1_clear_left_bottom {
	border-left: 1px solid #FEEADD;
	border-bottom: 1px solid #FEEADD;
}
.border_color2_dark {
	border: 1px solid #65679A;
}
.border_color2_dark_no_top {
	border-right: 1px solid #65679A;
	border-bottom: 1px solid #65679A;
	border-left: 1px solid #65679A;
}
.border_color2_dark_no_top_padding {
	border-right: 1px solid #65679A;
	border-bottom: 1px solid #65679A;
	border-left: 1px solid #65679A;
	padding: 4px;
	margin: 4px;
}
.border_color2_dark_top {
	border-top: 1px solid #65679A;
}
.border_color2_dark_bottom {
	border-bottom: 1px solid #65679A;
}
.border_color2_medium {
	border: 1px solid #9999CC;
}
.border_color2_medium_top {
	border-top: 1px solid #9999CC;
}
.border_color2_medium_bottom {
	border-bottom: 1px solid #9999CC;
}
.border_color2_medium_left {
	border-left: 1px solid #9999CC;
}
.border_color2_medium_left_right {
	border-left: 1px solid #9999CC;
	border-right: 1px solid #9999CC;
}
.border_color2_medium_bottom_right {
	border-bottom: 1px solid #9999CC;
	border-right: 1px solid #9999CC;
}
.border_color2_medium_top_bottom {
	border-top: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
}
.border_color2_medium_no_top {
	border-right: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
	border-left: 1px solid #9999CC;
}
.border_color2_medium_no_top_padding {
	border-right: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
	border-left: 1px solid #9999CC;
	padding: 4px;
	margin: 4px;
}
.border_color2_clear {
	border: 1px solid #EFEFFF;
}
.border_color2_clear_no_top {
	border-right: 1px solid #EFEFFF;
	border-bottom: 1px solid #EFEFFF;
	border-left: 1px solid #EFEFFF;
}
.border_black {
	border: 1px solid #000000;
}
.border_images {
	border: 1px solid #FF6600;
}

/*-----------------------------------SUBTITLES---------------------------------------*/
.subtitle_color1_dark {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF6600;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-left: 1px solid #FEEADD;
	border-top: 1px solid #FEEADD;
	border-right: 1px solid #FEEADD;
	text-transform:uppercase;
}
.subtitle_color1_medium {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF9933;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-left: 1px solid #FEEADD;
	border-top: 1px solid #FEEADD;
	border-right: 1px solid #FEEADD;
	text-transform:uppercase;
}
.subtitle_color2_dark {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #65679A;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-left: 1px solid #EFEFFF;
	border-top: 1px solid #EFEFFF;
	border-right: 1px solid #EFEFFF;
	text-transform:uppercase;
}
.subtitle_color2_medium {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #9999CC;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-left: 1px solid #EFEFFF;
	border-top: 1px solid #EFEFFF;
	border-right: 1px solid #EFEFFF;
	text-transform:uppercase;
}

/*-----------------------------------TEXTOS---------------------------------------*/
.txt_color1_dark {
	font-size: 11px;
	color: #FF6600;
}
.txt_color1_dark_big {
	font-size: 12px;
	color: #FF6600;
}
.txt_color1_dark_small {
	font-size: 9px;
	color: #FF6600;
}
.txt_color2_dark {
	font-size: 11px;
	color: #65679A;
}
.txt_color1_medium {
	font-size: 11px;
	color: #FF9933;
}
.txt_color2_dark_big {
	font-size: 12px;
	color: #65679A;
}
.txt_color2_dark_small {
	font-size: 10px;
	color: #65679A;
}
.txt_color2_medium {
	font-size: 11px;
	color: #9999CC;
}
.txt_small {
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.txt_small_indent {
	font-size: 10px;
	color: #000000;
	margin: 4px 4px 4px 6px;
	padding: 4px 4px 4px 6px;
}
.txt_small_justified {
	font-size: 10px;
	color: #000000;	
	text-align: justify;
	margin: 4px;
	padding: 4px;
}
.txt_small_italic {
	font-size: 10px;
	font-style: italic;
}
.txt_super_small {
	font-size: 9px;
}
.txt_small_upper_bold {
	font-size: 10px;
	font-weight: bold;
	color: #222222;
	text-transform:uppercase;
}
.txt_normal {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 4px;
	padding: 4px;
}
.txt_normal_small {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 4px;
	padding: 4px;
}
.txt_normal_indent {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 4px 4px 4px 6px;
	padding: 4px 4px 4px 6px;
}
.txt_normal_indent_justified {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	margin: 4px 4px 4px 6px;
	padding: 4px 4px 4px 6px;
}
.txt_normal_justified {
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	text-align: justify;
	margin: 4px;
	padding: 4px;
}
.txt_gray {
	font-size: 11px;
	color: #444444;
}
.txt_gray_bold {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}
.txt_gray_small {
	font-size: 10px;
	color: #444444;
}
.txt_gray_big {
	font-size: 12px;
	color: #444444;
}
.txt_gray_menu_left {
	font-size: 10px;
	color: #666666;
}
.txt_big {
	font-size: 12px;
	font-weight: normal;
}
.txt_white {
	font-size: 11px;
	color: #FFFFFF;
}

.txt_white_big {
	font-size: 12px;
	color: #FFFFFF;
}
.txt_white_small {
	font-size: 10px;
	color: #FFFFFF;
}
.txt_upper_bold {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform:uppercase;
}
.txt_actual_price {
	font-size: 11px;
	color: #FF9933;
}
.txt_actual_price_small {
	font-size: 10px;
	color: #FF9933;
}
.txt_offer_home_price_super_big {
	font-size: 25px;
	color: #fE0202;
}
.txt_offer_price {
	font-size: 11px;
	color: #fE0202;
}
.txt_old_price {
	font-size: 11px;
	color: #444444;
	text-decoration:line-through;
}
.txt_old_price_small {
	font-size: 10px;
	color: #000000;
	text-decoration:line-through;
}
.txt_old_price_color2_dark_small {
	font-size: 10px;
	color: #65679A;
	text-decoration:line-through;
}
.txt_old_price_color2_dark {
	font-size: 11px;
	color: #65679A;
	text-decoration:line-through;
}
.txt_hotel_prices {
	font-size: 12px;
	font-weight: bold;
}
.txt_site_path {
	font-size: 10px;
	color: #666666;
}
.txt_slogan_fact_sheet {
	font-size: 10px;
	color: #FFFFFF;
	font-weight:normal;
}
.txt_hotel_name_fact_sheet {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-transform:uppercase
}
/*-----------------------------------LINKS---------------------------------------*/
a.link_menu_top_white {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
a.link_menu_top_white:hover {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
a.link_menu_white {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 6px 5px;
	padding: 6px 5px;
}
a.link_menu_white:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 6px 5px;
	padding: 6px 5px;
}
a.link_menu_color1_dark {
	font-size: 10px;
	font-weight: bold;
	color: #FE6300;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
a.link_menu_color1_dark:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
a.link_menu_color2_dark {
	font-size: 10px;
	font-weight: bold;
	color: #65679A;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
a.link_menu_color2_dark:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px 4px;
	padding: 5px 4px;
}
a.link_color1_dark {
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
a.link_color1_dark:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a.link_color1_dark_underline {
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a.link_color1_dark_underline:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
a.link_color1_dark_underline_big {
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a.link_color1_dark_underline_big:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
a.link_color1_medium_underline {
	font-size: 11px;
	font-weight: normal;
	color: #FF9933;
	text-decoration: underline;
}
a.link_color1_medium_underline:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FF9933;
	text-decoration: none;
}
a.link_color2_dark {
	font-size: 11px;
	font-weight: normal;
	color: #65679A;
	text-decoration: none;
}
a.link_color2_dark:hover {
	font-size: 11px;
	font-weight: normal;
	color: #65679A;
	text-decoration: underline;
}
a.link_color2_dark_underline {
	font-size: 11px;
	font-weight: normal;
	color: #65679A;
	text-decoration: underline;
}
a.link_color2_dark_underline:hover {
	font-size: 11px;
	font-weight: normal;
	color: #65679A;
	text-decoration: none;
}
a.link_color2_dark_underline_big {
	font-size: 12px;
	font-weight: normal;
	color: #65679A;
	text-decoration: underline;
}
a.link_color2_dark_underline_big:hover {
	font-size: 12px;
	font-weight: normal;
	color: #65679A;
	text-decoration: none;
}
a.link_color2_medium {
	font-size: 11px;
	font-weight: normal;
	color: #9999CC;
	text-decoration: none;
}
a.link_color2_medium:hover {
	font-size: 11px;
	font-weight: normal;
	color: #9999CC;
	text-decoration: underline;
}
a.link_color2_medium_underline {
	font-size: 11px;
	font-weight: normal;
	color: #9999CC;
	text-decoration: underline;
}
a.link_color2_medium_underline:hover {
	font-size: 11px;
	font-weight: normal;
	color: #9999CC;
	text-decoration: none;
}
a.link_menu_left_category_off {
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	color: #65679A;
	text-decoration: none;
}
a.link_menu_left_category_off:hover {
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	color: #FF9933;
	text-decoration: none;
}
a.link_menu_left_category_on {
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	color: #FF9933;
	text-decoration: none;
}
a.link_menu_left_category_on:hover {
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	color: #FF9933;
	text-decoration: none;
}
a.link_menu_left_subcategory {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height:14px;
}
a.link_menu_left_subcategory:hover {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	line-height:14px;
}
a.link_white {  
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}
a.link_white:hover {  
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: underline;
}
a.link_white_underline {  
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: underline;
}
a.link_white_underline:hover {  
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}
a.link_white_small_underline {  
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: underline;
}
a.link_white_small_underline:hover {  
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
}
a.link_site_path {
	font-size: 10px;
	color: #666666;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: underline;
}
a.link_site_path:hover {
	font-size: 10px;
	color: #666666;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
a.link_black_bold {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.link_black_bold:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.link_gray {
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
a.link_gray:hover {
	font-size: 11px;
	color: #444444;
	text-decoration: underline;
}
a.link_gray_big {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
a.link_gray_big:hover {
	font-size: 12px;
	color: #444444;
	text-decoration: underline;
}
a.link_gray_underline {
	font-size: 11px;
	color: #444444;
	text-decoration: underline;
}
a.link_gray_underline:hover {
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}
a.link_gray_bold {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
a.link_gray_bold:hover {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
a.link_gray_bold_underline {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
a.link_gray_bold_underline:hover {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
a.link_offer_home {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
a.link_offer_home:hover {
	font-size: 10px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
a.link_black_bold_underline {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.link_black_bold_underline:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}	
a.link_black_bold_big {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.link_black_bold_big:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.link_black_bold_underline_big {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.link_black_bold_underline_big:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.link_black_small {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.link_black_small:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.link_black_small_indent {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding:1px;
}
a.link_black_small_indent:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	padding:1px;
}
a.link_black_normal {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.link_black_normal:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.link_black_underline {
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a.link_black_underline:hover {
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.link_black_underline_small {
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a.link_black_underline_small:hover {
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.link_black_underline_italic_small {
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
	font-style: italic;
}
a.link_black_underline_italic_small:hover {
	font-size: 10px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	font-style: italic;
}
a.link_black_underline_italic_super_small {
	font-size: 9px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
	font-style: italic;
}
a.link_black_underline_italic_super_small:hover {
	font-size: 9px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	font-style: italic;
}
a.link_black_underline_big {
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a.link_black_underline_big:hover {
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.link_black_big {
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
}
a.link_black_big:hover {
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-decoration: underline;
}
a.link_offers {
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.link_offers:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a.link_offers_small {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.link_offers_small:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a.link_offers_hotel_color1 {
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
	text-transform:uppercase;
	text-decoration: underline;
}
a.link_offers_hotel_color1:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FF9933;
	text-transform:uppercase;
	text-decoration: none;
}
a.link_offers_hotel_color2 {
	font-size: 10px;
	font-weight: bold;
	color: #65679A;
	text-transform:uppercase;
	text-decoration: underline;
}
a.link_offers_hotel_color2:hover {
	font-size: 10px;
	font-weight: bold;
	color: #65679A;
	text-transform:uppercase;
	text-decoration: none;
}
.button_color1_dark {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 22px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	background-image: url(/images/button_arrow_color1_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.button_color1_medium {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9933;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 22px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	background-image: url(/images/button_arrow_color1_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.button_color2_dark {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #65679A;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 25px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	background-image: url(/images/button_arrow_color2_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* The main calendar widget.  DIV containing a table. */
.calendar {  position: relative;  display: none;  border: 1px solid #E17331;  font-size: 11px;  color: #000;  cursor: default;  background: #FFF; font-family: tahoma,verdana,sans-serif;}

.calendar table {  border-top: 1px solid #E17331;  font-size: 11px;  color: #000;  cursor: default;  background: #FFF;  font-family: tahoma,verdana,sans-serif;}

.calendar td {  font-size: 10px;  font-family: tahoma,verdana,sans-serif;}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { text-align: center;  padding: 1px; border: 1px solid #FFB971; background: #FFB971;  }

.calendar .nav {  background: #FFB971; }

.calendar thead .title { font-weight: bold;  padding: 1px;  background: #E17331;  color: #fff;  text-align: center;}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */}

.calendar thead .daynames { /* Row <TR> containing the day names */}

.calendar thead .name { /* Cells <TD> containing the day names */ border-bottom: 1px solid #E17331;  padding: 2px;  text-align: center;  background: #FDF2E1;}

.calendar thead .weekend { /* How a weekend day name shows in header */ color: #f00;}

.calendar thead .hilite { /* How do the buttons in header appear when hover */ padding: 0px; border: 2px solid;  border-color: #FDF2E1 #E17331 #E17331 #FDF2E1; }

.calendar thead .active { /* Active (pressed) buttons in header */ padding: 2px 0px 0px 2px;   border: 2px solid;  border-color: #E17331 #FDF2E1 #FDF2E1 #E17331;}

/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */	 width: 2em;  text-align: right;  padding: 2px 2px 2px 2px;}
.calendar tbody .day.othermonth {  font-size: 80%;  color: #aaa;}
.calendar tbody .day.othermonth.oweekend { color: #faa;}

.calendar table .wn {  padding: 2px 3px 2px 2px;  border-right: 1px solid #E17331;  background: #FDF2E1;}

.calendar tbody .rowhilite td {  background: #d8e4e0;}

.calendar tbody .rowhilite td.wn {  background: #c8d4d0;}

.calendar tbody td.hilite { /* Hovered cells <TD> */ padding: 1px 1px 1px 1px;  border: 1px solid;  border-color: #fff #000 #000 #fff;}

.calendar tbody td.active { /* Active (pressed) cells <TD> */ padding: 2px 0px 0px 2px;  border: 1px solid;  border-color: #000 #fff #fff #000;}

.calendar tbody td.selected { /* Cell showing selected date */ font-weight: bold;  padding: 2px 0px 0px 2px;  border: 1px solid;  border-color: #000 #fff #fff #000;  background: #d8e0e4;}

.calendar tbody td.weekend { color: #f00;}

.calendar tbody td.today { font-weight: bold;  color: #00f;}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { visibility: hidden;}

.calendar tbody .emptyrow { display: none;}

/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */}

.calendar tfoot .ttip { background: #FDF2E1;  padding: 1px; background: #E17331;  color: #fff;  text-align: center;}

.calendar tfoot .hilite { /* Hover style for buttons in footer */ border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff; padding: 1px;  background: #d8e0e4;}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */ padding: 2px 0px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}

/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
  position: absolute;  display: none;  width: 4em;  top: 0px;  left: 0px;  cursor: default;  border: 1px solid;  border-color: #FDF2E1 #E17331 #E17331 #FDF2E1;  background: #FFB971;  font-size: 90%;  padding: 1px;}

.calendar .combo .label,
.calendar .combo .label-IEfix {  text-align: center;  padding: 1px;}

.calendar .combo .label-IEfix {  width: 4em;}

.calendar .combo .active {  background: #FDF2E1;  padding: 0px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}

.calendar .combo .hilite {  background: #048;  color: #aef;}

.calendar td.time {  border-top: 1px solid #000;  padding: 1px 0px;  text-align: center;  background-color: #FDF2E1;}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {  padding: 0px 3px 0px 4px;  border: 1px solid #889;  font-weight: bold;  background-color: #fff;}

.calendar td.time .ampm {  text-align: center;}

.calendar td.time .colon {  padding: 0px 2px 0px 3px;  font-weight: bold;}

.calendar td.time span.hilite {  border-color: #000;  background-color: #667;  color: #fff;}

.calendar td.time span.active {  border-color: #f00;  background-color: #000;  color: #0f0;}


table.tabs {
	border-top:1px #65679A solid;
	border-left:1px #65679A solid;
	padding-right:5px;
	margin-left:2px;
}

.tabs td {
	color:#65679A;
	background-color:#EFEFFF;
	height:20px;
	vertical-align:middle;
	text-align:center;
	border-right:1px #65679A solid;
}
.tabs td.selected {
	background-color:#65679A;
}
.tabs a {
	color:#65679A;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.tabs a:hover {
	text-decoration:underline;
}
.tabs td.selected a {
	color:#EFEFFF;
}

#lightbox{
	padding: 10px;
	position:relative;
	margin:0px auto;
	}
	
#lightboxContent{
	background-color:#FFF;
	border: 1px solid #65679A;
	padding: 10px;
	}	
#closeButton{ top: 10px; right: 10px; }

#overlay img{ border: none; }


/* baner de anuncios featured */
div#banner_announcement_featured {margin-bottom:3px; text-align:center;}
div#banner_announcement_featured img.banner {margin-bottom:5px; border:0px;}

.gg_ads {width:100%; text-align:center; margin-bottom:15px; padding-top:15px;}
