/* TABSCOLLS STYLES */
.nav-tabs.busqueda-auto > li {
    color: white;
	margin-right: 6px;
}
.nav-tabs.busqueda-auto > li.active > a, .nav-tabs.busqueda-auto > li.active > a:hover, .nav-tabs.busqueda-auto > li.active > a:focus {
    color: #333333;
    cursor: default;
    background-color: #f4f4f4;
	border-color: #f4f4f4;
}
.nav-tabs.busqueda-auto > li > a {
    color: white;
	border: 1px solid transparent;
	background-color: rgba(244, 244, 244, 0.17);
	font-size:20px;
	font-weight:300;
}
.nav.busqueda-auto > li > a:hover, .nav.busqueda-auto > li > a:focus {
    background-color: #000;
    color: white;
	border-color: #000 #000 #000;
}
/* TABSCOLLS STYLES */


.busqueda-ppal select.input-lg {
    height: 42px;
    line-height: 20px;
    padding: 10px 10px;
    font-size: small;
    border-color: #e6e6e6;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    background: url(../../imgs/select-arrow.png) no-repeat right #fafafa;
}


select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

.busqueda-ppal .btn-buscar {
    height: 42px;
    line-height: 20px;
    padding: 10px 10px;
    font-size: small;
    border-color: #e6e6e6;
	background-color:#333333;
	color:#FFF;
	text-transform:uppercase;
	font-size: 12.4px;
    letter-spacing: 0.37px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.busqueda-ppal .btn-buscar:hover {
    border-color: #e6e6e6;
	background-color:#c61111;
	color:#FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
