footer {
	width: 980px;
	height: 170px;
	margin-top: 10px;
	background-color: #000000;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 1px;
}

.bloqueImg {
	width: 380px;
	height: 70px;
	float: left;
	margin-left: 288px;
	margin-top: 21px;
}

.ccu {
	width: 101px;
	height: 63px;
	float: left;
	margin-left: 34px;
}

.udg {
	width: 101px;
	height: 63px;
	float: left;
}

.telmex {
	width: 122px;
	height: 47px;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}

.txtFooter {
	width: 100%;
	height: 20px;
	float: left;
	font-size: 15px;
	margin-top: 11px;
}

.txtFooterBlack {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	margin-top: 11px;
	background-color: black;
	padding: 10px 0 10px 0;
}

.imgres {
	width: 100%;
	max-width: 720px;
	height: auto;
}

/* ==========================================================
   FOOTER RESPONSIVE
   ========================================================== */

/* --- TABLET + MOBILE (max-width: 980px) --- */
@media screen and (max-width: 980px) {

	footer {
		width: 100%;
		height: auto;
		min-height: 170px;
		padding: 20px 10px;
		box-sizing: border-box;
		float: none;
		clear: both;
		position: relative;
		z-index: 1;
	}

	.bloqueImg {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		flex-wrap: wrap;
	}

	.bloqueImg a {
		display: inline-block;
	}

	.udg {
		width: 80px;
		height: auto;
		float: none;
	}

	.telmex {
		width: 95px;
		height: auto;
		float: none;
		margin: 0;
	}

	.ccu {
		width: 80px;
		height: auto;
		float: none;
		margin: 0;
	}

	.txtFooter {
		width: 100%;
		height: auto;
		float: none;
		font-size: 13px;
		margin-top: 10px;
		padding: 0 10px;
		box-sizing: border-box;
		line-height: 1.4;
	}

	.txtFooterBlack {
		width: 100%;
		height: auto;
		float: none;
		font-size: 13px;
		padding: 10px;
		box-sizing: border-box;
	}
}

/* --- MOBILE PEQUEÑO (max-width: 480px) --- */
@media screen and (max-width: 480px) {

	footer {
		padding: 15px 8px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.bloqueImg {
		gap: 15px;
	}

	.udg {
		width: 65px;
	}

	.telmex {
		width: 78px;
	}

	.ccu {
		width: 65px;
	}

	.txtFooter {
		font-size: 11px;
		margin-top: 8px;
	}
}