@charset "utf-8";
/* CSS Document */
#banner_zocalo_contenedor {
		display: flex;
		justify-content: center;
	}	
#banner_zocalo #closeButton {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	background-color: var(--blanco);
	border:var(--negro) solid 0.3rem;
	border-radius: 100%;
	width: 2.2rem;
	height: 2.2rem;
	cursor: pointer;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#banner_zocalo #closeButton img{
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;

}
