.body
{
}

.contenedor
{
 width: 100%;
 max-width: 700px;
 height: auto; 
 margin: 0 auto;
}

.portada
{
 width: 250px;
 height: 300px; 
 float: left;
 margin: 10px;
 
}

.img-unas
{
 background-image: url("../img-catalogo/unas.png");
 background-size: cover;      /* Ajusta para cubrir el div */
 background-position: center; /* Centra la imagen */
 background-repeat: no-repeat; /* Evita que se repita */	
}

.img-perfumeria
{
 background-image: url("../img-catalogo/perfumeria.png");
 background-size: cover;      /* Ajusta para cubrir el div */
 background-position: center; /* Centra la imagen */
 background-repeat: no-repeat; /* Evita que se repita */	
}

.img-peluqueria
{
 background-image: url("../img-catalogo/peluqueria.png");
 background-size: cover;      /* Ajusta para cubrir el div */
 background-position: center; /* Centra la imagen */
 background-repeat: no-repeat; /* Evita que se repita */	
}

button 
{
 align: center;	
}