.principal{
	background: url(../img/montaje-bajantes-de-escombros.jpg) no-repeat center #fff;
	background-size: cover;
}
.img100{ margin-bottom: -6px; }
.medidas img{ width: 70%; }
.embalaje img{ width: 50%; }

.dualpan{
	display: grid;
	grid-template-columns: 50% 50%;
}
.dualpan img { height: 50vh; }
.enlacepdf{ text-align: center; }

b.resaltado_portada{ background: rgba(255,255,255,0.75); width: auto; padding: 1vh; line-height: auto;}

.limedidas li {padding-bottom: 1vh;}

.tbtpi{ overflow: hidden;}



@media only screen and (max-width: 829px) {
	.medidas img{ width: 80%; height: auto; }
	.dualpan { padding-top: 8vh; }
	.dualpan img{ width: 80%; height: auto; }
	.enlacepdf{ text-align: right; }
	.principal h1{ position: absolute; bottom: 160px; background: rgba(255,255,255,0.75); width: 90%; padding: 16px;}
	b.resaltado_portada{ background: none;}
}

