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

.columnas p{

	font-size:18px;
}

.columnas .precios-amz, .columnas .boton-comprar-amz{

	font-size:18px;
}

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


.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: #f1eeea;
    padding: 30px 5%;
    width: 40%;
    color: #cba674;/*#0a0a0a;*/
    font-weight: bold;
    text-align: center;
    float: left;
    border-radius: 10px 0 0 10px;
	text-decoration: none;
	max-height: 30px;
    overflow: hidden;
}

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

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

.boton-comprar-amz{
background: #f1eeea;
    padding: 30px 5%;
    width: 40%;
    color: #343434;/*#fff;*/
    font-weight: bold;
    text-align: center;
    float: left;
    text-decoration: none;
    border-radius: 0 10px 10px 0;
	max-height: 15px;
    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;
}

}