.clabs-barra-superior{
	position: relative;
}
.clabs-header{
	position: relative;
	top:0px;
}

.clabs-banner{
	height: 300px;
}

.clabs-contenedor-titulo{
	position: absolute;
	top:0px;
	left: 0px;
	width:100%;
}

h1{
	display: block;
	position: absolute;
	left:40%;
	top:0px;
	font-size: 40px;
	color:white;
	margin:0px;
}

.clabs-celda-perfume{
	width:33.33%;
	margin-top:50px;

}

.clabs-dinamico-perfumes{
	margin-top:40px;
}

.clabs-interno-perfume{
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

.clabs-interno-perfume img{
	max-width: 200px;
}

.clabs-nombre-perfume{
	font-size: 20px;
	font-family: fuente-bold;
}

.clabs-filtro{
	margin-top:30px;
}
input{
	width:100%;
	border:none;
	background-color: transparent;
	border-bottom: 1px solid #7F5600;
	height: 30px;
}

.clabs-filtro{
	width:50%;
}
.clabs-interno-filtro{
	padding-left:10px;
	padding-right: 10px;
}

.clabs-filtro-sexo a{
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.clabs-paginador{

}

.clabs-paginador select{
	width:100px;
	margin-top:30px;
	margin-bottom:30px;
	border:none;
	height:30px;
	border-bottom: 1px solid #7F5600;
}

@media only screen and (max-width: 768px) {

	.clabs-celda-perfume{
		width:50%;
	}


	h1{
		left:35%;
	}

}

@media only screen and (max-width: 600px) {
	.clabs-banner{
		height: 230px;
	}

	h1{
		font-size: 30px;
	}
}


@media only screen and (max-width: 500px) {

	.clabs-celda-perfume{
		width:100%;
	}

}

@media only screen and (max-width: 400px) {
	.clabs-banner{
		height: 175px;
	}

	h1{
		font-size: 25px;
	}
}
