body {
  background:url(../../assets/img/bg.jpg);
  /*background-size:cover;*/
  margin:0;
  background-repeat:repeat;
  background-position:top left;
}

html, body {
/*  height:100%;*/
}

div.overlay {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(252,252,255,0.92);
  z-index:-1;
}

i.glyphicon.logo {
  vertical-align:text-top;
}

textarea.campo_texto {
  width:100%;
  max-width: 100%;
  resize: vertical;
}

div.container.heading {
  margin-bottom:2em;
}

i.glyphicon {
  vertical-align:text-top;
}

.estado_aceptacion {
  color:#3ab892;
}

.estado_noaceptacion {
  color:red;
}

div.resultado_simulacion {
  display: block;
  margin-top:2em;
  border-top:2px dotted #e0e0df;
}

footer.footer_inner {
  padding:40px 0;
}

input,textarea{
  padding-left:5px;
}

#traza_pasos ul li{
  list-style-type: none;
}

@media (min-width: 768px){
.navbar-nav{
  float: right;
}
}