body {
  /*padding-top: 40px;
  padding-bottom: 40px;*/
  background-color: #fff;
}

/* V. 3.0 */
/* Clase para título */
.titulo-matriculas {
  /*color: #e50b2c;*/
  color: #ff0000;
  text-align: center;
}

.titulo-top {
  margin: 0 auto;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sep-div {
 /*background-color: #e50b2c;*/
 background-color: #ff0000;
 height: 3em;
 width: 100%;
}

@media only screen and (max-width: 900px) {
  .img-top {
    display: none;
  }
  .img-mg {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .img-top {
    float: left;
    position: absolute;
    margin-top: 0;
  }
  .lg2 {
    display: none;
  }
}

/* ------------------- */

.VYMape{

	background: #e0e0e0;
	bottom:0;
	direction: ltr;
	left:0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index:-1;
}
.VYMape svg {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
