
/********************************************
   HTML ELEMENTS
********************************************/ 
@import url(jquery.tabs.css);
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
}
/* links */
a {
	text-decoration: none;
	color: #2376b5;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	/* background: inherit; */
	color: #505050;
}
/* headers */
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;font-weight: bold;display: inline;}
h1 {
	font-size: 21px;
	color: #505050;
}
h2 {
	font-size: 19px;
	color: #505050;
}
h3 {
	font-size: 17px;
	text-shadow: #FFF 1px 2px 2px;
}
h4 {
	font-size: 15px;
	color: #FFF;
}
h5 {
	font-size: 13px;
	color:#FFFFFF;
}
h6{
	font-size: 11px;
	color:#82B838;
}

h2 a {
	color: #0095bf;
	text-decoration: none;
}
h2 a:hover {
	color: #7a7a7a;
	text-decoration: none;
}

h3 a:hover {
	color: #646464;
}

h5 a {
	color:#FFFFFF;
	text-decoration: none;
}
h5 a:hover {
	color:#CCCCCC;
}

/* lists */



ul {
	margin: 0;
	padding: 0 0 0 20px;
}
li {
	list-style-type: none;
}
/* images */

img {
	border: none;
}
img a {
	text-decoration: none;
}
p {
	margin: 10px 0 0 0;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
	padding: 40px 20px 20px 40px;
	font: normal 1.3em/1.5em;
	color: #2361BA;
	border: 1px solid #E5F0FB;
	background: #F4F8FD url(styleimgs/quote.jpg) no-repeat 8px 6px;
}
blockquote p {
	margin: 0 0 10px 0;
}
/* start - table */

table {
	border-collapse: collapse;
	margin: 0;
	font-size: 11px;
}
th strong {
	color: #fff;
}
th {
	height: 15px;
	padding: 2px;
	color: #505050;
	text-align: center;
	border-bottom-width: 2px;
	background: #EFF7FD url(styleimgs/th-bg.png) repeat-x 0px 100%;
	border: 1px solid #FFFFFF;
	text-shadow: white 0px 1px 0px;
}
tr {
	height: 15px;
}
td {
	vertical-align: middle;
	padding: 2px;
}
td.total {
	border-top: 1px solid #E0E0E0;
	background-color: #F5F5F5;
	font-size: 110%;
	font-weight: bold;
	text-shadow: white 0px 1px 0px;
}
td.noborder {
	border: 0;
}
tr.noborder {
	font-size: 11px;
}
/* end - table */



/* form elements */

form {
	border:0;
}
/*legend {
	display: none;
}*/
label {
	display:block;
	font-weight:bold;
	margin: 0;
}
input {
	padding:3px;
	font: normal 1em;
	color:#505050;
	margin: 0 0 7px 0;
}
input.hidden {
	display: none;
}
hr {
	background-color: #E0E0E0;
	height: 1px;
	border: 0px;
}
select {
	padding:2px; /* safari ignore this, use height or move the listbox */
	/* height: 21px; */

	border: 1px solid #E5F0FB;
	font: normal 1em;
	color:#777;
	margin: 0 0 7px 0;
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em;
	border: 1px solid #E5F0FB;
	height:100px;
	display:block;
	color:#777;
}
/********************************************

   LAYOUT

********************************************/ 

#wrap {
	width:960px;
	min-width:960px;
	max-width:960px;
	margin:0 auto;
	padding:0 0 22px;
}
#content {
	clear: both;
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pageTop {
	height: 12px;
	overflow: hidden;
}
/* Header */

#header {
	height: 157px;
	max-height: 157px;
	min-height: 157px;
	width: 100%;
}
.headerimg {
	top: 58px;
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:400px;
	position:absolute;
}
#header .header_top {
	height: 30px;
	margin: 0px auto;
	max-height: 30px;
	max-width: 960px;
	min-height: 30px;
	min-width: 960px;
	text-align: left;
	width: 960px;
	position:relative;
}
#header .menu1 {
	background-repeat: no-repeat;
	height: 25px;
	width: 145px;
	max-width:145px;
	float:left;
	padding: 5px 0px 0px 0px;
	margin-right:10px;
}
#header .headerbgwrap {
	height: 93px;
	left: 0px;
	position: absolute;
	top: 58px;
	width: 100%;
	z-index: -10;
	background: url(styleimgs/headerbg.jpg) no-repeat 50% 50%;
}
#header .clima {
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 140px;
	max-width:140px;
	min-width:140px;
	position: absolute;
	right: 0px;
}
#header .help {
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 600px;
	max-width:600px;
	min-width:600px;
	position: absolute;
	left: 200px;
	text-align:center;
}
#header .help span {
	color: #2376b5;
	font-weight: bold;
}
#header .redes {
	height: 50px;
	width: 160px;
	border:#CCC;
	position: absolute;
	left: 400px;
	top: 190px;
}
#header .headerlogo {
	max-width: 900px;
	min-width: 900px;
	height: 65px;
	max-height: 65px;
	min-height: 65px;
	text-align: left;
	width: 900px;
	margin: 0px auto;
	padding-top: 45px;
	padding-left:15px;
	padding-bottom:10px;
	position:relative;
	background-image:url(styleimgs/fondologo.png);
	background-repeat:no-repeat;
}
#header .idioma {
	color: #FFF;
	float: left;
	font-weight: bold;
}
.idioma dl {
	margin:0px
}
.dropdown dd, .dropdown dt, .dropdown ul {
	margin:0px;
	padding:0px;
}
.dropdown dd {
	position:relative;
}
.dropdown a, .dropdown a:visited {
	text-decoration:none;
}
.dropdown a:hover {
	color:#ccc;
}
.dropdown dt a:hover, .dropdown dt a:focus {
	color:#ccc
}
.dropdown dt a {
	background: url(styleimgs/mcdd_select_button_sprite.png) no-repeat top right;
	display:block;
	padding-right:16px;
	width:126px;
	height: 16px;
	color: #6e6e6e;
}
.dropdown dt a:hover {
	background-position: right -16px;
}
.dropdown dt a span {
	cursor:pointer;
	display:block;
	padding:2px;
	text-align: center;
}
.dropdown dd ul {
	background: #eeeeee;
	border:1px solid #dddddd;
	display:none;
	left:0px;
	padding:0px;
	position:absolute;
	top:6px;
	width:auto;
	min-width:140px;
	list-style:none;
	z-index: 1000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.dropdown span.value {
	display:none;
}
.menu1 .idioma .dropdown dd ul li {
	border-bottom:1px solid #dddddd;
	background: #eeeeee url(styleimgs/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	display: list-item;
	float: none;
	padding: 0px;
	margin: 0px;
}
.dropdown dd ul li a {
	padding:5px;
	display:block;
	color:#7a7a7a;
}
.dropdown dd ul li a:hover {
	background-color:#5c5c5c;
	color:#ccc;
}
.dropdown img.flag {
	border:none;
	margin-right:5px;
}
#header .menu2 {
	height: 25px;
	width: 284px;
	position: absolute;
	left: 450px;
	top: 5px;
	padding: 0px;
}
#header .menu2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header .menu2 .btnmenu li {
	display: block;
	float: right;
	padding-right: 8px;
	padding-left: 5px;
	background-image: url(styleimgs/line.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header .menu2 a {
	text-decoration: none;
	font-weight: normal;
}
#header .menu2 span {
	padding-left: 3px;
	font-weight: bold;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 55px;
	letter-spacing: -3px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	/* change the values of top and left to adjust the position of the logo*/

	top: 18px;
	left: 35px;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #9fe0ff;
	/* change the values of top and left to adjust the position of the slogan*/
	text-shadow: #2376B5 1px 0px 1px;
	top:100px;
	/*left: 0px;*/
	font: italic 12px;
}
/* HEADER TEXT */

#headertxt {
	width:960px;
	margin:0 auto;
	clear:both;
	position:relative;
	top:0px;
}
#firstline {
	color:#333;
	font-size:40px;
	padding:4px 13px 7px;
	float:left;
	display:block;
}
#secondline {
	text-decoration:none;
	font-size:20px;
	padding:0 13px 10px;
	float:left;
	display:block;
	clear:both;
}
#secondline:hover {
	text-decoration:underline;
	color:#CD2B3A;
}
.pictured {
	height: 29px;
	top: 130px;
	position: relative;
}
.pictured span {
	background: transparent url("styleimgs/button-sprite-slider.png") no-repeat right -92px;
	color:#805f02;
	font-size:12px;
	padding: 13px 25px 10px 25px;
	;
	margin-right:5px;
	text-transform:uppercase;
	float:left;
	display:block;
	clear:both;
	margin-top:20px;
}
.pictured span a {
	padding: 13px 0px 10px 25px;
	height: 29px;
	background: transparent url("styleimgs/button-sprite-slider.png") no-repeat left top;
	color: #805f02;
	line-height: 1.2;
	font-weight: bold;
}
/*.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }*/

.pictured a:hover {
	text-decoration:underline;
}
/* CONTROLS */

.bottons {
	height:32px;
	width:32px;
	float:left;
	cursor:pointer;
}
#backindex {
	background-image:url("styleimgs/btn_back.png");
}
#nextindex {
	background-image:url("styleimgs/btn_next.png");
}
#control {
	background-image:url("styleimgs/btn_pause.png");
}
/* HEADER HAVIGATION */

#headernav-outer {
	position:relative;
	top:-72px;
	margin:0 auto;
	width:960px;
	
}
#headernav {
	padding-left:864px;
}
/* Header's links */

#header #header-links a {
	color: #fff;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #D4FF55;
}
/* navigation */

#navigation {
	left: 0px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 100%;
	z-index: 500;
}
#naviga {
	left: 0px;
	/*position: absolute;*/

	text-align: center;
	/*top: 425px;*/

	width: 100%;
	z-index: 500;
	margin-bottom:10px;
}
#navigation .menu {
	height: 47px;
	margin: 0px auto;
	max-height: 47px;
	max-width: 960px;
	min-height: 47px;
	min-width: 960px;
	text-align: left;
	width: 960px;
}
#naviga .menu_booking {
	height: 60px;
	margin: 0px auto;
	max-height: 60px;
	max-width: 960px;
	min-height: 60px;
	min-width: 960px;
	text-align: left;
	width: 960px;
}
#naviga .contennav {
	background-image: url(styleimgs/formsearchbg.png);
	background-repeat: repeat-x;
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	max-width: 737px;
	min-width: 737px;
	width: 737px;
	float: left;
}
#navigation .contennav {
	background-image: url(styleimgs/navigationbg.png);
	background-repeat: repeat-x;
	min-height: 47px;
	max-height: 47px;
	height: 47px;
	max-width: 947px;
	min-width: 947px;
	width: 947px;
	float: left;
}
#navigation .leftnav, #naviga .leftnav {
	background-image: url(styleimgs/navigationleftbg.png);
	background-repeat: repeat-x;
	min-height: 46px;
	max-height: 46px;
	height: 46px;
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	float: left;
}
#naviga .rightnav {
	background-image: url(styleimgs/formsearchright.png);
	background-repeat: repeat-x;
	min-height: 58px;
	max-height: 58px;
	height: 58px;
	min-width: 17px;
	max-width: 17px;
	width: 17px;
	float: left;
}
#naviga .title {
	width:205px;
	float:left;
	background-image: url(styleimgs/formsearchleft.png);
	background-repeat: no-repeat;
	min-height: 60px;
	max-height: 60px;
	height: 60px;
	min-width: 205px;
	max-width: 205px;
	float: left;
}
#naviga .title span {
	margin: 0px 0px 0px 15px;
	display: block;
	font-size: 16px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	width:190px;
	text-shadow: #333 1px 1px 1px;
	letter-spacing: -1px;
	color: #CCC;
}
#navigation .rightnav {
	background-image: url(styleimgs/navigationrightbg.png);
	background-repeat: repeat-x;
	min-height: 46px;
	max-height: 46px;
	height: 46px;
	min-width: 7px;
	max-width: 7px;
	width: 7px;
	float: left;
}
#navigation ul {
	text-align: center;
	margin-top: 5px;
	padding:0px;
}
#navigation li {
	display: block;
	float: left;
	list-style: none;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	line-height: 35px;
	text-transform: uppercase; 
}
#navigation li h3{
	font-size: 15px;
}
#navigation .noneli {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #eaeaea;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation .nonepadli {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#navigation .login {
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-color: #727272;
	font-size: 10px;
	text-shadow: #333 1px 1px 1px;
	padding-top: 0px;
	line-height:normal;
	text-transform: uppercase; 
}
#navigation .session {
	background-color: #646464;
	height: 43px;
	max-height: 43px;
	min-height: 43px;
	margin-top: 1px;
}
#navigation .session ul {
	padding: 0px;
}
#navigation .login span a {
	margin: 0px;
	text-align: center;
	padding: 0px;
	display: block;
	color: #FFF;
}
#navigation .login span a:hover {
	color: #CCC;
}
#navigation .userpanel {
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-right-color: #727272;
	font-size: 10px;
	text-shadow: #333 1px 1px 1px;
	padding-top: 0px;
	line-height:normal;
	vertical-align:middle;
	min-height:35px;
}
#navigation .userpanel a {
	color: #FFF;
	text-decoration: none;
	vertical-align:middle;
	
}
#navigation .userpanel span {
	height: 35px;
	vertical-align:middle;
}

#navigation .userpanel p {
	/*height: 35px;*/
	padding:0px;
	margin:0px;
	vertical-align:middle;
}
#navigation .userpanel a:hover {
	color: #CCC;
}
#navigation .onereser {
	width:135px;
	height:40px;
	background-image: url(styleimgs/reservationone.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
	margin: 0px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
#navigation .onereser h5 {
	font-size: 14px;
	margin: auto;
	position: absolute;
	height: 2.4em;
	top:0;
	bottom:0;
}
#navigation .onereser h5 a:hover {
	color: #C8EDB6;
}
#navigation .onereser .closeres {
	height: 23px;
	width: 62px;
	position: absolute;
	left: 118px;
	top: 28px;
}
#navigation .nonereser {
	width:130px;
	height:40px;
	background-image: url(styleimgs/reservationnone.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 50px;
	position: relative;
	color: #7a7a7a;
	font-weight: bold;
	text-align: left;
}
#navigation .nonereser h2 {
	font-size: 14px;
	color: #333333;
	margin: auto;
	position: absolute;
	height: 1.4em;
	top:0;
	bottom:0;
}
#wrap .menu {
	width: 960px;
	height: 25px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
.menu_supervisor {
	height: 25px;
	margin: 0px auto;
	text-align:right;
}
#rss {
	margin-top: 5px;
	float: left;
	height: 31px;
	width: 58px;
	padding-left: 30px;
}
#rss .rss {
	width: 58px;
	height: 31px;
	background-image: url(styleimgs/rss.gif);
	background-repeat: no-repeat;
}
#rss .rss span {
	width: 92px;
	height: 20px;
	background: url(styleimgs/rss-over.gif) no-repeat;
	left: 16px;
	top: -10px;
	display: none;
	position: absolute;
}
#rss a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#rss a:hover {
	background-position: left bottom;
}
#rss a:hover span {
	display: block;
}
#userpanel {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	background: #5c5b5b url(styleimgs/bg_cpanel.gif) 50% top repeat-x;
	color: #CCC;
	margin: 0 10px 0 10px;
	padding: 5px 0px 5px 10px;
}
#userpanel a {
	color: #FFF;
}
#userpanel a:hover {
	color: #CCC;
}
#menu {
	clear: both;
	margin: 0;
	padding: 0;
	font: bold 16px/40px;
	height: 40px;
	background-repeat: no-repeat;	/* width: 950px; */
}
#menu ul {
	float: left;
	list-style: none;
	margin:0;
	padding: 0 0 0 20px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #666666;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #3b5e0b;
}
#menu ul li a.current {
	color: #3b5e0b;
}
/* Home search box */

.home-search {
	display: inline;
	text-align: left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
.home-search .title {
	padding: 5px;
	width:160px;
	float:left;
	background-image: url(styleimgs/formsearchleft.png);
	background-repeat: no-repeat;
}
.home-search ul {
	padding:18px 0px 10px 0px;
	float: left;
}
.home-search ul li {
	float: left;
	list-style: none;
	padding: 5px 3px 1px;
	color:#ccc;
}
.home-search .find {;
	height: 10px;
}
.home-search#searchformtab-package {
	background-color: #DDFFDD;
}
.home-search#searchformtab-schedule {
	background-color: #FFFFDD;
}
.home-search#searchformtab-guide {
	background-color: #DDFFDD;
}
.home-search#searchformtab-rental {
	background-color: #fe9;
}
/* columns */

#col_izq {
	float: left;
	width: 247px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#col_center {
	width: 960px;
	padding-bottom: 10px;
}
#col_der {
	float: left;
	width: 199px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* Home teaser */

#home-teaser {
	float: right;
	width: 240px;
	height: 300px;
	margin: 10px 0 10px 10px;
	background: #FFFFFF;
	padding: 5px;
	display: inline;
	text-align: left;
	border: 1px solid #CCCCCC;
}
/* Home flyers */

#home-flyers {
	float: left;
	width: auto;
	margin: 0 0 10px 10px;
	padding: 0 10px 10px 0; /*padding-right to be adjusted*/
	display: inline;
	text-align: left;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
}
#home-flyers .container {
	float: left;
	width: 100px;
	margin: 0;
	padding: 10px 0 0 30px;
	display: inline;
	text-align: left;
}
#home-flyers #banner {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#home-flyers h2 {
	margin: 5px 3px 0 3px;
	font: bold 1.2em;
	color: #88ac0b;
}
/* Home side list */

#home-sidelist {
	float: left;
	width: 199px;
	padding: 0;
	margin: 0 0 0 10px;
	color: #777;
	min-height: 400px;
}
#home-sidelist h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em;
	color: #555;
}
#home-sidelist p {
	margin-left: 5px;
}
#home-sidelist ul {
	list-style: none;
	list-style-image: none;
	text-align: left;
	margin: 7px 10px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #A9D4EF;
}
#home-sidelist ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #D2E8F7;
}
#home-sidelist ul li a {
	text-decoration: none;
	color: #1773BC;
}
#home-sidelist ul.sidemenu li a:hover {
	color: #333;
}
#home-sidelist ul li h3 {
	/* margin: 5px 5px 10px 5px; */

	margin: 0;
	font-weight: normal;
	font-size: 1em;
	color: #555;
}
#home-sidelist ul li h3 strong {
	font-weight:bold;
	font-size: 1.2em;
	color: #B00;
}
/* Main Column */

#main2 {
	margin: 0;
	text-align: left;
}
#container {
	width: 960px;
	margin: 0;
	padding: 0px 0 20px 0px;
	display: inline;
	text-align: justify;
}
#main {
	float: right;
	width: 762px;
	margin: 0;
	padding: 0px 0 20px 10px;
	display: inline;
	/* background: url(styleimgs/box.jpg) no-repeat; */

	text-align: justify;
}
#form-refresh {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	padding: 12px;
	background-color: #EFF7FD;
	border: 1px solid #ABC9E7;
	-moz-border-radius: 4px ; -webkit-border-radius: 4px; border-radius: 4px;  -moz-box-shadow: 0 2px 2px #dddddd;-webkit-box-shadow: 0 2px 2px #dddddd; box-shadow: 0 2px 2px #dddddd;

}
#form-refresh label {
	margin-bottom: 10px;
	margin-right: 10px;
}
#changesearch {
	padding-left: 10px;
	background: url(styleimgs/bullet.gif) no-repeat left center;
	margin-left: 10px;
}
#detalls {
	padding-top: 10px;
	padding-right: 0px;
	/*padding-bottom: 25px;*/

	padding-left: 0px;
}
#loading {
	padding: 15px;
	background-color: #EFF7FD;
	border: 2px solid #2376B5;
	width: 350px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#loading span, #loading_image span {
	font-size: 18px;
	font-weight: bold;
}
#loading img {
	vertical-align: middle;
	margin-right: 10px;
}
#loading_image {
	padding: 15px;
	background-color: #EFF7FD;
	border: 2px solid #2376B5;
	width: 350px;
	position: fixed;
	z-index: 9998;
	top: 300px;
	left: 450px;
}
#loading_image img {
	vertical-align: middle;
	margin-right: 10px;
}
.frm_ordenar {
/*width: 220px;*/

}
.newsearch {
	width: 390px;
	position: absolute;
	top: 48px;
	background: url(styleimgs/lineform.jpg) no-repeat right center;
}
.newsearch .destination {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newsearch .dtpicker {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newsearch .rooms {
	clear: none;
	float: left;
}
.newsearch .name {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newsearch .cat {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.map {
	height: 27px;
	width: 106px;
	position: absolute;
	background: url(styleimgs/map.jpg) no-repeat;
	left: 580px;
	top: 0px;
	padding: 110px 5px 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor:pointer;
}
.listmap {
	height: 27px;
	width: 106px;
	position: absolute;
	background: url(styleimgs/map2.jpg) no-repeat;
	left: 580px;
	top: 0px;
	padding: 110px 5px 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor: crosshair;
}
/* Sidebar */	

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
	margin: 0;
	color: #777;
}
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em;
	color: #555;
}
#sidebar form {
	margin: 15px 5px 10px 5px;
	border: 1px solid #A9D4EF;
	padding: 5px;
	background: #EEFFEE;
	font-size: 110%;
}
#sidebar form .dtpicker input {
	width: 90px;
}
#sidebar p {
	margin-left: 5px;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #A9D4EF;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #D2E8F7;
}
* html body #sidebar ul.sidemenu li {
	list-style: none;
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #1773BC;
}
#sidebar ul.sidemenu li h3 {
	/* margin: 5px 5px 10px 5px; */

	margin: 0;
	font-weight: normal;
	font-size: 1em;
	color: #555;
}
#sidebar ul.sidemenu li h3 strong {
	font-weight:bold;
	font-size: 1.2em;
	color: #B00;
}
#sidebar ul.sidemenu li a:hover {
	color: #333;
}
#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar ul.sidemenu ul li {
	border: none;
}
/* Showcase flyers */

#main .quickflyer {
	float: left;
	width: auto;
	margin: 0 0 10px 0;
	padding: 0 20px 10px 0; /*padding-right to be adjusted*/
	display: inline;
	text-align: left;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
}
#main .quickflyer .container {
	float: left;
	width: 100px;
	margin: 0;
	padding: 10px 0 0 25px;
	display: inline;
	text-align: left;
}
#main .quickflyer #banner {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#main .quickflyer h2 {
	margin: 5px 3px 0 3px;
	font: bold 1.2em;
	color: #88ac0b;
}
/* Footer */	

#footer {
	clear: both;
}
#footer .fondo {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-position: bottom;
}
#footer .contennav {
	background-image: url(styleimgs/navigationbg.png);
	background-repeat: repeat-x;
	min-height: 47px;
	max-height: 47px;
	height: 47px;
	max-width: 947px;
	min-width: 947px;
	width: 947px;
	float: left;
}
#footer .leftnav {
	background-image: url(styleimgs/navigationleftbg.png);
	background-repeat: repeat-x;
	min-height: 46px;
	max-height: 46px;
	height: 46px;
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	float: left;
}
#footer .rightnav {
	background-image: url(styleimgs/footerrightbg.png);
	background-repeat: repeat-x;
	min-height: 46px;
	max-height: 46px;
	height: 46px;
	min-width: 7px;
	max-width: 7px;
	width: 7px;
	float: left;
}
#footer .menu {
	height: 47px;
	margin: 0px auto;
	max-height: 47px;
	max-width: 960px;
	min-height: 47px;
	min-width: 960px;
	text-align: left;
	width: 960px;
}
#footer .links {
	margin: 0;
	color: #646464;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}
#footer .links a {
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}
#footer .links a:hover {
	font-weight: bold;
	color: #2376b5;
}
#toTop {
	width:117px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed; /* this is the magic */
	bottom:10px; /* together with this to put the div at the bottom*/
	cursor:pointer;
	display:none;
	color:#333;
	font-family:verdana;
	font-size:11px;
}
#footer h5 {
	font-size:16px;
}
#footer h5 a:hover {
	color: #DDDDDD;
}
/* post footer */

.post-footer {
	background: #F4F8FD;
	padding: 5px;
	margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB;
	font-size: 95%;
}
.post-footer .date {
	padding-left: 0px;
	margin: 0 5px;
}
.post-footer .comments {
	padding-left: 0px;
	margin: 0 5px;
}
.post-footer .readmore {
	padding-left: 0px;
	margin: 0 5px;
}
.post-by {
	font-size: .95em;
	margin-top: 0;
}
/*.newletters {

	background-image: url(styleimgs/newletters.gif);

	padding: 10px;

	width: 227px;

	height: 158px;

	display: block;

	background-repeat: no-repeat;

	color: #FFFFFF;

	font-size: 11px;

}

.newletters h2{

	margin-left: 60px;

	text-align: center;

	color: #FFF;

}

.newletters .link{

	text-align: center;

}

.newletters .link a{

	color: #FFFFFF;

}*/

.dhtmlgoodies_question {	/* Styling question */
	font-size:12px;
	background-color:#FFFFFF;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:15px;
	background-image:url(styleimgs/bullet_06.png);
	background-repeat:no-repeat;
	background-position:left center;
	height:20px;
	/* End layout CSS */

	

	overflow:hidden;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbd9d9;
	font-weight: bold;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	width:400px;
	/* End layout CSS */

	padding-left:15px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}
/* slide show */



#Slideshow {
	height: 280px;
	overflow: hidden;
}
#SlideTop, #SlideRepeat, #SlideBottom,  .slidePrev, .slideNext,  #slidePager {
	position: relative;
	z-index: 29;
}
#SlideTop {
	height: 4px;
	overflow: hidden;
	background: transparent url("styleimgs/pageBg-slideTop.png") no-repeat 0 0;
}
#SlideBottom {
	height: 55px;
	overflow: hidden;
	margin-top: 221px;
	background: transparent url("styleimgs/pageBg-slideBottom.png") no-repeat 0 0;
}
#Slides {
	margin-top: -281px;
	margin-bottom: 18px; /* without this #SlideBottom will overlap #Main */
	height: 280px;
	overflow: hidden;
	background: #F4F5F6;
}
a.slidePrev, a.slideNext {
	display: block;
	z-index: 30;
	top: -173px;
	width: 51px;
	height: 64px;
}
a.slidePrev {
	float: left;
	margin: 0 0 0 -15px;
	background: transparent url("styleimgs/slide-previous.png") no-repeat 0 0;
}
a.slideNext {
	float: right;
	margin: 0 -15px 0;
	background: transparent url("styleimgs/slide-next.png") no-repeat 0 0;
}
a.slidePrev:hover, a.slideNext:hover {
	background-position: 0 -64px;
}
#slidePager {
	top: -286px;
	float: right;
	margin:0 -15px 0 0;
}
#slidePager a, #slidePager a:visited {
	float: left;
	width: 16px;
	height: 15px;
	overflow: hidden;
	background: transparent url("styleimgs/slide-pager.png") no-repeat 0 0;
	text-decoration: none;
	text-indent: -1234px;
}
#slidePager a:hover {
	background-position: -16px 0;
}
#slidePager a.activeSlide {
	background-position: -32px 0;
}
.group-item {
	float: left;
	width: 300px;
	margin: 0 18px 20px 0px;
}
.group-item h2 {
	color:#2376b5;
}
.group-item a {
	color: #505050;
}
.group-item a:hover {
	color: #999999;
}
.group-item ul {
	padding: 0px;
}
.group-image {
	width: 290px;
	height: 100px;
	background: white;
	border: 1px solid #E5E5E5;
	padding: 5px;
/*border: 1px solid #C6C6C6;*/}
.price {
	width: 20px;
}
#socialboomarks {
}
#socialboomarks a:hover {
	opacity: 0.5;
}
#bookingtoolbar {
	background-color: white;
	border-top: 3px solid #2376B5;
}
#currencyprice_display, #currencyprice_display_total {
	float: right;
	max-width: 290px;
	min-width:210px;
}
#currencyprice_display .total, #currencyprice_display_total .total {
	float: left;
	padding-top: 3px;
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
}
.bookingtoolbar_detalls {
	max-width: 960px;
	min-height: 50px;
	min-width: 960px;
	padding-top: 5px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#stepbooking {
	color:#2376B5;
	display: block;
	font-size: 135%;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
}
.slideshowdetalls {
	width:472px;
	height:304px;
}
