@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(images/bg.jpg);*/
	background-repeat: no-repeat;
	height: auto;
	width: 1600px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #9881ab;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: Federo, "Segoe UI", Arial, Helvetica, sans-serif;
}
.almendra {
	font-family: 'Almendra', serif;
	font-size: 36px;
	color: #efe5e6;
	}

a:link {
	color: #efe5e6;
	text-decoration: none;
}
a:visited {
	color: #efe5e6;
	text-decoration: none;
}
a:hover {
	color: #d1967a;
}

.caption {
	font-size: 14px;
}

.tour_title {
	color: #efe5e6;
}