@charset "utf-8";
/* CSS Document */

#ministerio {
	position: absolute;
	width: 337px;
	height: 17px;
	z-index: 1;
	left: 32%;
	top: 85%;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.caja3{
		margin-top: -7.5em;
		}
.contenido {
	margin-top: 5em;
    height: 35em;
	}

footer { 
display: flex;
position: absolute;
bottom: 0em;
}
#disco { bottom: 6em;
	}
#musica { bottom: -2em;
	}
#redes { bottom: -6em;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1100px) {
	
	
	.caja3{
		margin-top: -10em;
		
		}
.contenido {
	margin-top: 5em;
	
	}

footer { 
display: flex;
position: absolute;
bottom: -1em;
}
#disco { bottom: -6em;
	}
#musica { bottom: -4em;
	}
#redes { bottom: -2em;
	}
#ministerio {
	position: absolute;
	width: 337px;
	height: 17px;
	z-index: 1;
	left: 5%;
	top:0em;
}
}

