body{
    padding-top: 70px;
    
}
.container-inicio {
    background-color: #f5f5f5;
    padding-bottom: 4em;
}
.titulo-inicio h1 {
    font-weight: bold !important;
}
input#btnEnviarArchivo{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	opacity: 0;
}

div#div_file{
    color: #fff;
    height: 25px;
	width:150px;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.easy-autocomplete {
	width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
    
