
    .tm-fondonegro
    {
    padding: 20px 20px 20px;
    border: medium none;
    background: #000000 ;
    outline: none;
    text-shadow:none;
    }

    .tm-fondo 
    {
    padding: 0px 20px 20px;
    border: medium none;
    background: #ffffff ;
    outline: none;
    text-shadow:none;
    }
          
    .tm-article-subtitle 
    {
        padding-left: 6px;
        border-left: 3px solid #1FA2D6;
        font-size: 16px;
        line-height: 16px;
    }
    
    
    .tm-cabecera 
    {
        padding: 5px 5px ;
        background: #000000;
    }
    
    .tm-cabecera  .navbar-text 
    {
        color: #ffffff;
        font-family: "Lucida Sans Typewriter", Times, serif;
        font-weight: bold;
        text-shadow: none;
    }
    
    .tm-piepagina 
    {
        padding: 5px 5px 5px;
        background: #000000;
    }
    
    .tm-piepagina  .navbar-text 
    {
        color: #ffffff;
        font-family: "Lucida Sans Typewriter", Times, serif;
        font-weight: bold;
        text-shadow: none;
    }
  
    
    /* ========================================================================
       Component: paginacion
     ========================================================================== 
     */
     
    #scroll 
    {
      overflow: auto;
      white-space: nowrap;
    }
    
    /* ========================================================================
       Colores
     ========================================================================== 
    */
    
    .color-blanco
    {
        position: relative;
        background-color: white;
        border-radius: 4px;
    }
    
    /* ========================================================================
       Calificacion estrella
     ========================================================================== 
     */
     
    .cintadorada 
    {
        background-image: url("cintadorada.png");
        background-repeat: no-repeat;
        color: white;
        font-size: 9px;
        padding-left: 5px;
        text-align: left;
    }
     
    .cintaazul 
    {
        background-image: url("cintaazul.png");
        background-repeat: no-repeat;
        color: white;
        font-size: 9px;
        padding-left: 5px;
        text-align: left;
    }
     
    .cintaverde 
    {
        background-image: url("cintaverde.png");
        background-repeat: no-repeat;
        color: white;
        font-size: 9px;
        padding-left: 5px;
        text-align: left;
    }
     
    .cintaroja
    {
        background-image: url("cintaroja.png");
        background-repeat: no-repeat;
        color: white;
        font-size: 9px;
        padding-left: 5px;
        text-align: left;
    }
    
    .cintatexto
    {
        color: red;
        font-size: 10px;
        padding-left: 17px;
    }
    
    /* ========================================================================
       Flechas isquierda y derecha
     ========================================================================== 
     */
     
    .izquierda 
    {
        left: 0;
        background-image: url("izquie.png");
        background-repeat: no-repeat;
        background-position: left; 
        background-color: transparent;
        opacity: 0.9;
    }
    .derecha 
    {

        right: 0;
        background-image: url("derech.png");
        background-repeat: no-repeat;
        background-position: right; 
        opacity: 0.9;
    }
    
    /* ========================================================================
       caja
     ========================================================================== 
     */
     
     .mtextogrande
     {
         font-size: 40px;
         font-weight: bold;
         text-align: center;
     }
     
     .mtextooblicua
     {
        font-style: oblique;
     }
     
     .mlineadown
     {
            padding: 5px 5px 5px;
            border-bottom: 2px solid #9E9E9E;
     }
     
     .mlineader
     {
        padding: 5px 5px 5px;
        border-right: 2px solid #9E9E9E;
        height: 100px;
        vertical-align: middle;
     }
     
     .malinvertcent
     {
         vertical-align: middle;
     }
     
    .hover 
    {
        padding: 5px;
        background-color:#F5F5F5; 
        opacity: 1;
    }
    
    .hover:hover 
    {
        background-color:#9DDAE9; 
        opacity: 1;
    }
    
    .hover:hover .mcuadropeque
    {
        padding: 4px; 
        background: #36BCEE;
        color: white;
    }
     
     .mcuadropeque
     {
        padding: 4px; 
        background: #E6E4E4;
     }
     
    .mcirculo 
    {
          width: 500px;
          height: 500px;
          border-radius: 50%;
          font-size: 50px;
          color: #fff;
          line-height: 500px;
          text-align: center;
          background: #000
    }
    
    .mcuadro 
    {
        height: 100px;
        line-height: 90px;
        text-align: center;
        border: 2px dashed #f69c55;
    }
    
    /* ========================================================================
       resaltadores
     ========================================================================== 
     */
    
    .mresalt1
    {
        border-radius: 10px;
        padding: 1px 5px 1px 5px;
        display: inline-block;
        color: #fff;
        font-size: 12px;
    }
    
    /* ========================================================================
       bubles
     ========================================================================== 
     */
     .minfo
     {
        background-image: url("info.png");
        background-repeat: no-repeat;
        background-size:contain;
        position: absolute;
        width:30px;
        height: 30px;
     }
     
     .mcart
     {
        background-image: url("carro.png");
        background-repeat: no-repeat;
        background-size:contain;
        position: absolute;
        width:30px;
        height: 30px;
     }