﻿.autocomplete-suggestions {
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.14);
	-moz-box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.14);
	box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.14);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	font-family: sans-serif;
	font-size: 13px;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #bf0411;
}

#autocomplete-ajax-x {
	
	color: #B8D9E8; 
	position: absolute; 
	z-index: 0; 
	background-color:white; 
	width:99.8%; 
	border-radius:6px;
	}

#autocomplete-ajax-x2 {
	color: #ff001257;
	position: absolute;
	z-index: 0;
	background-color: #fff;
	width: 99.8%;
	border-radius: 6px;
	border: 0px;
	font-size: small;
}

.buscador label  {
	display:block;
	float:left;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003;
}
.buscador input  {
	width:628px;
	float:left;
	border:none;
	height:32px;
	font-size:13px;
	color:#000;
	background-image: url(../imgs/bg-search_grey.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: transparent;
}
.buscador input:focus{
	outline:0px;
}

.buscador a  {
	height:42px;
	display:block;
	float:right;
	width:57px;
	margin-left:-47px;
	background-image: url(../imgs/btn-search.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: inherit;
}
.buscador a:hover{
	background-position:0 -42px;
}


button.btn.btn-link.input-lg.buscador{
    background-color: #0d3481;
    border-radius: 100px;
    padding: 0px 24px;
    margin: 1px;
}