body{
	background-image:url("http://www.buscarfondos.com/file/1743/2560x1440/crop/band-aid-skate.jpg");
	background-repeat: no-repeat;
	background-position: right top;
    background-attachment:fixed;
	text-align: center;
}



#tabla {
	position:fixed;
	width:100%;
	background: black;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 160px;
	z-index: 1;

}
#lugares{ 
	position:fixed;
	top: 160px;
	background: rgba(60,229,38,0.5);
	font-style: italic;
	font-size: 2.5em;
	margin-left:50px;
	 border: 2px solid rgba(60,229,38,0.5);
    border-radius: 12px;
}



#ciudad{
	background:rgba(255,255,51,0.5);
	
}

#descripcion {
	background: rgba(255,255,255,0.7);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

}

#imagen {
	background: rgba(255,255,255,0.7);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

}
#spots{ 
	position:absolute;
	top:200px;
	left: 0px;
	right: 0px;
	margin: auto;
	border: 2px solid rgba(60,229,38,0.5);
	text-align: center;
	width:200px; 
	 border-radius: 12px;
	 font-style: italic;
	z-index:0;
	
}
