div#introduccion
{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 710px;
	
	padding: 10px;
	color: white !important;
	font-size: 16px;
	text-align: center;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	background: #b8519e;
	border:2px solid white;
}

div#folletoTuristico
{
	margin: 10px auto;
	display: block;
	margin-top: 90px;
	
	width:462px;
	height: 350px;
}


div.parteFolleto
{
	position: absolute;
	cursor: pointer;
	
	width: 140px;
}
div#ubicacion, div#sitios
{
	top: 170px;
	left: 164px;
	height: 120px;
	
}

div#sitios
{
	top: 290px;
}


div#restaurantes, div#alojamiento
{
	top: 99px;
	left: 306px;
	height: 315px;
	
}

div#alojamiento
{
	left: 449px;
}

div.textoFolleto3
{
	position: absolute;
	bottom: 40px;
	left: 20px;
	width: 710px;
	
	padding: 10px;
	color: white !important;
	font-size: 14px;
	text-align: center;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	
	background: #b8519e;
	border:2px solid white;
}