@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
	background:#000;
}

#video-background {
    height: 100%;
    position: fixed;
    width: 100%;
}

#idiomas{
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
	align: central;
	left: 41%;
	top: 94%;
	}
	
	#ministerio {
	position: absolute;
	borde: 0; 
	Cellspacing: 0;
	Cellpadding: 0;
	width: 50%;
	height: auto;
	z-index: 2;
	left: 31%;
	top: 0%;
}
@media (max-width: 1100px) {

#idiomas {
	left: 40%;
	top: 94%;
}

#ministerio {
	left: 30%;
	top: 0%;
}
}
@media (max-width: 950px) {

#idiomas {
	left: 35%;
    top: 94%;
}
#ministerio {
	left: 18%;
	top: 0%;
}

}

@media (max-width: 700px) {

#idiomas {
	left: 25%;
	top: 94%;
}
#ministerio {
	left: 8%;
	top: 0%;
}

}
@media (max-width: 500px) {

#idiomas {
	left: 18%;
	top: 92%;
}
#ministerio {
	left: 0%;
	top: 0%;
}

}
@media screen and (min-width: 240px) and (max-width: 500px){

#idiomas {
	left: 19%;
	top: 92%;
}

#ministerio {
	left: 0%;
	top: 0%;
}
}