#stickyNav{
  position: fixed;
  width: 97%;
  z-index: 1;
}
h4{
  color: rgb(155 34 66);
}
hr{
   height: 2px;
  background-color: black;
}
.centrado{
/* display: flex;*/
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.caja{
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    border-color: #ccccd3;
}

span{
color: rgb(155 34 66);
}

.login-1{
    margin-left: 20px;
    margin-right: 20px;
}

.requisitos{

margin-left: 20px;
}

thead{
	background-color: #d8c1a0;
}
.letters{
	color:#ffffff;
	font-size: 17px !important;
}

.botones{
	background-color: rgb(155 34 66);
	color:#ffffff;
	font-size: 17px !important;
	border-color: rgb(155 34 66);
}
.espacio{
	    margin-left: 13px;
}

.busqueda{
	   
	display: block;
    width: 237px;
    height: 38px;
    border-radius: 4px;
    background-color: #00c851 !important;
	color: #ffffff !important;
    font-size: 17px !important;
	border-color:#00c851 !important;
}

img.img_menu {
    width: 607px;
    display: block;
    margin: auto;
}
.bienvenidos{
   text-align: center;
}

  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete { 
  position: absolute;
   cursor: default;
    background:#ffffff;
     border: lightsteelblue 1px ridge;
   }
 .ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    width: 100px;
 


  }

  * html .ui-autocomplete {
    height: 100px;
  width: 250px;
  }