body {
  background-color: #f7f7f7; }

#Content {
  min-height: 250px; }

/*Mensajes*/
#mensaje {
  min-height: 0px;
  height: auto;
  background-color: #B9E3EC;
  text-align: right;
  font-family: Calibri;
  font-size: small; }

#mensaje a {
  margin-right: 20px;
  text-decoration: none;
  color: #2f5bb7; }

#mensaje .MensajeInfo {
  width: 100%;
  background-color: yellow;
  display: block;
  text-align: center;
  padding: 5px;
  font-size: medium;
  border-bottom: 2px solid #ffd800; }

/*Contenido*/
#MensajeLbl {
  display: block;
  padding: 2px;
  margin: auto 11px;
  text-decoration: none;
  text-align: center; }

#MensajeLbl {
  color: #C10000; }

.main {
  font-family: 'Segoe UI',calibri,Tahoma,Helvetica,Sans-Serif;
  padding: 10px; }

@media only screen and (max-width: 1000px) {
  .st-pusher {
    width: auto; }

  #encabezado {
    height: auto;
    display: inline-block;
    width: 100%;
    float: left; }

  #mensaje {
    clear: left; } }
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html,
body {
  height: 100%; }

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }

.form-signin .checkbox {
  font-weight: 400; }

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  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; }

/*# sourceMappingURL=EstilosLoginExpress.css.map */
