@font-face {
  font-family: "couture-bld";
  src: url("couture-bld.otf");
}
@font-face {
  font-family: "couture-bldit";
  src: url("couture-bldit.otf");
}@font-face {
  font-family: "Garet-Book";
  src: url("Garet-Book.ttf");
}

body{
  margin: 0;
  padding: 0;
  background-color: black;
}
.contenedor{
  background-color: white;
  margin: auto ;
}

.titulo{
  background-color:black;
  text-align: center;
}
.tabs li{
  color: white;
}
.cuerpo{
  background-color: white;
}
.piedepagina{
  color: white;
  background-color: black;
}

.imgAmoldar{
  width: 50%;
  height: auto;
}

.titulos{
  margin: 0;
  padding: 0;
  font-family: "couture-bld";
  color: white;
}
.titulos h2, h3{
  color: black;
}
.subtitulos{
  font-family: "couture-bldit";
}
.subtitulos h6:hover{
  color: grey;
}
.parrafos{
  font-family: "Garet-Book";
}
.parrafos a{
  text-decoration: none;
}
.parrafos a:hover{
  text-decoration: underline;
}
.centrar{
  text-align: center;
}
