@charset "utf-8";

/*
//	PROJECT:		ANDARILHO TURISMO
//	DATE:			21/11/2009
//	AGENCY:			RICTORRES.COM.BR
*/

/* ------------------------------------ */
/*                                      */
/*                GERAL                 */
/*                                      */
/* ------------------------------------ */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	cursor: default;
	background: url('../img/loading.gif') center center fixed no-repeat;
}

:focus {
	outline: none;
}

#intro {
	width: 992px;
	height: 750px;
	margin: 0 auto;
	position: relative;
	background: url('../img/intro-bg.jpg') no-repeat;
}

a {
	text-indent: -9999px;
	position: absolute;
	display: block;
}

a.andarilho {
	top: 55px;
	left: 75px;
	width: 355px;
	height: 145px;
}

a.agencia {
	top: 430px;
	left: 65px;
	width: 370px;
	height: 250px;
}

a.hostel-pt {
	top: 575px;
	left: 540px;
	width: 80px;
	height: 70px;
}

a.hostel-en {
	top: 570px;
	left: 630px;
	width: 90px;
	height: 65px;
}

div.info {
	position: absolute;
	top: 55px;
	left: 620px;
	width: 220px;
	padding: 15px 20px;
	background: #fff;
	border: 1px dotted #000;
	opacity: .86;
	display: none;
}

div.info h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: .3em;
}

div.info p {
	line-height: 1.3em;
	margin-bottom: 1em;
}