/*@font-face {
   font-family: bbold;
   src: url('../fonts/BentonSansBBVA-Bold.woff') format('woff'),
     url(../fonts/BentonSansBBVA-Bold.eot) format('embedded-opentype'),
     url(../fonts/BentonSansBBVA-Bold.ttf) format('truetype'),
     url(../fonts/BentonSansBBVA-Bold.otf) format('opentype');
}

@font-face {
   font-family: bbook;
   src: url('../fonts/BentonSansBBVA-Book.woff') format('woff'),
     url(../fonts/BentonSansBBVA-Book.eot) format('embedded-opentype'),
     url(../fonts/BentonSansBBVA-Book.ttf) format('truetype'),
     url(../fonts/BentonSansBBVA-Book.otf) format('opentype');
}

@font-face {
   font-family: bnormal;
   src: url('../fonts/BentonSansBBVA-Medium.woff') format('woff'),
     url(../fonts/BentonSansBBVA-Medium.eot) format('embedded-opentype'),
     url(../fonts/BentonSansBBVA-Medium.ttf) format('truetype'),
     url(../fonts/BentonSansBBVA-Medium.otf) format('opentype');
}*/

* {
  margin:  0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  overflow:  hidden;
}

section.desempeño-acciones {
    margin: 0 -10px;
    padding-top: 5px;
}

.no-padding{
  padding:0;
}

.no-padding-r{
  padding-right: 0;
}
.no-padding-l{
  padding-left: 0;
}

/* inicia
estilos terra*/
ul.detalle1 {
    background-color: #ebebeb;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    /*margin-top: 10px;*/
    margin-bottom: 0;
}

ul.detalle1 li {
    padding: 2px 5px;
    vertical-align: middle;
    list-style: none;
    list-style-type: none;
    color: #507891;
    position:  relative;
}

.emisora{
  color:#507891;
  font-size: 15px;
  font-weight: 700;
  vertical-align:  middle;
  vertical-align:  -webkit-baseline-middle;
}

.emisora:hover{
  color:#507891;
}

.emisora span{
  font-size: 11px;
}

.precio{
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}
.val-porcentaje{
  font-size: 15px;
  margin-top: 7px;
}

.txt-alza{
  color:#72b543 !important;
}

.txt-baja{
  color:#e71717 !important;
}
.icon-flecha{
  margin-right: 5px;
  /* float: left; */
  position: absolute;
  left: -1px;
  top: 9px;
}
/*  fin
estilos terra*/



/*/////////////////////
Actualización 14 agosto 2018*/

      /*medidas de valores para espacio más chico*/

       @media (max-width: 250px){
          .emisora {
            font-size: 13px; 
        }
            .emisora span {
              font-size: 10px;
          }

          .precio {
          margin-left: 12px;
           font-size: 13px;
          }

          .val-porcentaje {
              margin-left: -14px;
               font-size: 13px;
          }

          .icon-flecha {
          width: 12px;
          }
       }

      /*medidas de valores para espacio más chico*/




  /*botones periodos graficas en home*/

      .btns-graf {
          border-color: white;
          font-weight: bold;
          color: #686868;
          font-size: 11px;
          padding: 0px 3px;
          margin: 0px 2px;
          height: 24px !important;
      }

      .pad-top {
          padding-top: 5px;
      }

      .form-time-line.form-group{
          margin-bottom: 5px;
      }

      /*alidar que este color debe esta activo en texto blanco, si no se refleja colocar un !important*/
      /*.time-active {
          color: white; 

      }*/

  /*botones periodos graficas en home*/

/* /////////////////////
Actualización 14 agosto 2018*/