<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.box_acustico { margin:0 auto; width: 90%;  list-style:none; }

.box_cole li, #wrapper #content section .box_cole ul li{
	float:left;
	margin:0px;
	width:32%;
}

.box_acustico li, #wrapper #content section .box_acustico li{
	float:left;
	margin:10px 0px;
    width:50%;
    padding: 0 35px;
    box-sizing: border-box;
}
.box_cole li img, .box_cole2 li img, #wrapper #content section .box_acustico li img, .buttoncamilin, .buttoncamilin2  { width: 100% !important;	}



.box_cole li:hover img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.box_acustico li:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


.boton {
	margin-top:5px;
	margin-bottom:15px;
	display:block;
	text-align:center;
	color:#000;
	border:#000 solid 2px;
	/*border-radius:4px;*/
	padding: 4px;
	width:96%;
	font-size:11px;
}

.boton:hover {
	background-color:#000;
	color:#FFF;
}

@media (max-width: 480px) {
ul.box_acustico { margin:0 auto; width: 100%;  list-style:none; padding:0;  }

	.box_acustico li, #wrapper #content section .box_acustico li{
		float:none;
		margin:10px auto;
		padding: 0;
	    width:90%;
	}
}</pre></body></html>