
:root {
	--colorFondoSistema: white;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  background: var(--colorFondoSistema);
  overflow-x: hidden;
  margin: 0px;
  min-height: 100%;                       /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/
}

#home
{
	background: url("../../images/Home.jpg") top center no-repeat;
	background-size: cover;
	background-position-x: center;
	width: 100%;
	padding-top: 77.29%; /*1920x1484 -> 1484/1920 = 0.7729*/
}

#primera
{
	background: url("../../images/1cymgroup.jpg") top center no-repeat;
	background-size: cover;
	background-position-x: center;
	width: 100%;
	padding-top: 77.29%; /*1920x1484 -> 1484/1920 = 0.7729*/
}