.centrado{
    text-align: center;
}
.borderstyle{
    border-style: dashed;
}
.colorblack{
    background-color: black;
}
.borderradius{
    border-radius: 25px;
}
.galeria{
    border-radius: 25px;
    height: 450px;
    width: 450px;
}
.letrafondoclaro{
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
}
.letrafondooscuro{
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
}
.titulodorado{
    color: gold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.encabezado{
    color: white;
}
.imgPrin{
    background-image: url(img/imgPrincipal.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.marco{
    border-style: solid;
}
.angled-gradient {
  background: linear-gradient(70deg, rgb(89, 89, 150), pink);
}
.simple-linear {
  background: linear-gradient( 70deg, rgb(18, 128, 128), rgb(161, 84, 97));
  border-style: solid;
  border-color: white;
}
.simple-lineartomato {
  background: linear-gradient(rgb(204, 62, 37), rgb(187, 123, 133));
  border-style: solid;
  border-color: white;
}
.angled-gradientbrown {
  background: linear-gradient(70deg, brown, rgb(73, 20, 29));
  border-style: solid;
}
.angled-gradientfooter {
  background: linear-gradient(70deg, blueviolet, rgb(41, 7, 73));
  border-style: solid;
  border-color: white;
}
.imgprincipal{
    height: 400px;
    width: 400px;
    border-radius: 25px;
}
.backgroundnav{
    background: linear-gradient( 70deg, rgb(18, 128, 128), rgb(78, 19, 133));
}
.botonesnav{
   background: linear-gradient( 70deg, rgb(156, 13, 13), rgb(78, 19, 133));
   color: white; 
   border-color: white;
}
.backgroundtituloproductos{
    background: linear-gradient( 70deg, rgb(78, 19, 133), yellowgreen);
   color: white; 
}
.tiposdonas{
    font-family: fantasy;
}
.letrasproductos{
    font-family: cursive;
    font-size: larger;
    font-style: oblique;
    color: rgb(46, 10, 80);
}
.letrarojiza{
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(155, 12, 55);
}
.imgtamanoproductos{
    height: 300px;
    height: 300px;
}
