/* #map {
      width: 100%;
      height: 350px;
    }*/
    .title {
/*      border-bottom: 1px solid #e0ecff;
      overflow: hidden;
      width: 256px;
      cursor: pointer;
      padding: 2px 0;
      display: block;
      color: #000;
      text-decoration: none;*/
    }
    .title:visited {
      /*color: #000;*/
    }
    .title:hover {
      /*background: #e0ecff;*/
    }
    
    
    #timetaken {
/*      color: #f00;*/
    }
    .info {
      /*text-align: center;*/
      /*width: 200px;*/
    }
   
    .info-body {
/*      width: 200px;
      height: 200px;
      line-height: 200px;
      margin: 2px 0;*/


/*      text-align: center;
      overflow: hidden;*/
    }
    .linkinfiwindow img{
/*      margin-left: auto;
      margin-right: auto;*/
    }
    
    
    
    
    
/*    #map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}*/
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 340px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
/*.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}*/
.iw-subTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  padding: 5px 0;
}
.iw-title > a {
  font-weight: 700;
  color: #ffffff;
}
.iw-title > a:hover {
  color: #ffffff;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


#map-container-sheet{
      width: 100%;  
  }

 #map {
    width: 100%;
    height: 100%;
  }
  #map-container{
      margin-bottom: 20px;
      height: 850px;    
  }


@media (max-width: 991px) {
  
    
}
@media (min-width: 991px) {
    
    #map-container{
      margin-top: 20px;
      height: 850px;    
  }
    
   .___________movil{
    display: none;
}
    .___________pc{
    display: block;
}
    
}
@media (min-width: 768px) {
    #map-container-sheet{
      margin-top: 0;
      height: 400px;    
  }
    #map-container{
      margin-top: 0;
      height: 850px;    
  }
      .___________movil{
    display: none;
}
    .___________pc{
    display: block;
}

}
@media (max-width: 768px) {
    #map-container{
        
      margin-top: 20px;
      height: 400px;    
  }
  .mapaconta{
      margin-top: 20px
  }
    .___________movil{
        display: block;
    }
    .___________pc{
        display: none;
    }
     #map-container-sheet{
      margin-top: 0;
      height: 400px;    
  }
  
  #map{
      margin-top: 0;
      height: 400px;    
  }
}

@media (max-width: 360px) {
    
    
}