/**
 * CSS
 * (c) 2007 Darío G. Ruellan / D²
 */
 
#maintext #intro {
	height: 125px;
	background-image: url(../images/grd_index.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 150%;
	padding-left: 220px;
	padding-top: 8px;
}
#maintext #mainmap {
	margin-bottom: 8px;
	margin-top: 8px;
}
#maintext #mainmap .buttons {
	padding: 0;
	height: 30px;
	border: none;
}
#maintext #mainmap .buttons #b_region {
	float: left;
	display: none;
}
#maintext #mainmap .buttons #b_lista {
	float: right;
}
#maintext #mainmap .loading {
	position: absolute;
	display: none;
	right: 10px;
	bottom: 12px;
	z-index: 10;
}
#maintext #mainmap #mapbox {
	position: relative;
	width: 530px;
	height: 290px;
	overflow: hidden;
}
#maintext #mainmap #mapbox #mapslide {
	position: relative;
	width: 1060px;
	left: 0;
}
#maintext #mainmap #mapbox #mapslide div {
	float: left;
	width: 530px;
	height: 290px;
	background-color: rgb(29,55,90);
}
#maintext #aboutfueraderuta {
	position: relative;
	z-index: 5;
	height: 340px;
	padding-top: 15px;
	background-image: url(../images/icn_big_logos.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 200px;
}
#maintext #aboutfueraderuta .destinoislas {
	padding-top: 12px;
}

/* Tooltip */

#tooltip {
	position: absolute;
	display: none;
	z-index: 10;
	background-color: white;
	border: 1px solid silver;
}
#tooltip h3 {
	display: block;
	text-align: center;
	margin: 4px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: rgb(70,107,153);
	background-image: url(../images/grd_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#tooltip p.body {
	margin: 0 4px 4px 4px;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}