@import url("reset.css");
body {
	margin: 0;
	background: url(images/fondo_magico.jpg) no-repeat;
	background-color:#F90;
	background-attachment:fixed;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	color: #004b8d;
	text-decoration: none;
}
a:hover {
	color: #004b8d;
	text-decoration: underline;
}
a:active {
	color: #004b8d;
	text-decoration: none;
}

#footerIndex a{
	color: #717171;
	text-decoration: none;
}
#footerIndex a:hover {
	color:#FFFF66;
	text-decoration: none;
}

#container {
	width:980px;
	position: relative;
	margin: 0 auto;
}
#containerMapaRuta {
	width: 593px;
	position: relative;
	margin: 0 auto;
}
#flashIndex {
	width: 980px;
	height: 521px;
}
#clima {
	width: 344px;
	height: 123px;
	background: url(images/banner_clima3.png) no-repeat;
	float: left;
}
#clima img{
	position: absolute;
	left: 125px;
	bottom: 115px;
}
*html #clima {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/banner_clima.png", sizingMethod="scale");
}
#pieJuegos {
	width: 636px;
	height: 203px;
	background: url(images/pie_juegos2.png) no-repeat bottom left;
	float:left;
	position: absolute;
	top: 441px;
	left: 344px;
	z-index: 1;
	visibility: visible;
}
*html #pieJuegos {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pie_juegos.png", sizingMethod="scale");
}
#footerIndex {
	width: 980px;
	height: 120px;
	background: url(images/footer_index3.png) no-repeat top left;
	clear: both;
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	text-align: center;
	padding-top: 13px;
}
*html #footerIndex {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/footer_index.png", sizingMethod="scale");
}
#provisional {
	width:900px;
	height: 530px;
	background: url(images/bg_mapa.gif) no-repeat #004b8d; 
	margin: 0 auto;
	padding: 6px;
}
#provisionalIng {
	width:900px;
	height: 530px;
	background: url(images/bg_loading_map.gif) no-repeat #004b8d; 
	margin: 0 auto;
	padding: 6px;
}
#mapaRuta {
	width:593px;
	height: 500px;
	background: #004b8d; 
	margin: 0 auto;
	padding: 6px;
	float: left;
}
/* ---- Logo Parque Mapa ---- */
.logoParque {
	width: 175px;
	float: left;
}
.cerrar {
	width: 30px;
	height: 30px;
	background: url(images/equis.png) top no-repeat;
	float: right;
	margin-top: 20px;
}
.cerrar a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -99999em;
}
.logoParque a {
	height: 137px;
	display: block;
	text-indent: -99999em;
}
.logoParque a.logo {background: url(images/logo_parque.png);}
.logoParque a:hover.logo {background: url(images/logo_parque.png);}


.tituloMapa {
	width: 912px;
	height: 145px;
	background: url(images/t_mapa_interactivo.png) no-repeat;
	margin: 0 auto;
}
.tituloMapaing {
	width: 912px;
	height: 145px;
	background: url(images/t_interactive_map.png) no-repeat;
	margin: 0 auto;
}
.tituloMapa2 {
	width: 593px;
	height: 145px;
	margin: 0 auto;
	float: left;
}
.tituloMapa3 {
	width: 593px;
	height: 200px;
	margin: 0 auto;
	float: left;
}
.tituloMapasVarios {
	width: 912px;
	height: 145px;
	margin: 0 auto;
}
#footerMapa {
	width: 980px;
	height: 70px;
	clear: both;
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	text-align: center;
	padding-top: 13px;
}
/*----BOTON DEL CHAT--*/

#btn_chat {
	float:left;
	position: absolute;
	top: 280px;
	left: 100px;
	z-index: 1;
	visibility: visible;
	height: 100px;
	width: 98px;
}
.corona {
	width:139px;
	height:197px;
	background:url(images/corona.png) no-repeat;
	left:10%;
	position:absolute;
	top: 0px;
	}



