@charset "utf-8";

/* general header */

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

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

#toursListNumberOfResults {
	width: 535px;
	float: right;
	margin-top: 15px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #1b565e;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#toursListPagesBox {
	width: 530px;
	background-color: #ffffff;
	float: right;
	margin-right: 5px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#toursListPagesInfo {
	width: 200px;
	float: left;
	color: #1b565e;
	text-align: left;
}

#toursListPagesNavigation {
	width: 200px;
	float: right;
	color: #343434;
	text-align: right;
}

#toursListPagesNavigation a {
	color: #9acd56;
	text-decoration: none;
	
}

.toursListTourBox {
	width: 530px;
	background-color: #ffffff;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.toursListTourBoxBar {
	width: 530px;
	height: 5px;
	font-size: 5px;
	background-color: #1b565e;
}

.toursListTourHeader {
	width: 530px;
	float: right;
	position: relative;
}

.toursListTourTitle h2{
	width: 350px;
	float: left;
	color: #1b565e;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
        margin-bottom: 0px;
}

.toursListTourTitle a {
	color: #1b565e;
	text-decoration: none;
}

.toursListTourPrice {
	width: 150px;
	float: right;
	color: #EE6611;
	margin-top: 5px;
	text-align: right;
}

.toursListTourBody {
	width: 530px;
	float: right;
	position: relative;
	margin-top: 5px;
	text-align: justify;
	color: #343434;
}

.toursListTourThumb {
	width: 107px;
	height: 79px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.promo_out {
	padding-top: 20px;
	position:relative;
	right:70px;
	top:-25px;
	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;
	width:318px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;

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



