#map-canvas {
  height: 540px;
  margin: 0px;
  padding: 0px
}

.mapa {
	width: 1198px;
	height: 570px;
}

.mapa img {
	width: inherit;
	height: inherit;
}

.select-pais {
	margin-top: 30px;
  margin-bottom: 30px;
}

.styled-select select {
   background: transparent;
   width: 315px;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 27px;
   -webkit-appearance: none;
   cursor: pointer;
}

.styled-select {
   width: 315px;
   height: 27px;
   overflow: hidden;
   background: url(../img/new_arrow.png) 265px -4px no-repeat white;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: inset 0px 0px 7px  rgba(0, 0, 0, 0.33);
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
  #map-inst {
    display: none;
  }
  #map-canvas {
    display: none;
  }
}