.select2-container--bootstrap .select2-selection {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.select2-search__field{
    font-family: FontAwesome, gobCL;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.resultadoOfertas {
	padding: 10px;
	border: white solid 3px;
	border-radius: 12px;
	background: #e6e6e6;
	background: -webkit-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%,
		#e6e6e6 100%);
	background: -o-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6
		100%);
	background: linear-gradient(to right, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6',
		endColorstr='#e6e6e6', GradientType=1);
}

.resultadoOfertas h3, #guardar_busqueda h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0f69b4;
	font-size: 17px;
	font-family: "gobCL-bold";
}

.resultadoOfertas h4 {
	margin: 0;
	font-family: "gobCl-bold";
	font-size: 15px;
}

.resultadoOfertas img {
	text-align: center;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	transform: translateY(25%);
}

.resultadoOfertas button {
	padding-top: 0px;
	padding-bottom: 0px
}

.resultadoOfertas .footer {
	font-size: 12px;
	vertical-align: middle;
}

#resumenOfertas {
    text-align:center;
}

#resumenOfertas span.numero {
    font-weight: bolder;
}

/******TABS PARA FORMULARIOS****/

.nav-tabs {
    border-bottom: 0px;
    margin-bottom: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: white;
	cursor: default;
    background-color: #0f69b4;
    border: 1px solid transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid grey;
    background-color: #ffffff;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}

.nav-tabs>li>a:hover {
    border-color: black;
    color: black;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.subTabs>li>a {
    margin-right: 2px;
    border: 1px solid transparent;
    background-color: #88b5dd;
    color: white;
    font-size: 11px;
}

#guardar_busqueda {
    text-align:center;
    padding:10px;
}

#guardar_busqueda .btn-circle {
  margin-top:5px;
  width: 50px;
  height: 50px;
  padding: 6px 13px;
  font-size: 28px;
  line-height: 1.33;
  border-radius:25px;
}

.resalatadoSpanTextResults{
	background-color: #CCE5FF;
}