.banner img{
	width:100%;
	display: block;
}

.contenido{
	margin-top:80px;
	margin-bottom: 80px;
	position: relative;
}

.boton-filtros{
	position: absolute;
	right:10px;
	top:-60px;
	display: none;
	z-index: 11;
}

.boton-filtros img{
	height: 50px;
	cursor:pointer;
}

.celda-filtros{
	width:20%;
}

.celda-filtros .interno{
	padding-right: 5px;

}

.celda-resultados{
	width:80%;
}

.celda-resultados .borde{
	border-left: 1px solid #173465;
}

.celda-resultados .interno{
	padding-left: 20px;
}


.bloque-filtros{
	margin-bottom: 10px;
}

.titulo-filtro{
	color:black;
	font-family: fuente-black;
	font-size: 50px;
	margin-bottom: 10px;
	margin-top:10px;
}

.titulo-opcion-filtro{
	color:black;
	font-family: fuente-bold;
	margin-bottom: 10px;
	margin-top:5px;
	cursor:pointer;
}
.titulo-opcion-filtro:hover{
	text-decoration: underline;
}

.subopcion-filtro{
	color:#888;
	margin-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
}

.subopcion-filtro:hover{
	text-decoration: underline;
}

.subopcion-filtro:hover{
	text-decoration: underline
}

.opcion-filtro{
	margin-bottom: 5px;
}

.subopciones-filtro{
	margin-bottom: 20px;
}

.celda-ficha{
	width:25%;
}

@media only screen and (max-width: 1350px) {
	.celda-ficha{
		width:33.33%;
		max-width:275px;
	}

	.celda-filtros{
		width:25%;
	}

	.celda-resultados{
		width:75%;
	}

	.subopciones-filtro{
		font-size: 13px;
	}
}

@media only screen and (max-width: 1000px) {
	.celda-filtros{
		width:20%;
	}

	.celda-resultados{
		width:80%;
	}

}


@media only screen and (max-width: 1000px) {
	.celda-filtros{
		width:30%;
	}

	.celda-resultados{
		width:70%;
	}
	
	.celda-ficha{
		width:50%;
	}
}

@media only screen and (max-width: 768px) {
	.celda-ficha{
		width:50%;
		max-width: initial;
	}

	.celda-filtros{
		position: fixed;
		left: 0px;
		top: -100%;
		width:100%;
		height: 100%;
		background-color: white;
		z-index: 10;
		overflow: auto;
	}

	.titulo-opcion-filtro{
		text-align: center;
	}
	.titulo-filtro{
		text-align: center;
	}

	.celda-resultados{
		width:100%;
	}

	.celda-ficha .interno{
		max-width: 275px;
	}

	.boton-filtros{
		display: block;
	}
}


@media only screen and (max-width: 550px) {
	.celda-resultados .interno{
		padding-left: 5px;
	}
	.nombre-producto{
		font-size: 13px;
	}	
	.titulo-filtro{
		font-size:15px;
	}
	.titulo-opcion-filtro{
		font-size: 15px;
	}
}

.celda-paginacion{
	margin-left: 5px;
	margin-right: 5px;
	line-height: 30px;
	color:white;
	font-family: fuente-bold;
}

.sin-resultados{
	font-family: fuente-bold;
	color:black;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.celda-paginacion select{
	height: 22px;
	border:none;
	position: relative;
    top: 4px;
}

.visual-paginacion{
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
	color:white;
	padding-top: 10px;
    padding-bottom: 10px;
}