#cabezalbuscador2{
	display:none;
}
#cabezalbuscador{
	float:right;
	width:426px;
	height:27px;
	text-align:right;
	padding-top:23px;
}
#nombreconsorcio{
	float:left;
	padding-left:2px;
	padding-right:3px;
	padding-top:4px;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  width:78%;
  float:left;
  margin-left:3px;
  text-align:left;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 0px;
  font-size: 14px;
  height:24px;
}

input[type=text] {
  width: 100%;
  background-color:#FFFFFF;
    font-family:"italic";
	padding-left:5px;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  width:101.5%;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #053156; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #999999; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color:#999999 !important; 
  color: #ffffff;
}

@media screen and (max-width:852px){
#cabezalbuscador{
	display:none;
}
#cabezalbuscador2{
	display:block;
	float:none;
	text-align:center;
	width:100%;
	padding-top:0px;
	margin:0 auto;
	text-align:center;
}
#nombreconsorcio{
	float:none;
	padding-top:5px;
}
.autocomplete {
	float:none;
	margin-left:0px;
	text-align:center;
	margin:0 auto;
	padding-top:5px;
}
#fj2chico{
	float:none;
	width:100%;
	max-width:340px;
	padding-left:5px;
}
.autocomplete-items {
	margin:0 auto;
    width:100%;
	max-width:345px;
	text-align:left;
}
}