.productos {
	padding:30px;
	width:716px;
}

.moduloCliente {
	width:100%;
	float:left;
	padding-bottom: 30px;
	border-bottom: #e2e2e2 2px solid;
	margin-bottom:40px;
}

.logoCliente {
	width: 220px;
	height: 103px;
	float:left;
}
.introCliente {
	border-left: #e2e2e2 2px solid;
	float:left;
	padding:0 20px 0 24px;
	width:450px;
}
.introCliente p {
	float: left;
	width:100%;
}
.introCliente a {
	float: left;
	background-image:url(../_img/bullet-blanco-right.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 20px;
	width: 400px;
	color:#cc032e;
	text-decoration:none;
}
.introCliente a:hover {
	background-image:url(../_img/bullet-blanco-right.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:underline;
}
.listadoProductos {
	float:left;
	width: 741px;
	padding-top: 20px;
	margin-right:-25px;
}
.lineaProductos {
	float:left;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}
.producto {
	width: 118px;
	float:left;
	padding-right: 30px;
}
.ultimoProducto {
	margin-right:-25px!important;
}
.imgProducto {
	width: 118px;
	height:118px;
	float:left;
	padding:0;
	margin: 0 0 6px 0;
}
.imgProducto a {
	width: 110px;
	height:110px;
	float:left;
	padding:0;
	border: #e2e2e2 4px solid;
}
.imgProducto a:hover {
	border: #cc032e 4px solid;
}
.txtProducto {
	width: 108px;
	float:left;
	padding: 0 5px 10px 5px;
}
.txtProducto p a {
	color:#595655;
}
.txtProducto p a:hover {
	text-decoration:underline;
}


