
.nobg {
    background:#000 !important;
}
.world {   
	                          
 // background:url('img/map.png') no-repeat;              
  background: url(https://protenggroup.eu/media/main-slider/mapa.jpg) no-repeat;
 // background-size: 1255px 816px;background-position-x: -75px;
  //background-size: 100%;
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
  position: relative;
  //background-position-y: -143px;
  width:100%;
  height:800px;
  margin-top: -60px;

}
#infoContainer {   
  position:relative;
  top:450px;
  visibility:hidden;
}
#info { 
  width:800px;
  height:12px;    
	background-color: rgba(0,0,0,0.9);
 // background:url('img/infoBg.png') no-repeat;    
  padding:10px;
  padding-left:90px;
  color:white;
  padding-bottom:0px;
}
#infoFooter {
  width:800px;
  padding:10px;
  padding-top:0px;
  padding-left:90px;  
	background-color: rgba(0,0,0,0.9);
  color:white;
  font-weight:bold;
}
