@charset "utf-8";

.resolucion {
	width: 100%;
	text-align: center;
}
/**Movil**/
@media (max-width: 389px){
	.desktop {display: none;}
	.tablet {display: none;}
}
/**Tablet**/
@media (min-width: 768px) and (max-width: 670px){
	.desktop {display: none;}
	.movil {display: none;}
}
/**Escritorio**/
@media (min-width: 1920px) and (max-width: 767px){
	.tablet {display: none;}
	.movil {display: none;}
}
.ImgCentral {
	background-image: url("Images/Pantalla1Index__08.jpg")
}
.Imgsomos {
	background-image: url("Images/Pantalla2_Somos_09.jpg")
}
.ImgCon {
	background-image: url("Images/Pantalla3_Contactos_09.jpg")
}
.ImgMinis{
	background-image: url("Images/Pantalla4_Ministerio_09.png")
}
.radioaling { height: 100px;
  width: 100px; 
  position: static;
}
.Radmarg {
  border: 0px solid black;
  margin-top: 50%;
  margin-bottom: 01px;
  margin-right: 75%;
  margin-left: 15px;
}
.inicio {
	background-image: url("Images/Pantalla1Index__03.jpg")
}
.somos { 
	background-image: url("Images/Pantalla1Index__04.jpg")
}
.contactos { 
	background-image: url("Images/Pantalla1Index__05.jpg")	
}
.ministerio { 
	background-image: url("Images/Pantalla1Index__06.jpg")
}
