@charset "utf-8";
.todos_santos_heading {
	background-image: url(../images/todos-santos-heading.png);
	height: 63px;
	width: 549px;
	background-repeat: no-repeat;
}
.todos_santos_container {
	float: left;
	height: auto;
	width: 95%;
	padding-left: 4%;
}.ts_box , .ts_box_two , .ts_box_three  {
	float: left;
	height: auto;
	width: 520px;
	padding-right: 0%;
	text-align: justify;
	padding-bottom: 10px;
}
.ts_box img {
	float: left;
	height: auto;
	width: 150px;
	margin-right: 15px;
}
.divider{
	clear:both;
	float:left;
	margin-left: 70px;
}
.ts_box_two {
	padding-top: 51px;
	background-image: url(../images/local-activities-heading.png);
	background-repeat: no-repeat;
}
.ts_box_two ul {
	margin-left: 30px;
	display: block;
	width: 300px;
	height: auto;
	float: left;
}
.ts_box_two li {
	line-height: 20px;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
}
.go-to-gallery {
	float: right;
	width: 160px;
	height: auto;
}

.go-to-gallery1 {
	float: right;
	width: 160px;
	background-image: url(../images/gallery-thumbnail.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-top: 160px;
	text-align: center;
	color: #FFFFFF;
}

.go-to-gallery1:hover {
	float: right;
	width: 160px;
	cursor:pointer;
	background:url(../images/gallery-thumbnail-garden.jpg) no-repeat;
	height: auto;
	padding-top: 160px;
	text-align: center;
	color: #FFFFFF;
}

.go-to-gallery a {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.go-to-gallery a:hover {
	text-decoration: none;
}
.ts_box_three a {
	background-image: url(../images/reservations.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 271px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #861d0b;
	text-decoration: none;
	padding-top: 22px;
	text-align: center;
}
.ts_box_three a:hover {
	color: #BE2B10;
}
