.columnas{
	width:23%;
	float:left;
	display:block;
	margin:20px 1%;
}

.columnas p{
	
	font-size:12px;
}

.columnas a img, .columnas img{
	
	width:100%;
}

.columnas .precios-amz, .columnas .boton-comprar-amz{
	
	font-size:13px;
}

.columnas .producto-amz{
	height:190px;
}


.caja-amz p{
	
	height:50px;
	float:left;
	width:100%;
	overflow:hidden;
	
}

.productosamazon{
	float:left;
	width:100%;
	display:block;
	margin-bottom:20px;
}


.producto-amz {
    width: 100%;
	overflow:hidden;
	display:block;
}

.producto-amz img{
    width: 100%;
}

.precios-amz{
	
	background: #ededed;
    padding: 15px 5%;
    width: 50%;
    color: #333;
    font-weight: bold;
    text-align: center;
    float: left;
    border-radius: 10px 0 0 10px;
	text-decoration: none;
    overflow: hidden;
}

.precios-amz:hover{
	background: #d2d2d2;
}

.boton-comprar-amz:hover{
	background: #222;
}

.boton-comprar-amz{
background: #333;
    padding: 15px 5%;
    width: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    float: left;
    text-decoration: none;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

@media screen and (max-width: 1260px) {

	

	
}


@media screen and (max-width: 1260px) {

.columnas .producto-amz{
	height:155px;
}

	.columnas{
	width:31.33%;
	margin:20px 1%;
}
	
	
	.producto-amz {
	height:auto;
	overflow:none;
}
	
	.columnas .precios-amz, .columnas .boton-comprar-amz{
	
	font-size:10px;
}
	
}




@media screen and (max-width: 900px) {
	
.columnas{
	width:48%;
	margin:20px 1%;
}

.columnas .producto-amz{
	height:260px;
}
	
.columnas .precios-amz, .columnas .boton-comprar-amz{
	
	font-size:12px;
}
	
	.producto-amz {
	height:auto;
	overflow:none;
}
	
}


@media screen and (max-width: 600px) {
	
.columnas{
	width:98%;
	margin:20px 1%;
}
	
	.columnas .producto-amz{
	height:250px;
}
	
	.producto-amz {
	height:auto;
	overflow:none;
}
	
}

