@charset "utf-8";

/* general header */

#toursIntro {
	width: 540px;
	background-color: #ffffff;
	float: right;
	margin-top: 7px;
	margin-bottom: 10px;
	position: relative;
}

#toursIntroTitle {
	height: 28px;
	background-color: #fff;
	color: #1b565e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}

#toursIntroText {
	width: 530px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}

#toursIntroFeaturedBox {
	width: 540px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-color: #f2f2f2;
	float: right;
	margin-top: 7px;
	margin-bottom: 10px;
	position: relative;
}

.themeBox {
	width: 420px;
	height: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	position: relative;
}

.themeBox.left {
	float: left;
	background-color: #f2f2f2;
}

.themeBox.right {
	float: right;
	background-color: #f2f2f2;
}

.toursSeeMoreLink {
	font-weight: bold;
	color: #343434;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

.toursSeeMoreLink a {
	color: #343434;
}

.toursSeeMoreLink a:hover {
	color: #1b565e;
}
.promo_out {
	position:relative;
	right:84px;
	top:-23px;
	float:right;
	width:318px;
}
.toppromo_out{
	background:url(../imgs/top_promo_out.jpg) no-repeat;
	width:318px;
	height:7px;
	line-height:1px;
	font-size:1px;
}
.bottompromo_out{
	background:url(../imgs/bottom_promo_out.jpg) no-repeat;
	width:318px;
	height:7px;
}
.midpromo_out{
	background:url(../imgs/mid_promo_out.jpg) repeat-y;
	padding-top:10px;
	width:318px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;

}
.titulopromo{
	font-size:14px;
	font-weight:bolder;
}
.bodypromo{
	font-size:12px;
}





