
#mapa_movil {
	
	padding: 20px 0;
	margin: 0;
	background: url(../imagenes/box_girl.jpg) no-repeat center top;
	background-color: #0375bc;
}
#mapa_movil h4 {
	color: #fff;
	font-size: .8em;
	margin: 0;
	text-align: center;
	margin-bottom: 1em;
	/*margin-top: 0;
	margin-bottom: 10px;
	padding-left: .4em;
	padding-right: 10px;
	font-size: 1.1em;
	color: #fff;
	background: #1b2342;

	border-radius: 4px;
	display: table;*/

	/*text-align: center;*/
}

#mapa_movil .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #0375bc;
}

#mapa_movil .contenedor article {
	width: 100%;
	height: auto;
	margin: 0px 25px;
	background-color: none;

	/*font-family: 'Hind Siliguri', sans-serif;*/
}

#social {
	width: 100%;
	font-size: 28px;
	text-align: center;
	margin-top: 10px;
}

#social a {
	margin: 0px 10px;
	color: #fff;
	text-decoration: none;
}

#mapa_movil article img {
	margin: 4px;
	width: 98%;
	max-width: 373px;
}

#mapa_movil .contenedor article p {
	font-size: .7em;
	margin: .7em;
	text-align: justify;
}

#elementos_movil {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

#elementos_movil li {
	color: #fff;
	font-size: .8em;
	text-align: center;
}

#elementos_movil .dir_movil {
	color: #fff;
	font-size: .7em;
	text-align: center;
}

#elementos_movil #lista {
	color: #fff;
	text-decoration: none;
	line-height: 2;
	padding-left: 0;
	font-size: .7em;
}

#elementos_movil li a {
	color: #fff;
	text-decoration: none;
	line-height: 2;
	/*display: inline-block;*/
	padding-left: 0;
	font-size: 1.9em;
}

#elementos_movil li a:hover {
	color: #6fbd4d;
}

#elementos_movil .boton a {
	display: flex;
	border-radius: 25px;
	border: 1px solid #fff;
	padding: 5px;
	padding-left: 5%;
}

#elementos_movil .boton a:hover {
	border-radius: 25px;
	background-color: #fff;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	#mapa_movil {
		display: none;
	}

	#social {
		width: 15%;
	}

	#mapa_movil .contenedor article {
		width: 15%;
		height: auto;
		margin: 4px 30px;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {

	#social {
		width: 15%;
	}

	#mapa_movil .contenedor article {
		width: 15%;
		height: auto;
		margin: 4px 0px;
		margin-left: 3%;
	}

	#mapa_movil article img {
		margin: 12px 12px;
		width: 93%;
		max-width: 366px;
	}

}