html,
body
{
	font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    color: #555;

}
a {
	text-decoration:none;
}
h1,
h2
{
    color: #238acb;
}

.horizon
{
    line-height: 0;
    z-index: 100;
    width: 29000px;
}
.horizon img {
	float:left;
}
.middle
{
    z-index: 250;
    line-height: 0;
    width: 1550px;
}

.front
{
    z-index: 500;
    top:0px;
    width: 6000px;
}
.hubicaciones
{
    z-index: 750;
    top: 0px;
    width: 29000px;
}

.intro
{
    position: absolute;
    padding:10px !important;
	font-weight:400 !important;
	background:url(../images/black50.png);
	border-radius:10px;
}

.page
{
    top: 0px;
    width: 500px;
    background: black;
	opacity:.66;
	color:white;
    padding: 10px 30px;
    border: 1px #eee solid;
    position: absolute;
}

.panel1
{
    left: 1500px;
}

.panel2
{
    left: 2575px;
}

.panel3
{
    left: 3800px;
}

.panel4
{
    left: 5100px;
}
.hotspot {
	width:20px;
	height:30px;
	position:absolute;
	z-index:110;
	background:url(../images/hs0.png) no-repeat;
	cursor:pointer;
	opacity:.66;
}
.hotspot:hover {
	background:url(../images/hs1.png) no-repeat;
}
.hotspotverde {
	width:20px;
	height:30px;
	position:absolute;
	z-index:110;
	background:url(../images/hsv0.png) no-repeat;
	cursor:pointer;
	opacity:.5;
}
.hotspotverde:hover {
	background:url(../images/hsv1.png) no-repeat;
	opacity:.75;
}
.tip {
	position:absolute;
	padding:5px 10px;
	background-image:url(../images/black50.png);
	color:white;
	border-radius:10px;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
	
}