.fondo_claro
{
  cursor: pointer;
  color:#fff;
  background:rgba(0, 0, 0, .3);
  align-content: center;
  font-family: 'Comfortaa', cursive;
}
    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: white;
        font-family: 'Comfortaa', cursive;
        font-weight: bold; 
       
    }

    h2
 {
    color: white;
 
    font-family: 'Comfortaa', cursive;
  }
h3
 {
    color: blue;

    font-family: 'Comfortaa', cursive;
  }

h4
 {
    color: blue;
    
    font-family: 'Comfortaa', cursive;
  }
  
h5
 {
    color: WHITE;
  
    font-family: 'Comfortaa', cursive;
  }

.color_producto  
  { 
    color: blue;
    font-weight: bold;
  }
.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: 'Comfortaa', cursive;
    font-size:medium;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .letra_titulo_carrusel 
  { 
    color: white;
    font-weight: bold;
    font-family: 'Comfortaa', cursive;
    font-size:xx-large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  A:link {text-decoration:none;color:white;} 


  A:visited {text-decoration:none;color:white;} 


  A:active {text-decoration:none;color:BLUE;} 

  A:hover {
    text-decoration:none;
    color:white;
    /*font-size:15px;*/
  } 


