.fondo_claro
{
  cursor: pointer;
  color:#fff;
  background:rgba(0, 0, 0, .3);
  align-content: center;

}
    img.img-responsive 
  {
      margin: auto;
      display: block;
  }
  
  
  html
  {
    margin: 0px;
    padding:  0px;
    height: 100%;
    width: 100%;
  }

  x.container{
    height: 100%;
    width: 100%;
  
  }

.carousel, .carousel-inner > .item > img 
  {
      height: 100%;
      width: 100%; 
  }

.bg-nav
    {
        
        background-color:black; 
        /*background:rgba(248, 9, 9, 0.877); */
        color: black;
        font-family:'Montserrat';
        font-weight: bold; 
        font-size: 40px
    }

    h1
    {
       color: orange;
       font-weight: bold;
       font-family:Montserrat;
     }
 h2
 {
    color: orange;
    font-weight: bold;
    font-family:Montserrat;
  }
h3
 {
    color:orange;
    font-weight: bold;
    font-family:Montserrat;
  }

h4
 {
    color: orange;
    font-weight: bold;
    font-family:Montserrat;
  }
  
h5
 {
    color: blue;
    font-weight: bold;
    font-family:Montserrat;
  }

.color_producto  
  { 
    color: blue;
    font-weight: bold;
    font-family:'Montserrat';
    font-size:medium;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }
.color_producto_detalle  
  { 
    color: white;
    font-weight: bold;
  }
.color_producto_precio 
  { 
    color: red;
    font-weight: bold;
  }
.color_datos_local 
  { 
    color: white;
    font-weight: bold;
    font-family:'Montserrat';
    font-size:small;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .chachara 
  { 
    color: blue;
    /*font-weight: bold;*/
    font-family:'Montserrat';
    font-size:x-large;   /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .titulo_modulos 
  { 
    color: blue;
    font-weight: bold;
    font-family:'Montserrat';
    font-size:x-large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .letra_titulo_carrusel 
  { 
    color: white;
    font-weight: bold;
    font-family:Montserrat;
    font-size:xx-large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  A:link {text-decoration:none;color:white;font-family:Montserrat;font-size:medium; } 


  A:visited {text-decoration:none;color:white;font-family:Montserrat;font-size:medium; } 


  A:active {text-decoration:none;color:white;font-family:GrupMontserratpo;font-size:medium; } 

  A:hover {
    text-decoration:none;
    color:white;
    font-size:medium; 
    font-family:Montserrat;
  } 


