.map {
width: 100%;
height: 100%;
border: 0px solid #000;
/*margin-bottom: 20px;*/
}

.navbar-inverse .navbar-inner {
	max-height: 6vh;
}

.map h5{
	margin: 2px;
}

div#map_addresses.map img {
max-width: inherit !important;
}

div#mapCanvas.map img {
max-width: inherit !important;
}

.infowindow{
    font-size:24px;
    width: 250px;
    color: #ff0000;
    font-family:Arial, Helvetica, sans-serif;
}

.cent{
	text-align: center;
}

.minicon{
	max-height: 24px;
}

.navbar-inner{
	vertical-align: middle;
}

#barra_lateral {
	width: 20%;
	height: auto;
	background-color: black;
	position: absolute;
	z-index: 1;
}

#contenido_mapa {
	width: 100%;
	height: 100%;
	position: relative;
}

.cuadrilla {
	height: 93.8vh;
	display: block;
	flex-direction: row;
	width: 100%;
}



.dropdown-toggle {
	padding-bottom: 0 !important;
}

.cont_categorias {
	list-style-type: none;
	margin: 0;
	position: relative;
	position: absolute;
	left: -100%;
	width: 100%;
	transition: left 1s ease;
}

.cat_datos_lista {
	padding: 0.5em;
	color: white;
	background-color: rgba(158, 0, 168, 1);
	border-top: 0.5px solid white;
	border-bottom: 0.5px solid white;
	cursor: pointer;
	position: relative;
}

.cat_datos_lista:hover {
	background-color: rgba(158, 0, 168, 0.87);
}

.lista_sitios_cat {
	margin: 0;
	list-style-type: none;
	display: none;
}

.sitio_cat {
	padding: 0.5em;
	background-color: rgba(158, 0, 168, 0.87);
	cursor: pointer;
}

.sitio_cat:hover {
	background-color: white;
}
.sitio_cat:hover div {
	color: rgba(0,84,168,1);
}
.sitio_cat div {
	color: white;
}

.num_sitios {
	position: absolute;
    top: 20%;
    left: 88%;
    padding: 0% 4%;
    background-color: white;
    color: rgba(0,84,168,1);
}
.cont_selects {
	text-align: center;
	color: white;
	background-color: black;
	padding-bottom: 1.5%;
}
.collapse.in {
	z-index: 2;
	background-color: #1b1b1b;
}
.cont_buscador {
	text-align: center;
}

.boton_cerrar {
	position: absolute;
	top: 0;
	left: 100%;
	width: 11%;
	z-index: 1;
	background-color: black;
	padding: 12px 9px;
	cursor: pointer;
}

.barrita {
	width: 100%;
    background-color: white;
    height: 2px;
    transition: transform 0.5s, opacity 0.5s ease-out;
}

#barra2,#barra3 {
	margin-top: 7px;
}

.barra1toggle {
	transform: rotate(45deg);
    transform-origin: 10% 10%;
    margin-left: 10%;
}

.barra3toggle {
	transform: rotate(-45deg);
    transform-origin: 10% 10%;
    margin-left: 7%;
}

.barra2toggle {
	opacity: 0;
}


.barraabierta {
	left: 0% !important;
}

#boton_donde_estoy {
	z-index: 1;
	position: absolute;
	right: 1%;
	background-color: rgba(0,0,0,0.5);
	top: 3%;
	cursor: pointer;
}

#boton_donde_estoy i {
	font-size: 3em;
	color: white;
}
body {
	padding: 0 !important;
}
@media (min-width: 0em) {
	#barra_lateral {
		width: 70%;
	}

	.barra1toggle, .barra2toggle, .barra3toggle {
		width: 30px;
	}

	.barra {
		width: 26px;
	}

	.navbar-fixed-top {
		margin: 0 !important;
	}
}

@media (min-width: 48em){
	#barra_lateral {
		width: 35%;
	}
}

@media (min-width: 64em) {
	.boton_cerrar {
		width: 8%;
	}
}

@media (min-width: 75em) {
	#barra_lateral {
		width: 20%;
	}

	.boton_cerrar {
		width: 11%;
	}
}
