.plantatipo{

	width:380px;
}
.plantatipoGrande{
	
	width:1000px;
}
#plantasGrandes{
	display:flex;
	flex-flow:column wrap;
	justify-content:space-around;
}
#plantas{
	display:none;

}
.planta_general{
	margin-top:5px;
}
.articulo{
	width:95%;
	margin-top:15%;
	
	text-align:center;
}
/* .listado td{
	border:1px solid;
	padding:6px;
} */
/* .venta{
	font-weight:bold;
	color:green;
}
.vendido{
	font-weight:bold;
	color:red;
} */
.informacion_click{
	display:none;
}


@media all and (max-width: 700px) {

.informacion_click{
	color:red;
	display:block;
}
#plantasGrandes{
	display:none;
}

#plantas{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
}


}

