<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bigimage{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #AEAEAE;
	width: 100%;
	height: 330px;
	position: relative;
}
.bigimage .marca
{
	position: absolute;
	max-width: 100%;
}
.bigimage&gt;img{
	/*width: 100%;*/

}
.margen-big{
	
	margin-bottom: 10px;
}
.margen-col{ margin-bottom: 8px;}

.cont-mini{
	width: 100%;
	height: 82px;
	border: 1px solid #AEAEAE;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	cursor: pointer;


}
.cont-mini&gt;img{
	/*width: 100%;*/
	max-height: 100%;

}
.lupaimg{
	position: absolute;
	height: 320px;
}
</pre></body></html>