.holder{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.previa{
	overflow: hidden;
}

.previa1{
	width: 33%;
	float: left;
	text-align: center;
	font-size: 12px;
	
}

.leer{
	color: white/*#353535*/;
	font-size: 14px;
	font-weight: bold;
	background: #A533FF;
	border-radius: 5px;
	/*width: 100px;
	text-align: center;*/
}
.leer a{
	text-decoration: none;
	color: white;
}	
	

.index-abajo{
	margin-top: 20px
}

.puede-rep{
	width: 70%;
	float: left;
	/*border-radius: 0.5em;
	box-sizing: border-box;
	padding: 10px;rder: 3px solid #ddd;
	/**/*/
}
.puede-rep p{
	font-size: 12px;
}

.area-clientes{
	width: 25%;
	height: 250px;
	float: right;
	/*border: 3px solid #ddd;
	border-radius: 0.5em;*/
	box-sizing: border-box;
	padding: 12px;
	text-align: center;
	color: #A533FF;
	font-size: 30px;
}


.area-clientes img{
	float: center;
}






@media screen and (max-width: 768px){

.index-abajo{
	width: 680px;
}

}


@media screen and (max-width: 480px){

.holder{
	max-width: 480px;
	
}	
.holder .previa .previa1{
	clear: both;
	width: auto;
	float: none;
	display: block;
}
.holder .index-abajo .puede-rep,
.holder .index-abajo .area-clientes{
	clear: both;
	width: auto;
	float: none;
	display: block;
}

.previa1{
	width: 100%;
}
.previa{
	max-width: 480px;
	padding-right: 2em;
	padding-left: 0;
	

}
.holder .index-abajo .area-clientes{
	width: 50%;
	margin: 0 auto;
}

.puede-rep{
	max-width: 420px;
}	

}

@media screen and (max-width: 360px){

.previa{
	max-width: 330px;
	padding-right: 2em;
	padding-left: 0;

}
.previa1{
	font-size: 16px;
}
.puede-rep{
	max-width: 300px;

}
.area-clientes{
	max-width: 300px;
}
}