

.productos-inicio{
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
}
.productos-inicio a{
	color: #000;
}
.productos-inicio article{
	width: 30%;
	box-sizing: border-box;
	padding: 7px;
	border: solid 1px #b5b5b5;
	border-radius: 5px;
	float: left;
	margin-left: 2.5%;
	margin-bottom: 30px;
}
.productos-inicio article:hover{
	background-color: #e4e4e4;
}
.productos-inicio article figure{
	width: 100%;
	box-sizing: border-box;
}
.productos-inicio article figure img{
	width: 100%;
	height: auto;
}
.productos-inicio article p{
	width: 100%;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
}


/*---------------MEDIA QUERYS-------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 320px) and (max-width: 480px) {
	.productos-inicio article{
		width: 93%;
	}
}
/*-------------*/
@media (min-width: 481px) and (max-width: 600px) { 

}
/*-------------*/
@media (min-width: 601px) and (max-width: 800px) {

}
/*-------------*/
@media (min-width: 801px) and (max-width: 1023px) {
    
}
/*-------------*/
@media (min-width: 1024px) and (max-width: 1200px) {
    
}



















