/* start - table */
table {
	border-collapse: collapse;
	margin: 0;
	border: 2px inset #15262f;
}
th strong {
	color: #fff;
}
th {
	background: #15262f; /* url(styleimgs/button-bg.jpg) repeat-x 0 0   */
	height: 25px;
	padding-left: 5px;
	padding-left: 5px;
	color: #fff;
	text-align: center;
	border-bottom: 2px inset #15262f;
}
tr {
	height: 25px;
	background: #fff;
	border-bottom: 1px dotted #ddd;
}
td {
	vertical-align: middle;
	padding: 5px;

}
td.total {
	border-top-width: 2px;
	border-right: none;
	border-right: none;
	border-bottom: none;
	font-size: 110%;
	font-weight: bold;
}
.servlist table {
	border-collapse: collapse;
	margin: 0;
	border: none;
	width: 100%;
}

/* end - table */

/* form elements */
form {
	margin:0; 
	padding:0;
	border:0; 
}

legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 0;
}
input {
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	color:#777;	
	margin: 0 0 7px 0;
}
input.hidden {
	display: none;
}
select {
	padding:2px; /* safari ignore this, use height or move the listbox */
	/* height: 21px; */
	border: 1px solid #E5F0FB;
	font: normal 1em Verdana, sans-serif;
	color:#777;	
	margin: 0 0 7px 0;
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #E5F0FB; 
	height:100px;
	display:block;
	color:#777;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 950px;
	/* background: #CCC url(styleimgs/content.jpg) repeat-y center top; */
	margin:0pt auto; /* to center box! */
	padding: 0;
	text-align: left;
}
.left-column {
	float: left;
	width: 180px;
	padding: 5px 10px;
}
.main-column {
	width: 530px;
	padding: 5px 15px;
	margin: 0px 0px 10px 215px;
	border: 1px outset #ccc;
}
#content {
	clear: both;
	width: 948px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: left;
	border-right: 1px solid #DDD; 
	border-left: 1px solid #DDD; 
}

/* Header */
#header {
	position: relative;
	height: 125px;
	background: none;
	padding: 0;	
	color: #fff;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
	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: 19px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: gray;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 92px; left: 80px;		
}

/* Header's links */
#header #header-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 10px; right: 20px;
	text-align: right;
}
#header #header-links a {	
	color: #000;
	text-decoration: none;
	line-height: 20px;
	font-weight: normal;
}
#header #header-links a:hover {
	color: #D4FF55;	
}

/* navigation */
#menu {
	clear: both;	
	padding: 0;
	background:no-repeat;
	font-size: 14px;
	line-height: 38px;
	height: 74px;
	/* width: 950px; */
}

#menu > div {
	float: right;
	margin: 0 20px;
	color: #FFF;
}
#menu > div a{
	color: #FFF;
}

#menu ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0 0 0 30px;
	background: url(themeimgs/navstart50.png) no-repeat left center;	
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;	
	text-decoration: none;
	background: url(themeimgs/navsep.png) no-repeat 100% 100%;
}
#menu ul li a:hover {
	color: #FFCC00;	
}
#menu ul li a.current {	
	color: #FFCC00;
}


/* highlighters */

.standout {
	padding-left: 20px;
	background: url(themeimgs/icons/arrow1.gif) no-repeat left center;
}

.standout.info {
	background: url(themeimgs/icons/speechcloud_bk.gif) no-repeat left center;
}
.standout.contact {
	background: url(themeimgs/icons/envelope_bk.gif) no-repeat left center;
}
.standout.login {
	background: url(themeimgs/icons/lock_bk.gif) no-repeat;

}

.standout.left {
	padding-left: 15px;
	padding-right: 20px;
	width: 100px!important;
	height: 15px!important;
	margin-top: 5px;
}



/* Home search box */
#searchform {
	margin: 0 0 10px 0;
	padding: 20px 10px 40px 10px;
	text-align: left;
	background: #EEE url(themeimgs/searchbackground.gif) no-repeat left bottom;
	border-left: 1px dashed #ccc; 
	border-right: 1px dashed #ccc; 
}
#searchform .searchformtab #accommodation {
	background-color: #DDDDFF;
}
#searchform .searchformtab #package {
	background-color: #DDFFDD;
}
#searchform .searchformtab #schedule {
	background-color: #FFFFDD;
}
#searchform .searchformtab #guide {
	background-color: #DDFFDD;
}
#searchform .searchformtab #rental {
	background-color: #fe9;
}

#sidebar #searchform h2 {
	color: #A9D4EF;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

#sidebar #searchform input.float-right {
	margin: 5px 10px;
}


/* Home teaser */
#home-teaser {
	float: right;
	width: 610px;
	height: 310px;
	margin: 0 10px 20px 3px;
	background: #FFFFFF;
	padding: 0;
	text-align: left;
	border: 1px solid #CCCCCC;
	position:relative;
}

#home-teaser #reel{
	width: 600px;
	height: 300px;
	position: absolute;
  	top: 5px;
	left: 5px;
	z-index: 1;
}

#home-teaser #overlay {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: 200px;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5; /* older Gecko-based browsers */
  filter:alpha(opacity=50); /* For IE6&7 */
  z-index:2;
}

#home-teaser #captions {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: 200px;
  z-index:3;
}

#home-teaser #captions ul{
  padding: 0;
  margin: 0;
}

#home-teaser #captions li{
  list-style: none;
  list-style-image: none;
  color: #FFF;
  font-size: 14px;
  height: 52px;
  border-bottom: 2px dotted #bbb;
  padding: 10px;
  background: url(themeimgs/icons/bgcamera.png) no-repeat right center;
}
#home-teaser #captions li.onstage{
  background: url(themeimgs/icons/bgcamera-on.png) no-repeat right center;
}
#home-teaser #captions li.onstage a{
  background: none;
  color: #FC0;
}



#home-teaser #captions li a {
  color: #FFF;
  background: none;
}
#home-teaser #captions li a:hover {
  color: #FC0;
  text-decoration: underline;
  background: none;
}

#home-teaser #captions li p {
  color: #FFF;
}


/* Home flyers */
#home-flyers {
	float: right;
	width: auto;
	margin: 0 0 10px 3px; 
	padding: 0 10px 10px 0; /*padding-right to be adjusted*/
	display: inline;
	text-align: left;
	border: 1px dashed #CCCCCC; 
	background: #FFFFFF; 
	width:600px;
}
#home-flyers .container {
	float: right;
	width: 100px;
	margin: 0;
	padding: 10px 0 0 18px;
	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 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b;
}

/* Home side list */
#sidelist {
	padding: 0; 
	margin: 0 0 0 10px;	
	color: #777;
}	
#sidelist h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}
#sidelist p {
	margin-left: 5px;
}
#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;	
}
#sidelist ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7; 
}
#sidelist ul li a {
	text-decoration: none;	
	color: #1773BC;				
}
#sidelist ul.sidemenu li a:hover {	
	color: #333;
}
#sidelist ul li h3 {
	/* margin: 5px 5px 10px 5px; */
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	color: #555;	
}
#sidelist ul li h3 strong{
	font-weight:bold;
	font-size: 1.2em;
	color: #B00;	
}




/* Main Column */
#main {

	width: 670px;
	margin: 0; 
	padding: 20px 0 20px 10px;
	display: inline;
	/* background: url(http://book.hotelsanmarino.com/www/public/default/css/styleimgs/box.jpg) no-repeat; */
	text-align: left;
}

#home #main {
	width: 620px;
}	

/* Sidebar */	
#sidebar {
	float: left;
	width: 240px;
	padding: 0 10px 10px 10px; 
	margin: 0;
	color: #777;	
}	

#home #sidebar {
	width: 300px;
	padding: 0 10px 10px 0; 
}	

#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
}
#sidebar form {
	margin: 0;
	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 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b;
}


/* Footer */	
#footer {
	color: #fff;
	background: #3076a2;
	clear: both;
	width: 950px;
	height: 65px;
	text-align: center;	
	font-size: 90%;	
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}

/* 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;	}

#searchajuste {

	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	border: 1px solid #3076a2;
	border-width: 2px; 
			}


.liston {
	margin: 5px 0px 5px -11px;
	float: left;
	height:50px;
	width: 670px;
	background-color:#3076a2;}

.paso { margin: 20px 20px 10px 20px;
	float: left;
	height: 20px;
	width: 40 px	
	font-family: Tahoma, Sans-serif;  
	font-weight: bold;
	font-style: normal; 
	font-size: 150%; 
	color: white;
	}
.derecha { float: right;
	   background: transparent; }




/*================== css3 fx's =====================*/
#voucher { margin:0; padding:0; border:none; }

#voucher .box {
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}



.right {margin-top: 0px!important;}