#bola
{
	position:fixed;
	width:120px;
	
	left:50%;
	margin-left:-60px;
	z-index:999;
	top:65%;
	margin-top:-10px;
}
@media (min-width: 768px) {
  #bola {
    width: 200px;
	margin-left:-100px;
	margin-top:-100px;
  }
}

#fotas
{
	background: rgba(0, 0, 0, 0.7);
	height:auto;
	bottom:0px;
	z-index:999;
	
	 font-family: 'Lato', sans-serif;
	 line-height:24px;
	 
}
#fotas2
{
	background-color:#000000;
	text-align:center;
	height:auto;
	bottom:0px;
	z-index:999;
	
	 font-family: 'Lato', sans-serif;
	 line-height:24px;
	 font-size:10px;
	 color:#797979;
}
#footer_text
{
	position:absolute;
	left:50%;
	margin-left:-400px;

	height:300px;
	z-index:999;
	color:#FFFFFF;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	text-align:center;

}
.videoWrapper iframe {
	position: absolute;
	
	top: 0;
	left: 0;
	width: 100%;
	height: 96%;
}
.mapaWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.mapaWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
}
