/* * {
		padding: 0;
		margin: 0;
	} */
#fondos1 {
  /* padding: 10px 50px -100px 0; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #17386c;
  /* background-image: linear-gradient(to bottom, rgba(14, 65, 102, 0.86),  #0e4166  ); */
  background-image: linear-gradient(to bottom, rgba(19, 142, 231, 0.86),  #0e4166  );
}
