body {
  /*background-color: #CCADAD*/
  background-color: #E0C8C8;
  background-image:"fotopinterest.jpg";
  /*font-family: "Sans-Serif";*/
  font-family:'Times New Roman', Times, serif;
  min-width: 350px;
  max-width: 1500px;
  margin: 0 auto;       /* para centrar */
  text-align: center;
}

header {
  text-align: center;
  margin: 0 auto;
}

.logo {
  max-width: 350px;
}

.catalogo {
	text-align: center;
}

p {
	/*font-family: "Sans-Serif";*/
	font-size: smaller;
}

p.descr {
    margin: 0 auto;
    /*margin: 20px;*/
    /*text-align: left;*/
}

p.barra {
    color: black;
    /*font-family:Sans-Serif;*/
    font-size:120%;
}

p.barrac {
    text-align:center;
    /*font-family:Sans-Serif;*/
    font-size:120%;
}

p.d {
    text-align:right;
    /*font-family:Sans-Serif;*/
    font-size:75%;
}

h1 {
    /*font-family:'Times New Roman', Times, serif;*/
}

.imagenes {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 10px;
}

.imagenes img {
  margin: 10px;
  border-radius: 35px;
}

.art {
    display: flex-start;
}

.art img {
  margin: 10px;
  border-radius: 35px;
}

.nota-pie {
  text-align: center;
}

.pie {
    background-color: rgba(245, 245, 245, 0.605);
    /*background-color: #edcbcb;*/
    border-radius: 50px;
    margin: 25px;
    /*font-family:Sans-Serif;*/
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.popup-imagen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 90%;
    max-width: 90%;
    background-color: #fff;
}
