#producto2, #producto3{
	padding-top:30px;
}
.contieneproductointerior{
	width:100%;
}

.imagenproducto{
	background:grey;
	width:165px;
	height:130px;
	float:left;
	margin-right:20px;
}
#imgproducto1{
	background:url(../img/comercial.png);
}
#imgproducto2{
	background:url(../img/produccion.png);
}
#imgproducto3{
	background:url(../img/courier.png);
}
.imagenproducto a{
    display: block;
    width: 100%;
    height: 100%;
}
.imagenproducto a span{
    display: none;
}
.contieneproductointerior a{
	/*font-family:arial;
	font-weight:bold;
	font-size:18px;
	position:relative;*/
    text-decoration:none;
	/*color:#0080FF;
	/*color:#006393;*/
font-family: MetaBlack,"Trebuchet MS",sans-serif;
font-weight: bold;
text-transform: uppercase;
font-style: normal;
font-size: 130%;
display: block;
letter-spacing: -0.02em;
line-height: 1em;
color: rgb(72, 72, 72);
text-align: left;
font-size: 40px;
line-height: 1em;
}
.contieneproductointerior p{
    margin-top:10px;
}


