body{
  font: 16px/1.4 Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif !important;
  background: #edf0f2;
}
h1{
  font: normal 1.975em "Omnes SemiBold";
  font-family: "Omnes SemiBold" !important;
  font-size: 2.5em;
}

/* ==========================================================
      ESTILOS PARA LOGIN
========================================================== */

.ajusteLogin{
  padding-top: 0;
  padding-bottom: 0;
  background: #e4e4e4d4;
  padding: 30px !important;
}
.imgFondo{
    background-image: url("../img/fondo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
  
}
.tituloLogin{
  display: block;
  font: normal 1.9em "Omnes SemiBold";
  color:#015caa;
}
.bienvenidos{
  font: normal 1.175em "Omnes SemiBold";
 
}

