.enlaceImagen {
	text-decoration: none !important;
	width: 100% !important;
	height: auto !important;
}

.banner_imagenes {
	width: 100% !important;
	height: 367px !important;
	overflow: hidden;
}

.banner_imagenes a:not(:first-child),
.banner_titulos span:not(:first-child) {
	display:none;
}

#bannercontainer {
	width: 100%;
}
#bannercontainer img.banner {
	width: 100% !important;
	height: auto !important;
	top: inherit !important;
	bottom: 0;
}

.banner_botones {
	height: 38px;
	background-color: #0A629D;
}
.banner_botones {
	display: flex;
    justify-content: space-between;
    align-items: center;
	cursor:pointer;
}
.banner_titulos {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Open Sans Semibold";
}
.banner_titulos a {
	width: 100% !important;
	height: 50px !important;
	text-align: center;
	cursor: pointer;
	line-height: 5rem;
}
.banner_botones img {
	margin: 0 15px;
	/* height: 25px; hace falta poner los SVG sin margenes */
}

.banner_indicadores {
	display: flex;
	justify-content: center;
	margin: 10px 0 0 0;
}
.banner_indicadores span {
	display: block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: solid 1px darkgray;
	margin: 0 5px;
}
.banner_indicadores span.active {
	background-color: #0A629D
}

#banner-modernizacion_texto{
	position: absolute;
	top: 5px; 
	left: 386px;
	height: 95px;
	width: 295px;
	z-index: 1;
	overflow: hidden;
}
.tabla_grande_titulo{
	font-size:15px;
	width:295px;
	font-weight: bold;
	overflow: hidden;
}
.tabla_grande_texto{
	margin-top:3px;
	font-size:20px;
	clear:both; 
	width:295px;
	overflow: hidden;
}
.tabla_pequena_titulo{
	font-size:12px;
	width: 150px;
	font-weight: bold;
	overflow: hidden;
}
.tabla_pequena_texto{
	margin-top:6px;
	font-size:15px;
	clear: both;  
	width: 150px;
}
.tit_bloq{
	float:left;
}

/* lg P */
@media (max-width: 1200px) {
	.banner_imagenes {
		height: 303px !important;
	}
	.banner_botones {
		height: 32px;
	}
	.banner_titulos {
		font-size: 16px;
	}
	.banner_botones img {
		margin: 0 16px;
		height: 35px;
	}
	.banner_indicadores span {
		height: 10px;
		width: 10px;
	}
}
/* md T */
@media (max-width: 992px) {
	.banner_imagenes {
		height: 232px !important
	}
	.banner_botones {
		height: 32px;
	}
	.banner_titulos {
		font-size: 16px;
	}
	.banner_botones img {
		margin: 0 15px;
		height: 28px;
	}
	.banner_indicadores span {
		height: 9px;
		width: 9px;
	}
}
/* xd M */
@media (max-width: 768px) {
	.banner_imagenes {
		height: 126px !important;
	}
	.banner_botones {
		height: 19px;
	}
	.banner_titulos {
		font-size: 8px;
	}
	.banner_botones img {
		margin: 0 8px;
		height: 19px;
	}
	.banner_indicadores {
		display: none;
	}
}