html, body{
  height: 100%;
  background-color: #f4f5f7;
  color: #58666e;
}

::-webkit-scrollbar { 
    display: none; 
}

#container{
  height: 100%;
}
#row{
  position: relative;
  height: 100%;
}
.main {
  height: 100%;
  padding: 0;
}
.seccion{

}

#login{
	width: 320px;
	margin: 50px auto;
	padding: 10px;
	background: #fff;
  border: 1px solid #e3e3e3;
}
#login label{
	margin: 0;
	font-weight: 400;
}
#login input{
	margin: 5px 0;
}
#login .btn{
	margin-top: 10px;
	width: 100%;
}

div.bloque{
  background: #fff;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ddd;
} 

.cantidad {
  text-align: right;
}


/* Sobreescribe a Bootstrap */
a {
  color: #E83247;
}
a:hover {
  color: #E83247;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; /*margin-top: -18px;*/ }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { 
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
}
.autocomplete-group strong { display: block; border: 1px solid #000; }
