html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html
{
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
a:visited, a, a:link, a:focus
{
	border: 0px;
	outline: 0px;
	color: #000;
	text-decoration: none;
}

html
{
	width: 100%;
	height: 100%;
}

@font-face {
    font-family: 'GothamBook';
    src: url('gotham-book-webfont.eot');
    src: url('gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-book-webfont.woff') format('woff'),
         url('gotham-book-webfont.ttf') format('truetype'),
         url('gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('gotham-bold-webfont.eot');
    src: url('gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gotham-bold-webfont.woff') format('woff'),
         url('gotham-bold-webfont.ttf') format('truetype'),
         url('gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	font-size: 10px;
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
	color: #7e8487;
	background: #FFFFFF;
	overflow: hidden;
}

#main
{
	/*width: 100%;
	height: 100%;
	min-width: 960px;
	min-height: 720px;*/
}

.topblock
{
	width: 100%;
	background: #000;
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
}

.topwrapper
{
	width: 960px;
	height: 45px;
	overflow: hidden;
}

.contentBlock
{
	position: relative;
	overflow: hidden;
	width: 960px;
}

.bottomBlock
{
	margin-top: -230px;
	overflow: hidden;
}

.container
{
	width: 100%;
}

.ie7 .container
{
	position: absolute;
}

.holder
{
	min-height: 100%;
	overflow: hidden;
}

/**
 * @area Languages flags
 */
.languagesWrapper
{
	float: right;
	text-transform: uppercase;
}

#languageLabel
{
	color: #aeb8be;
	line-height: 42px;
	margin-right: 5px;
	float: right;
	text-align: right;
	width: 160px;
}

.languages
{
	top: 10px;
	left: 0;
	position: absolute;
}

.languages ul
{
}

.languages li
{
	display: inline;
}

.languages li a
{
	font-size: 10px;
	font-family: "GothamBold";
	color: #aeb8be;
	background: url("../portopalacio_hotel_bin/lang_sep.png") no-repeat right center;
	padding: 0 8px 0 5px;
	text-transform: uppercase;
}

.languages li:last-child a
{
	background: none;
	padding-right: 0;
}

.languages li:first-child a
{
	padding-left: 0;
}

.languages a:hover, .languages .active
{
	color: #7e8487;
}

/**
 * @area Hotel logo
 */
.top
{
	position: fixed;
	top: 0;
	left: 30px;
	border-bottom: 1px solid #d6dbde;
	background: #ffffff;
	z-index: 999;
}

.hotellogo
{
	clear: both;
	margin: 40px 0 47px;
}

.hotellogo a img
{
	border: none;
}

.hotellogo a span
{
	display: block;
	text-indent: -9999px;
	height: 0;
}

/**
 * @area Quicklinks
 */
.quicklinks
{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 33%;
	z-index: 70;
	background: url("../portopalacio_hotel_bin/qlinks_bg.png") no-repeat 0 0;
}

.quicklinks ul
{
	padding: 10px 0;
	background: url("../portopalacio_hotel_bin/qlinks_bg.png") no-repeat 0 bottom;
	overflow: hidden;
}

.quicklinks li
{
	float: left;
	width: 100%;
	margin: 0 0 5px;
}

.quicklinks li a
{
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 2px 5px;
	font-family: "GothamBold";
}

.quicklinks li a:hover
{
	background: #FFFFFF;
	color: #7e8487;
}

/**
 * @area Central block
 */
#contentBlock
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	z-index: 0;
}

/**
 * @area Navigation menu
 */
.navigation
{
	overflow: hidden;
	border-bottom: 1px solid #d6dbde; 
}

.navigation ul
{
	margin: 15px 0;
}

.navigation li
{
	display: block;
	margin: 5px 0;
}

.navigation li a
{
	text-decoration: none;
	font-size: 14px;
	color: #aeb8be;
	text-transform: uppercase;
}

.navigation li.active a, .navigation li.active a:hover
{
	color: #7e8487;
}

.navigation li a:hover
{
	color: #7e8487;
}

/**
 * @area Sidebar
 */
.leftColumn
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 220px;
	padding: 160px 30px 20px;
}

.centralColumn
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 325px;
}

.wrapper
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 280px;
}

.rightColumn
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 325px;
	height: 100%;
}

.sidebarWrapper
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 70;
}

#sidebarToggle
{
	display: none;
	width: 30px;
	height: 248px;
	margin: 155px 0 0;
	overflow: hidden;
	/* animation */
	-webkit-transition-property: width;
	-moz-transition-property: width;
	-o-transition-property: width;
	-ms-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.45s;
	-moz-transition-duration: 0.45s;
	-o-transition-duration: 0.45s;
	-ms-transition-duration: 0.45s;
	transition-duration: 0.45s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#toggleSidebar
{
	width: 30px;
	height: 248px;
	background: url("../portopalacio_hotel_bin/sidebar_toggle.png") no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

.show #toggleSidebar
{
	background: url("../portopalacio_hotel_bin/close.png") no-repeat 0 0;
	width: 21px;
	height: 19px;
	margin: 20px 0 0 20px;
}

#sidebarToggle h1
{
	color: #ffffff;
	font-size: 20px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: "GothamBold";
	border-bottom: 1px solid #ffffff;
	padding-bottom: 15px;
	margin: 65px 20px 0;
	font-weight: normal;
}

#main .visible
{
	display: block;
}

#main .show
{
	width: 220px;
	height: 100%;
	background: url("../portopalacio_hotel_bin/sidebar_bg.png") repeat 0 0;
	margin: 0;
}

#sidebar
{
	clear: both;
	text-align: left;
	width: 180px;
	padding: 15px 20px;
	color: #ffffff;
	text-shadow: -1px -1px 0 #979ea1;
	display: none;
}

.show #sidebar
{
	display: block;
}

/**
 * @area Flash container
 */
.flashContainer
{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.flashContainer .banner_gallery
{
	width: 100%;
	height: 100%;
	display: block;
	background-image: url("../portopalacio_hotel_bin/banner_gallery.jpg");
}

.playbutton
{
	display: block;
	text-indent: -9999px;
	background: url("../portopalacio_hotel_bin/playbutton.png") no-repeat 0 0;
	width: 93px;
	height: 67px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -46px;
}

.banner_gallery:hover .playbutton
{
	background-position: 0 -67px;
}

.flashContainer .banner_gallery
{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.hotelgallery .gcb_container
{
	display: none;
}

.flashContainer .gcb_image_current, .flashContainer .gcb_image_next
{
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.flashContainer .bannerImage img
{
	width: 100%;
	height: auto;
}

.flashContainer .gcb_image_legend
{
	font-family: "GothamBold", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 24px;
	width: 35%;
	bottom: auto;
	top: 155px;
	left: 30px;
	/*border-top: 1px solid #ffffff;
	padding-top: 15px;*/
}

.flashContainer .gcb_navigation
{
	width: 40px;
	top: 60px;
	right: auto;
	left: 960px;
	z-index: 9999;
}

.flashContainer .gcb_navigation_paginator
{
	display: none;
}

.flashContainer .gcb_navigation_arrow
{
	background: #BCBBAE url("../portopalacio_hotel_bin/banner_arrows.png") no-repeat;
	width: 20px;
	height: 20px;
}

.flashContainer .gcb_navigation_arrow:hover
{
	background-color: #a4a395;
}

.flashContainer .previous
{
	background-position: center -20px;
}

.flashContainer .gcb_container:hover .previous
{
	background-position: center -20px;
}

.flashContainer .gcb_navigation:hover .previous:hover
{
	background-position: center -60px;
}

.flashContainer .next
{
	float: right;
	background-position: center 0;
	border-radius: 0 2px 2px 0;
}

.flashContainer .gcb_container:hover .next
{
	background-position: center 0;
}

.flashContainer .gcb_navigation:hover .next:hover
{
	background-position: center -40px;
}

.flashContainer .gcb_container:hover .previous, .flashContainer .gcb_container:hover .next,
.flashContainer .gcb_container:hover .gcb_navigation_paginator
{
	opacity: 1;
	filter: alpha(opacity=100);
}


/**
 * @area Page content
 */
.content
{
	line-height: 18px;
	padding: 160px 40px 15px 0;
}

.contentBottom
{
	background: #ffffff;
	width: 95%;
	height: 10px;
	position: absolute;
	bottom: 0;
	z-index: 90;
}

.title
{
	position: fixed;
	top: 0;
	left: 280px;
	width: 295px;
	height: 125px;
	border-bottom: 1px solid #d6dbde;
	padding: 15px 0;
	z-index: 1;
	background: #ffffff;
}

#main .title h1
{
	position: absolute;
	bottom: 15px;
	display: block;
}

.content h1, .content h2, .content h3
{
	color: #aeb8be;
	text-transform: uppercase;
	font-family: "GothamBold";
	font-weight: normal;
	clear: both;
	float: left;
	width: 100%;
}

.content h1
{
	font-size: 26px;
	line-height: 24px;
}

.content h1:first-of-type
{
	display: none;
}

.content h2
{
	font-size: 18px;
	margin: 15px 0px 10px;
}

.content h3
{
	font-size: 16px;
	margin: 10px 0px 5px;
}

.content p
{
	font-size: 12px;
	text-align: justify;
	position: relative;
	margin: 0px 0px 8px;
	clear: both;
}

.content b, .content strong
{
	font-weight: normal;
	font-family: "GothamBold";
}

.content iframe
{
	position: relative;
	z-index: 0;
}

.content a
{
	text-decoration: underline;
	color: #aeb8be;
}

.content a:hover
{
	color: #7e8487;
}

.content ul, .content ol
{
	float: left;
	margin: 10px 0 0;
	padding-left: 15px;
	clear: both;
	width: 100%;
}

.content ol
{
	margin: 0px 0px 0px 20px;
}

.content ul li
{
	font-size: 11px;
	text-align: left;
	float: left;
	width: 100%;
	list-style: disc;
}

.content ol li
{
	list-style: decimal;
	font-size: 11px;
	padding-left: 5px;
	margin-left: 15px;
}

/**
 * @area Bottom block
 */
/* social media icons on footer */
.socialmedia
{
	height: 27px;
	margin: 15px 0 0;
}

.socialmedia li
{
	float: left;
	background: url("../portopalacio_hotel_bin/socialmedia_ic.png") no-repeat;
	width: 27px;
	height: 27px;
	margin: 0 10px 0 0;
}

.socialmedia li a
{
	display: block;
	text-indent: -9999px;
	line-height: 27px;
}

.socialmedia .facebook
{
	background-position: 0 0;
}

.socialmedia .facebook:hover
{
	background-position: -27px 0;
}

.socialmedia .tripadvisor
{
	background-position: 0 -27px;
}

.socialmedia .tripadvisor:hover
{
	background-position: -27px -27px;
}

.footerMenu
{
	line-height: 10px;
	background: url("../portopalacio_hotel_bin/footer_menu_bg.png") no-repeat -107px 0;
	clear: both;
	margin: 15px 0;
	padding: 10px 0 0;
}

.footerMenu ul
{
	padding: 0 0 10px;
	background: url("../portopalacio_hotel_bin/footer_menu_bg.png") no-repeat -107px bottom;
	margin: 0;
	overflow: hidden;
}

.footerMenu li
{
	float: left;
	width: 50%;
	line-height: 12px;
}

.footerMenu li a
{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	font-weight: normal;
	color: #aeb8be;
}

.footerMenu a:hover
{
	color: #7e8487;
}

address
{
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 12px;
	float: left;
	width: 100%;
	color: #aeb8be;
}

address .email {
	text-transform: lowercase;
}

.sonaelogo
{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;
}

.leadinghw
{
	background: url("../portopalacio_hotel_bin/leadinghw_logo.png") no-repeat center;
	width: 50%;
	height: 55px;
	float: left;
	text-indent: -9999px;
	display: none;
}

/**
 * Css file for the page gadgets
 */
/**
 * @area RoomTypes
 */
.roomContainer
{
	clear: both;
	float: left;
	padding-top: 15px;
	margin: 15px 0 0 2px;
	border-top: 1px dashed #d6dbde;
	position: relative;
	width: 100%;
}

.ie7 .roomContainer
{
	width: 95%;
}

.roomContainer .roomName
{
}

.roomContainer .roomName h2
{
	margin: 0;
	line-height: 20px;
}

.roomContainer .minRate
{
	display: none;
}

.roomContainer .minRate h3
{
	margin: 0;
}

.roomContainer .roomPhoto, #main .content .roomPhoto
{
	clear: both;
    float: left;
    margin: 10px 0 0;
    width: 100%;
    position: relative;
    min-height: 140px;
}

#main .content .roomPhoto .pgContainer .pgImage
{
	width: 280px;
	height: 140px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #B2B2B2;
	-moz-box-shadow: 0 0 5px #B2B2B2;
	-webkit-box-shadow: 0 0 5px #B2B2B2;
	background: #FFFFFF;
}

.roomContainer .pgImage a
{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	/* animation */
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.ie7 .roomContainer .pgImage a, .ie8 .roomContainer .pgImage a
{
	background-position: 0 30%;
}

.roomContainer .pgImage a.loaded
{
	opacity: 1;
}

#main .roomContainer .pgImage a > img
{
	display: none;
}

.roomContainer .roomPhoto img, #main .roomPhoto .pgContainer .pgImage a img
{
	width: 150px;
	height: 150px;
}

.roomContainer .roomDescription
{
	width: 100%;
	margin: 10px 0 0;
	clear: both;
}

.roomContainer .roomPhoto label
{
	position: absolute;
	bottom: 10px;
	left: 250px;
	width: 21px;
	height: 19px;
	background: url("../portopalacio_hotel_bin/clickto_ic.png") no-repeat 0px 0px;
	display: block;
	text-indent: -9999px;
}

.roomContainer .roomDescription p
{
}

.roomContainer .roomDescription ul
{
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
}

.roomContainer .roomDescription li
{
	font-size: 11px;
	line-height: 16px;
	width: auto;
	background: none;
	list-style: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px 7px 0px 0px;
}

.ie7 .roomContainer .roomDescription li
{
	padding-right: 15px;
	margin-left: 0px;
	white-space: nowrap;
}

/* Room type promotions description */
.floatfixer
{
	clear: both;
	height: 10px;
}

.roomContainer .promotions-termsActions
{
	clear: both;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger
{
	margin-bottom: 15px;
}

.roomContainer .promotions-termsActions .promotions-bgLink
{
	background: #aeb8be;
	font-size: 14px;
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0;
	padding: 0 6px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	float: none;
	clear: both;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.roomContainer .promotions-termsActions .promotions-bgLink:hover
{
	background: #5d646a;
}

.roomContainer .promotions-termsContent
{
	position: absolute;
	bottom: 25px;
	left: 0;
	background: #FFFFFF;
	width: 60%;
	padding: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.roomContainer .promotions-termsContent .promotions-closeTermsShell
{
	padding: 0px 10px 0px 1px;
}

.roomContainer .promotions-termsContent .promotions-closeTerms
{
	color: #05080A;
}

.roomContainer .promotions-termsContent .promotions-termsText
{
	line-height: 14px;
	color: #05080A;
}

.roomContainer .promotions-termsContent .promotions-canceltext
{
}

/**
 * @area Picture Gallery gadget
 */
#pg .pgContainer
{
	text-align: left;
	float: left;
	width: 100%;
	margin: 0 0 20px 2px;
	clear: both;
}

.pgImage
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #B2B2B2;
	-moz-box-shadow: 0 0 5px #B2B2B2;
	-webkit-box-shadow: 0 0 5px #B2B2B2;
	background: #FFFFFF;
}

#pg .pgContainer .pgImage
{
	float: left;
	width: 140px;
	height: 100px;
	margin-right: 15px;
}

#pg .pgContainer .pgImage img
{
}

#pg .pgContainer .pgText
{
	text-align: left;
	line-height: 14px;
	font-size: 10px;
	margin: 8px 0px 0px;
}

#pg .pgContainer .pgText strong
{
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase
}

/**
 * @area Meetings and Events
 */
#meetingandevents
{
}

#meetingandevents p
{
	clear: both;
}

.content #meetingandevents h3
{
	margin: 10px 0px 0px;
	background: url("../portopalacio_hotel_bin/content_sep.png") repeat-x bottom;
    padding-bottom: 20px;
}

#meetingandevents ul
{
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    width: 610px;
    background: url("../portopalacio_hotel_bin/content_sep.png") repeat-x bottom;
    padding-bottom: 20px;
}

#meetingandevents ul li
{
	font-weight: normal;
	background: none;
	padding: 0px;
	margin: 5px 0px 0px;
	letter-spacing: 0px;
	line-height: 13px;
	float: none;
	width: auto;
}

#meetingandevents ul li img
{
	width: 24px;
}

/**
 * @area Promotions gadget
 */
.promotionsgadget
{
	cursor: pointer;
	margin: 10px 0;
	width: 180px;
	position: relative;
	clear: both;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}

.prgWrapper
{
	padding: 125px 0 30px;
}

.promotionsgadget .prgTitle
{
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.promotionsgadget .prgImgWrapper
{
	width: 180px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #B2B2B2;
	-moz-box-shadow: 0 0 5px #B2B2B2;
	-webkit-box-shadow: 0 0 5px #B2B2B2;
}

.promotionsgadget .prgImage
{
	width: 220px;
	height: 220px;
	margin-top: -80px;
}

.promotionsgadget .prgClick
{
	font-size: 11px;
	font-family: "GothamBold";
	line-height: 10px;
	text-transform: uppercase;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: auto;
	height: 16px;
	line-height: 16px;
	background: url("../portopalacio_hotel_bin/more.png") no-repeat right -23px;
	padding: 0 20px 0 0;
}

.promotionsgadget .prgDescription
{
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	font-family: Gerogia, "Times New Roman", Times, serif;
	padding: 10px 0 0;
}

/* promotions on content */
.content .promotionsgadget .prgClick
{
	background-position: right -4px;
}

/* Promotions banner */

#main .flashContainer .promotionsgadget
{
	bottom: 30px;
	left: 30px;
	width: 50%;
	color: #000;
	padding: 0;
	border-bottom: none;
	border-top: 1px solid #ffffff;
}

#main .flashContainer .promotionsgadget .prgWrapper
{
	margin: 1px 0 0;
	background: #ffffff;
	padding: 20px 20px 45px;
}

#main .flashContainer .promotionsgadget .prgImgWrapper
{
	display: none;
}

#main .flashContainer .prgTitle
{
	font-family: "GothamBold";
	font-size: 28px;
	line-height: 26px;
}

#main .flashContainer .prgClick
{
	margin-left: 20px;
	background-position: right -4px;
}

#main .flashContainer .prgDescription
{
	font-size: 18px;
	line-height: 18px;
}

/**
 * @area Weather gadget
 */
.contentBlock .weatherGadget
{
	float: left;
	width: 220px;
	height: auto;
	position: relative;
	border: none;
	padding: 0;
	margin: 10px 0;
}

.contentBlock .weatherGadget .wgImageNode
{
}

.contentBlock .weatherGadget .wgImageNode img
{
	width: 28px;
	height: auto;
}

.contentBlock .weatherGadget .wgTemperatureNode
{
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0 0 10px;
	width: 70px;
	float: left;
}

/**
 * @area TripAdvisor gadget
 */
.tasidebar
{
	float: left;
	width: 180px;
	margin: 10px 0px;
	overflow: hidden;
	background: #ffffff url("../portopalacio_hotel_bin/tripadvisor_logo.png") no-repeat 10px 10px;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #B2B2B2;
	-moz-box-shadow: 0 0 5px #B2B2B2;
	-webkit-box-shadow: 0 0 5px #B2B2B2;
}

.tasidebarwrapper
{
	padding: 60px 10px 10px;
}

table#TA_mini_pane
{
}

#TA_Container, .TA_rtable td
{
	border: 0;
	padding: 5px 0;
}

#sidebar #TA_mini_pane a
{
	color: #7e8487;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	text-shadow: none;
}

#sidebar #TA_mini_pane a:hover
{
	color: #aeb8be;
}

.tasidebar img
{
	display: none;
}

.tasidebar #TA_mini_pane img
{
	margin-bottom: 0px;
	width: 75px;
	height: 19px;
	display: block;
}

#sidebar #TA_mini_pane a
{
	width: auto;
	float: none;
}

.content .TA_rtable td, .content #TA_Container
{
	border: none;
	padding: 0;
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
}

.content #TA_Container .TA_rtable td img
{
	display: none;
}

.content .TA_rdesc
{
}

.content .TA_rdate, .content .TA_ruser
{
	font-weight: normal;
	font-family: "GothamBold";
}

.content .TA_rname
{
	color: #aeb8be;
	text-transform: uppercase;
	font-family: "GothamBold";
	font-weight: normal;
	clear: both;
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 10px 0px 5px;
	text-decoration: none;
}

.content #TA_Link
{
	display: none;
}

.content #TA_Header
{
	text-align: left;
	margin: 40px 0px 10px 90px;
}

.content #TA_Flags2
{
	display: none;
}

.content #TA_Header
{
	display: none;
}

/* Tripadvisor badge */
.TA_rated
{
	display: none;
}

.hotel .TA_rated, .home .TA_rated
{
	display: block;
}

.leftColumn #CDSWIDFRR
{
	margin: 10px 15px;
}

/**
 * @area Contact us form v3
 */
.contactFormContainer, .content form
{
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 10;
}

#main #contacts_form p, .content form div
{
	font-size: 12px;
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
}

#main #contacts_form p label
{
	font-size: 9px;
}

#main #contacts_form input, .content form input,
#main #contacts_form select, .content form select,
#main #contacts_form textarea, .content form textarea
{
	border: 1px solid #e4e4e0;
	background: #F5F5F3;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0 0 5px;
}

#main #contacts_form input, .content form input, #main #contacts_form textarea, .content form textarea
{
	padding: 4px 2px;
	width: 94%;
}

#main #contacts_form select, .content form select
{
	padding: 4px 2px;
	width: 96%;
	-webkit-appearance: none;
}

.webkit #main #contacts_form select, .webkit .content form select
{
	background: #F5F5F3 url("../portopalacio_hotel_bin/dropdown_webkit.png") no-repeat right center;
}

#main #contacts_form #reservationFields
{
	clear: both;
}

#main #contacts_form #fcheckinShell, #main #contacts_form #cbnrnightsShell, #main #contacts_form #cbnradultsShell, #main #contacts_form #cbnrchildrenShell
{
	width: 115px;
}

#main #contacts_form #cbnrnights, #main #contacts_form #cbnradults, #main #contacts_form #cbnrchildren
{
	width: 60px;
}

#main .content #contacts_form #ckbnotifyme
{
	width: auto;
}

#main #contacts_form #fcheckin
{
    width: 75px;
    text-align: center;
}

#main #contacts_form input[type="submit"], .content form input[type="submit"]
{
	background: #aeb8be;
	font-size: 14px;
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal !important;
	text-align: center;
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0;
	padding: 0 6px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	float: none;
	clear: both;
	cursor: pointer;
	border: none;
	width: 96%;
}

#main #contacts_form input[type="submit"]:hover, .content form input[type="submit"]:hover
{
	background: #5d646a;
}

/**
 * @area Booking gadget
 */
.bookingGadget
{
	clear: both;
	position: relative;
	z-index: 100;
	margin-bottom: 230px;
}

.bookingGadget .gc_sh *
{
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
}

.bookingGadget .gc_sh .gc_horizontalSh
{
	padding: 0;
	width: auto;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandTitle
{
	font-size: 14px;
	color: #7e8487;
	font-family: "GothamBold";
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	border: none;
	border-bottom: 1px solid #d6dbde;
	width: 100%;
	text-align: left;
	line-height: 25px;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandDate
{
	margin: 5px 0 10px;
	padding: 0;
	width: 50%;
}

.bookingGadget .gc_sh .gc_horizontalSh .checkinLabel, .bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNightsLabel
{
	float: left;
	width: 100%;
	font-size: 10px;
	color: #7e8487;
	text-align: left;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandCalendarShell, .bookingGadget .gc_sh .gc_horizontalSh .yui-menu-button
{
	top: 0;
}

.bookingGadget .gc_sh .startDay
{
	border: none;
	background: #FFFFFF;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	height: 19px;
	width: 65px;
	padding: 0px 8px;
	margin: 0px;
	line-height: 19px;
	text-align: center;
	color: #000;
	box-shadow: inset 2px 0 3px #ccc;
	-moz-box-shadow: inset 2px 0 3px #ccc;
	-webkit-box-shadow: inset 2px 0 3px #ccc;
}

.bookingGadget .gc_sh .shortHandCalendarIcon
{
	background: #FFFFFF url("../portopalacio_hotel_bin/dropdown.png") no-repeat center;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	width: 20px;
	height: 19px;
	margin: 0px;
}

.bookingGadget .gc_sh .gc_horizontalSh .yui-calcontainer
{
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 6px;
}

.bookingGadget .gc_sh .yui-calcontainer .calheader
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNights
{
	margin: 5px 0 10px;
	padding: 0;
	width: 50%;
}

.bookingGadget .gc_sh .yui-menu-button button
{
	background: #FFFFFF url("../portopalacio_hotel_bin/dropdown.png") no-repeat right center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 50px;
	height: 19px;
	border: none;
	color: #000;
	box-shadow: inset 2px 0 3px #ccc;
	-moz-box-shadow: inset 2px 0 3px #ccc;
	-webkit-box-shadow: inset 2px 0 3px #ccc;
}

.bookingGadget .gc_sh .yuimenu .bd
{
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.bookingGadget .gc_sh a
{
	color: #808184;
}

.bookingGadget .gc_sh .yuimenu li
{
	line-height: 16px;
	text-align: center;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandButton,
.ie7 .bookingGadget .gc_sh .gc_horizontalSh .shortHandButton
{
	display: block;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
	border-bottom: 1px solid #d6dbde;
	float: none;
}

.bookingGadget .gc_sh .shortHandCheckRates
{
	background: #5d646a;
	font-size: 14px;
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	width: 160px;
	height: 26px;
	line-height: 26px;
	margin: 5px 0 0;
	padding: 0;
	color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bookingGadget .gc_sh .shortHandCheckRates:hover
{
	background: #7e8487;
}

.ie7 .bookingGadget .gc_sh .shortHandCheckRates
{
	line-height: 16px;
}

/**
 * @area sidebar gadget
 */
 #sidebar p, #sidebar a, #sidebar h1, #sidebar h2, #sidebar h3
 {
 	clear: both;
 	width: 180px;
 }

#sidebar p
{
	line-height: 14px;
	font-size: 11px;
}

#sidebar a
{
	text-decoration: underline;
	float: left;
	color: #FFFFFF;
}

#sidebar a:hover
{
	color: #bcbbae;
	text-decoration: none;
}

/* trying to fixe the newsletter img margin */
#sidebar a img
{
}

#sidebar h1, #sidebar h2, #sidebar h3
{
	font-weight: normal;
}

#sidebar h1
{
	font-size: 16px;
	margin: 10px 0;
}

#sidebar h2
{
	font-size: 14px;
	font-family: "GothamBold";
	margin: 10px 0 5px;
	text-transform: uppercase;
}

#sidebar h3
{
	font-size: 12px;
	margin: 10px 0 5px;
}

/* New footer seals Nov2010 */
#seals
{
	background: url("../portopalacio_hotel_bin/powered.png") no-repeat 30px 0;
	width: 100%;
	height: 19px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99999;
}

#seals:hover {
	background: url("../portopalacio_hotel_bin/footer_seals_bg.jpg") repeat-x 0 0;
	height: 30px;
}

#seals:hover .sealsHolder {
	display: block;
}

.sealsHolder
{
	min-width: 960px;
	display: none;
}

.security
{
	width: 285px;
	height: 30px;
	float: right;
	margin-right: 10px;
}

.powered
{
	width: 345px;
	height: 30px;
	float: left;
	margin-left: 20px;
}

/* google map */
.hoteldirections .quicklinks, .hoteldirections .gcb_container
{
	display: none;
}

.map
{
	width: 100%;
	height: 100%;
}

#map_canvas
{
}

#GoogleMapGadget
{
	color: #000;
	text-shadow: none;
	font-size: 11px;
	line-height: 14px;
	clear: both;
}

.content .dirLink
{
	display: block;
} 

/* facebook internal widget */
#sidebar .facebookLikeBox
{
	float: left;
	width: 180px;
	height: 72px;
	overflow: hidden;
	margin: 10px 0px;
}

#sidebar .facebookLikeBox iframe
{
	width: 193px !important;
	margin: -11px 0px 0px -11px;
}

/*
** ImageLink widget
**/
.imagelinkgadget
{
	float: left;
	margin: 15px 0;
	position: relative;
	display: none;
}

.large-image
{
	width: 100%;
	clear: both;
}

.medium-image
{
	width: 45%;
	margin-right: 2.5%;
}

.small-image
{
	width: 30.8%;
	margin-right: 2.5%;
}

.small-image a
{
	display: none;
}

.imgImageWrapper
{
	float: left;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 5px #B2B2B2;
	-moz-box-shadow: 0 0 5px #B2B2B2;
	-webkit-box-shadow: 0 0 5px #B2B2B2;
	margin: 0 15px 0 0;
	position: relative;
}

.small-image .imgImageWrapper
{
	margin: 0 0 25px;
}

.medium-image .imgImageWrapper img, .medium-image .imgImageWrapper
{
	width: 135px;
	height: 180px;
}

.small-image .imgImageWrapper img, .small-image .imgImageWrapper
{
	width: 208px;
	height: 104px;
}

.large-image .imgImageWrapper img, .large-image .imgImageWrapper
{
	width: 647px;
	height: 200px;
	margin: 0;
}

.imgTitle
{
	color: #858474;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	margin: 15px 0 0;
}

.small-image .imgTitle
{
	clear: both;
}

.large-image .imgTitle, .large-image .imgDescription
{
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	margin: 0;
	right: 1px;
}

.ie7 .large-image .imgTitle, .ie7 .large-image .imgDescription,
.ie8 .large-image .imgTitle, .ie8 .large-image .imgDescription
{
	background: url("../portopalacio_hotel_bin/transp_75fff.png") repeat;
}

.large-image .imgTitle
{
	top: 1px;
	left: 1px;
	padding: 15px 15px 5px;
}

.large-image .imgDescription
{
	top: 37px;
	left: 0;
	padding: 5px 15px 15px;
}

.large-image a
{
	display: none;
}

.large-image .imgLink
{
	float: right;
	clear: both;
	margin: 5px 0 0;
}

#main .large-image .imgLink a
{
	position: relative;
	left: auto;
	bottom: auto;
	text-align: right;
	margin: 0;
	background-color: none;
}

.imgDescription
{
	font-family: Gerogia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 5px 0 0;
}

#main .imgLink a
{
	background: url("../portopalacio_hotel_bin/clickto_ic.png") no-repeat 0 0;
	color: #BCBBAE;
	line-height: 16px;
	height: 16px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-family: "GothamBook", Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 10px;
	display: inline-block;
	position: relative;
	bottom: auto;
	left: auto;
	margin: 15px 0 0;
}

#main .imgLink a:hover
{
	color: #a4a395;
}

.ie7 #main .imgLink a
{
	display: inline;
}

#main .small-image .imgLink a
{
	left: 0;
}

.imgElement
{
	background: url("../portopalacio_hotel_bin/element.png") no-repeat 0 0;
	width: 75px;
	height: 61px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -37px;
}

/*
 * @media queries
 */
@media all and (max-height: 700px) {
	.footerMenu {
		display: none;
	}
	address {
		margin-top: 20px;
	}
}

/*
 * Best price guaranteed
 */
.content .bar {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 65px;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
}

.lang-pt .content .bar, .lang-es .content .bar {
	background: url("../portopalacio_hotel_bin/bar_pt.png") no-repeat 0 0;
}

.lang-en .content .bar, .lang-fr .content .bar, .lang-de .content .bar {
	background: url("../portopalacio_hotel_bin/bar_en.png") no-repeat 0 0;
}


/* TripAdvisor widget */

.rightColumn .TA_certificateOfExcellence, .TA_excellent {
	position: absolute;
	right: 20px;
	z-index: 49;
}

.rightColumn .TA_certificateOfExcellence {
	bottom: 20px;
}

.rightColumn .TA_excellent {
	bottom: 170px;
}

.bestDestinationlogo {
	position: absolute;
	top: 7px;
	left: 80px;
	z-index: 100;
}


