

 .titulo_barra {font-family: 'Cabin Sketch', cursive;color:white;}

 

.fondo_claro
{
  cursor: pointer;
  color:#fff;
  background:rgba(0, 0, 0, .5);
  align-content: center;
  font-family: 'Arial', cursive;
  font-size:xx-large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
}
    img.img-responsive 
  {
      margin: auto;
      display: block;
  }
  
 

  html  
  {
    margin: 0px;
    padding:  0px;
    height: 100%;
    width: 100%;
  }

  body 
  {
  background-color:white;
  height: 100%;
  width: 100%;
  font-family: 'Arial';
  color: black ;
 }

.bg-nav
    {
        
        background-color:white; 
        /*background:rgba(248, 9, 9, 0.877); */
        color: white;
        font-family: 'Arial';
        /*font-weight: bold; */
       
    }

h2{ color: red;font-family: 'Arial', cursive;}
h3{ color: red;font-family: 'Arial', cursive;}
h4{ color: red;font-family: 'Arial', cursive;}
h5{ color: red;font-family: 'Arial', cursive;}

  .opciones_menu 
  { 
    color: red;
    /*font-weight: bold;*/
    font-family: 'Arial';
    font-size:large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

A:link {text-decoration:none;color:white; font-family: 'Arial', cursive;} 
A:visited {text-decoration:none;color:white; font-family: 'Arial', cursive;} 
A:active {text-decoration:none;color:white; font-family: 'Arial', cursive;} 
A:hover {
    text-decoration:none;
    color:white;
    font-family: 'Arial', cursive;
    /*font-size:15px;*/
  } 

 
  .lb_titulo
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }
  
  .lb_titulo_grande
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:x-large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .lb_subtitulo
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }


  .lb_total
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }


  .lb_total_comun 
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:medium;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .lb_ticket
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:x-large;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .lb_comun
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:medium;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

  .lb_chica
  { 
    color: black;
    font-weight: normal;
    font-family: 'Arial', cursive;
    font-size:small;  /* xx-small | x-small | small | medium | large | x-large | xx-large */
  }

 