body{
	text-align: center;
}

.titulo-pagina{
	font-family: fuente-bold;
	font-size: 25px;
	margin-top: 50px;
}

.contenido-principal{
	margin-top: 50px;
	margin-bottom: 50px;
}


.lista{
	text-align: left;
	width: 25%;
	padding-right: 10px;
	box-sizing: border-box;
}


.mapa{
	text-align: left;
	width: 75%;
	padding-left: 10px;
	box-sizing: border-box;
}

select.filtro-ciudades{
	height: 30px;
	border:1px solid black;
	background-color: transparent;
	width: 100%;
}

.mapa{
	height: 600px;
	background-color: black;
}

.lista{
	height: 600px;
	overflow: auto;
}

.direccion-tienda{
	font-family:fuente-light;
	font-size: 13px;
}
.telefono-tienda{
	font-family:fuente-light;
	font-size: 13px;
}

.ciudad-tienda{
	font-size: 13px;
}

.sucursal-mapa{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid black;
}

.boton-maps{
	background-color: black;
	color:white;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
	margin-top: 10px;
	font-size: 13px;
}

.contenedor-logo{
	background-color: black;
	display: inline-block;
	padding:10px;
	margin-bottom: 10px;
}
.contenedor-logo img{
	height: 20px;
	margin:0 auto;
}

@media only screen and (max-width: 1000px) {
	.lista{
		width: 35%;
	}
	.mapa{
		width: 65%;
	}
}

@media only screen and (max-width: 700px) {
	.lista{
		width: 100%;
		height: auto;
	}
	.mapa{
		width: 100%;
	}
	.sucursal-mapa	{
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		border-bottom: none;
		border-top: 1px solid black;
	}
}


@media only screen and (max-width: 550px) {

	.sucursal-mapa	{
		width: 50%;
	}
}



@media only screen and (max-width: 450px) {

	.sucursal-mapa	{
		width: 100%;
	}
}
