@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
	background:#000;
}

#video-background {
    height: 85%;
    position: fixed;
    width: 100%;
}

#idiomas{
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
	align: central;
	left: 36%;
	top: 95%;
	}
	#ministerio {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 2;
	left: 33%;
	top: 85%;
}
@media (max-width: 1100px) {

#idiomas {
	left: 33%;
	top: 95%;
}

#ministerio {
	left: 30%;
	top: 85%;
}
}
@media (max-width: 950px) {

#idiomas {
	left: 25%;
    top: 95%;
}
#ministerio {
	left: 20%;
	top: 85%;
}

}
@media (max-width: 700px) {

#idiomas {
	left: 20%;
	top: 90%;
}
#ministerio {
	left: 15%;
	top: 80%;
}

}
@media (max-width: 500px) {

#idiomas {
	left: 8%;
	top: 80%;
}
#ministerio {
	left: 0%;
	top: 65%;
}

}
@media screen and (min-width: 240px) and (max-width: 500px){

#idiomas {
	left: 8%;
	top: 80%;
}

#ministerio {
	left: 0%;
	top: 65%;
}
}