/*
## icons
********************************************************************/


/****************** 
  ICONS CUSTOMIZED 
******************/
.iconBig {
	display: block;
	float: left;
	width: 73px;
	height: 73px;
	margin: 4px;
}


/* Images of icons */

.imgSaca,
.imgMoreinfo {
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.imgSaca { background-image: url("../images/truck.png"); }
.imgMoreinfo { background-image: url("../images/headphones.png"); }