
body {
    background-color:#FBFBFB; 
  }
  .letraM{
    font-size: x-large;}


    onoffswitch {
      position: relative; width: 167px;
      -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  }
  .onoffswitch-checkbox {
      display: none;
  }
  .onoffswitch-label {
      display: block; overflow: hidden; cursor: pointer;
      border: 2px solid #999999; border-radius: 50px;
  }
  .onoffswitch-inner {
      display: block; width: 200%; margin-left: -100%;
      transition: margin 0.3s ease-in 0s;
  }
  .onoffswitch-inner:before, .onoffswitch-inner:after {
      display: block; float: left; width: 50%; height: 46px; padding: 0; line-height: 46px;
      font-size: 22px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
      box-sizing: border-box;
  }
  .onoffswitch-inner:before {
      content: "Si";
      padding-left: 31px;
      background-color: #34A7C1; color: #FFFFFF;
  }
  .onoffswitch-inner:after {
      content: "No";
      padding-right: 31px;
      background-color: #EEEEEE; color: #999999;
      text-align: right;
  }
  .onoffswitch-switch {
      display: block; width: 26px; margin: 10px;
      background: #FFFFFF;
      position: absolute; top: 0; bottom: 0;
      right: 117px;
      border: 2px solid #999999; border-radius: 50px;
      transition: all 0.3s ease-in 0s; 
  }
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
      margin-left: 0;
  }
  .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
      right: 0px; 
  }

  .main-map-container{
	background-color: white;
	height: 81%;
	width: 95%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 1.5%;	
	 
}