#productos .navigatebar{
	margin-bottom: 0px;
}
@media (min-width: 768px) {
	#productos #productosbloque{
		min-height: 410px;
	}
}


.listadoproductos{
	border:1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}
.listadoproductos h2{
	margin-top:0px;
	font-size:30px;
}
.listadoproductos h2 a{
	font-size:30px;
	font-weight:bold;
}
.listadoproductos {
	font-size:16px;
	color:#333;
}
.detalleproducto h2{
	margin-top:0px;
	font-size:30px;
	font-weight:bold;
}