/* CSS FILE */
/****** PREFIX *********************/


/****** POSITIONS / CONTENT ********/

* {
	padding: 0;
	margin: 0;
}
img{
	border: none;
}
html, body {
	height: 100%;
	background-repeat:repeat-x;
}
body {
	font-family: Helvetica, "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 75%;
	background: #000000 url(../images/back.jpg) top center no-repeat fixed !important;
	/*color: #b49f77;*/
	color: #D4B18C;
}
a{
	/*color: #b49f77;*/
	color: #D4B18C;
	outline: none;
}
a:hover{
	text-decoration: none;
}
h1{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.clear{
	clear: both;
}
.checklink{
	padding: 50px 0px 0px 0px;
}
#gpa_container {
	position:relative;
	min-height: 100%;
	width: 1002px;
	z-index:5;
	background: url(../images/tirapx.png);
	margin: 0 auto;
	padding-bottom: 30px;
}
* html #gpa_container {
	height: 100%;
}
#gpa_content {
	float:right;
	width:250px;
	margin-top:550px;
	width:789px;
	padding-right:13px;
	text-align:justify;
	position: relative;
	min-height: 350px;
	line-height: 17px;
	padding-bottom: 30px;
}
#gpa_header{
	/*background: url(../images/logoswtop.png) no-repeat center 10px;*/
	height: 120px;
	position: relative;
}

/****** FLAGS / TIME / WEATHER *****/

#gpa_header > .right{
	position: absolute;
	height: 40px;
	bottom: 27px;
	right: 13px;
	font-size: 10px;
	width: 300px;
	text-align: right;
}
.right .inline, .right .inline div{
	display: inline;
}
.rawimages{
	text-align: right;
}
.rawimages span{
	padding: 0px 2px;
}
#liveclock_v0 > div{
	padding: 0px 5px;
}
.flags{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
}

/****** NAME OF HOTEL **************/

#gpa_header > .left{
	position: absolute;
	height: 28px;
	width: 170px;
	bottom: 27px;
	left: 13px;
	background: url(../images/hotel_gloria_palace_amadores.png) top center no-repeat;
}

/****** MENU ***********************/

#gpa_menu{
	float: left;
	width: 180px;
	padding-top: 117px;
	padding-left: 13px;
}
#gpa_menu ul{
	list-style: none;
}
#gpa_menu li{
	background: url(../images/bg_menu.png) no-repeat bottom left;
}
#gpa_menu a{
	color: #e7e7e8;
	text-decoration: none;
	display: block;
	line-height: 23px;
}
#gpa_menu a:hover{
	color: #fff;
}
#gpa_menu li.active a{
	font-weight: bold;
	color: #fff;
}

/****** ROTATOR ********************/

#gpa_rotator{
	position: absolute;
	top: 120px;
	right: 13px;
}

/****** LEFTSIDE *******************/

#gpa_left{
	display: block;
	float: left;
	position: relative;
	width: 180px;
	padding-left: 13px;	
	margin-bottom: 50px;
}

.leftbox{
	/*display: block;
	float: left;
	position: relative;
	width: 190px;
	padding-left: 13px;*/
	margin-top: 35px;
	
}

/****** FOOTER *********************/

#gpa_footer{
	position: absolute;
	bottom: 0;
	left: 13px;
	right: 13px;
	height: 50px;
	font-size: 11px;
	/*color: #b49f77;*/
	color: #D4B18C;
}
#gpa_footer a{
	/*color: #b49f77;*/
	color: #D4B18C;
	text-decoration: none;
}
#gpa_footer a:hover{
	text-decoration: underline;
}
#gpa_footer ul{
	list-style: none;
}
.copyrightswrapper{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #D4B18C;
}
.copyrightswrapper div{
	display: inline;
}
.design{
	padding-right: 5px;
}
#menufooter{
	position: absolute;
	bottom: 0;
	line-height: 25px;
	right: 0;
}
#swhotelguides{
	position: absolute;
	bottom: 0;
	line-height: 25px;
	left: 0;
}

/****** GOOGLE MAP *****************/
#gmaps{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:0px;
	/*z-index:10; SAFARI 5 PROBLEM */
	overflow:hidden;
	background-color:#000;
	/*z-index: 1000;*/
}
.hotelmapwrapper, .hotelmap {
	height:598px;
}
.hotelmapwrapper{
	border-top: 1px solid #A7A297;
	border-bottom: 1px solid #A7A297;
}

/*
.closeButtonMessage {
	position:absolute;
	width:126px;
	height:28px;
	background:url(../images/btn_gmap.png) 0 0 no-repeat;
	top:1px;
	left:50%;
	z-index:9999;
	margin-left: -63px;
}
*/
.closeButtonMessage{
	left:50%;
	margin-left:-63px;
	position:absolute;
	width:126px;
	z-index:5;
	background:url(../images/btn_gmap.png) 0 0 no-repeat;
	height: 28px;
	top: 2px;
}
/*
div.closeButtonMessage span a {
	display:block;
	width:90px;
	color:#555;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	padding:5px 30px 0 5px;
	height:28px;
	font-size:10px;
	line-height: 10px
	
}
*/
div.closeButtonMessage span{
	display: block;
	height: 29px;
}
div.closeButtonMessage span a{
	display: block;
	line-height: 15px;
	color: #555;
	text-decoration: none;
	padding-right: 30px;
	text-align: center;
	height: 29px;
}

div.closeButtonMessage span a:hover {
	color:#999999;
}
div.closeButtonMessage a img {
	display:none;
}
#menumap{
	position:absolute;
	right:13px;
	top:-20px;
}
#menumap ul{
	list-style: none;
}

/****** TOOLTIP ********************/

.tool-tip{
	border: 4px solid #9F8A63 !important;
	background: #B49F77 !important;
	z-index: 100;
}
.tool-text{
	background: #B49F77;
	color: #000;
}
.tool-text strong{
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 12px;
}
.tool-text br{
	display: none;
}

/****** SPECIAL OFFERS *************/

#sp_offers .sp_offer_name{
	color: #fff;
}

/* PHOTO GALLERY */
li.sig-block{
	margin: 12px !important;
}


/****** DEBUG **********************/

pre{
	color: #fff;
}

