	body {
                        padding: 0;
                        margin: 0;
                }


                html, body, #map {
                        height: 100%;
                        font-family: verdana;
                }

                .item {
                        margin: 0 0 20px 0;
                }

                .popup_header {
                        font-size: 12px;
                        margin-top: 10px;
                        color: #acb1b1;
                        text-shadow: 0 0 1px #fff;
                        font-weight: bold;
                }

                .popup_content {
                        color: #3e4b52;
                        font-weight: bold;
                }
				
		.card {
	  position: relative;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  min-width: 0;
	  word-wrap: break-word;
	  background-color: #fff;
	  background-clip: border-box;
	  border: 1px solid rgba(0, 0, 0, 0.125);
	  border-radius: 0.25rem;
	}

	.card-body {
	  -ms-flex: 1 1 auto;
	  flex: 1 1 auto;
	  padding: 1.25rem;
	}

	.card-header {
	  padding: 0px 0px 0px 5px;
	  margin-bottom: 0;
	  background-color: rgba(0, 0, 0, 0.03);
	  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	}

	.card-footer {
	  padding: 0.75rem 1.25rem;
	  background-color: rgba(0, 0, 0, 0.03);
	  border-top: 1px solid rgba(0, 0, 0, 0.125);
	}		
				
        .accordion .btn {
                line-height: 1px;
        }

        .accordion .btn {
                padding: 0px 0px 0px 5px;
        }

        .accordion a {
                text-decoration: none;
                color: #333;
        }

        .accordion .titulo {
                margin-left: 5px;
        }

	.modal-content {
                background-color: #353535;
                opacity: 0.9;
		top:20px;
        }

        .modal-header {
                border-bottom: none;
        }

        .modal-footer {
                border-top: none;
        }

        .modal-title {
                color: #1fabc6;
                font-weight: bold;
        }

        .modal-body {
                color: white;
                font-weight: bold;
                overflow-x: auto !important;
            max-width: 90vw !important;
        }

        .modal-dialog {
          position: relative;
          display: table;
          overflow: auto;
          width: auto;
          min-width: 300px;
          padding-top: 10%;
        }

	#floatingLeyenda{
	display:block;
	position:absolute;
    	bottom:20px;
    	right:5px;
    	width: 210px;
    	height: auto;
    	z-index:998;
	background-color : white;
	/*box-shadow: 3px 3px rgba(0,0,0 ,0.6);*/
}

#prueba_1_1 {
	background-color: #fdb7a7;
}

#prueba_2_1 {
	background-color: #9f7fbe;
}

#prueba_3_1 {
	background-color: #c5cae2;
}

#prueba_4_1 {
	background-color: #fecc94;
}

#prueba_5_1 {
	background-color: #bde3bd;
}

#base_1 {
	background-color: grey;
}

.btn-link {
	color: white;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.geofeature {
	text-align: center;
}