@charset "utf-8";
/* CSS Document */

.image-description {width:100%;}
.image-description ul {
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
}
.image-description li {
	width:31%;
	height:400px;
	background:#818285;
	float:left;
	margin:1%;
	-webkit-box-shadow: -5px 5px 2px rgba(78,68,60,0.5);
	-moz-box-shadow: -5px 5px 2px rgba(78,68,60,0.5);
	box-shadow: -5px 5px 2px rgba(78,68,60,0.5);
}

.protecciones li{
	height: 280px;
	width:31%;
	display:inline-block;
}

.herramientas li{
	height: 360px;
	display:inline-block;
}

.titulo {
	float:left;
	margin-top: 10px;
	width:100%;
	/*height:20px;*/
	padding:7px 9px;
	background-color:#C0C2C3;
	border:none;
	color:#1B4E70;
	text-transform:uppercase;
	line-height:22px;
	font-weight: bold;
}

.photo {
	margin:auto;
	padding-top:10px;
	overflow:hidden;
	width:285px;
	height:218px;
}

.caption {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	margin:5px;
	/*border: 0;*/
	/*height:100px;*/
}

.muestra {
	margin:auto;
	padding-top:10px;
	overflow:hidden;
	width:214px;
	height:284px;
}
span {
	text-transform: none;
}
	
