.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;
}

.font16 {
	font-size: 16px;
}

.fondoDegradado {
	padding-bottom: 15px;
	border: white solid 3px;
	border-radius: 12px;
	background: #e6e6e6;
	background: -moz-linear-gradient(left, #e6e6e6 0%, #ffffff 15%, #ffffff 85%, #e6e6e6
		100%);
	background: -webkit-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);
}

#estadisticas img {
	margin: 0 auto;
	padding-bottom: 10px;
}

#estadisticas .ocupacion{
	overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;}

#estadisticas2 {
	background-color: #0f69b4;
	color: white;
	padding-top: 15px;
	padding-bottom: 0px;
}

#estadisticas2 h3 {
	font-family: "gobCL-bold";
	font-style: 26px;
	margin-top: 7px;
	margin-bottom: 0px;
}

#estadisticas2 .col-sm-3 {
	padding-right: 4px;
	padding-left: 4px;
}

.columnaDerecha {
	margin-left: 15px;
	margin-top: 15px;
}

.enlaces{
	color: inherit;
}
.Text {
	padding-bottom: 20px;
}

.Text p {
	font-size: 18px;
	margin-top: 20px;
}

.Text h1 {
	font-size: 40px;
	color: #0f69b4;
}

.Text h4 {
	font-size: 20px;
	color: #0f69b4;
	font-family: "gobCL-bold";
}

.Text p.contacto {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "gobCL-bold";
}

.Text i:not (.fa-inverse ){
	vertical-align: middle;
	color: #a7a9ac;
}

.home-h1 {
	font-size: 40px;
	color: #0f69b4;
	margin: 0.67em 0;
	font-weight: 500;
	font-height: 1.1;
}

.ad-h1 {
	font-size: 18px !important;
	margin-top: 20px !important;
	color: #666666 !important;
}

/*Ocultar el banner de Feria movil y mostrar el banner escritorio */
.bannerFeriaMobile{
    display: none;
}

.bannerFeriaEscritorio{
    display: inline;
}

@media ( max-width : 700px) {
	/*************index******/
	.width660 {
		max-width: 100%;
	}
	.width320 {
		max-width: 100%;
	}
	.width230 {
		margin-top: 15px;
		margin-right: inherit;;
		max-width: inherit;;
	}
	.width740 {
		margin-top: 15px;
		max-width: inherit;;
	}
	.banner660:nth-child(2n) {
		margin: auto;
		padding: 0px;
	}
	.banner660:nth-child(2n+1) {
		margin: auto;
		padding: 0px;
		margin-bottom: 15px;
	}
	.columnaDerecha img {
		margin: 0 auto;
	}
	
	/*Ocultar el banner de Feria escritorio y mostrar el banner Mobile */
	.bannerFeriaMobile{
	   display: inline;
	}
	
    .bannerFeriaEscritorio{
       display: none;
    }
}

/* Desde aqui: revisar Jon Ander - Estilos mapa ofertas */
#mapaEmpresas {
    margin-bottom:15px;
    height: 650px;
}

#iframeMapa {
    border:none;    
    width:316px;
    height:597px;
}

#mapaEmpresas h1 {    
    font-size: 20px;
    color: #0f69b4;
    text-align:center;
}

#mapLoading{
    position:absolute;
    color:#0f69b4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leyendaDonut {
    font-size: 12px;
    margin-top: -60px;
}

.circulo-a{
    color:#0f69b4;
}

.circulo-b{
    color:#eb3646;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #eb3646;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
    stroke: #0f69b4;
}

.tituloLeyenda{
    color: #777777;
}

.datosLeyenda{
    color: #777777;
    font-weight: bolder;
}

.socialNetName{
    font-weight: bold;
}

.socialNetDesc{
    font-style: italic;
    color: rgb(167, 169, 172);
}