.Subtitulo {
    font: 16px 'Nunito', sans-serif, Arial;
    font-weight: 300;
    color: #666;
    margin-bottom: 5px;
    position: relative;
}
.Subtitulo b.texto {
    font: 16px 'Nunito', sans-serif, Arial;
    float: left;
    display: block;
    font-weight: 300;
}
.Subtitulo i.ico {
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    background: url(/images/iconos/subtitulo.gif) no-repeat left top;
    margin-left: 10px;
    margin-top: 2px;
}
._etiquetaDeGrupo {
    font: 14px 'Nunito', sans-serif, Arial;
    font-weight: 700;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
._titulo {
    font: 22px 'Lato', sans-serif, Arial;
    font-weight: 700;
    color: #233772;
    margin-bottom: 10px;
    text-align: left;
    text-shadow: 0px 1px 0px white;
}
._tituloBig {
    font: 32px 'Lato', sans-serif, Arial;
    font-weight: 700;
    color: #233772;
    text-align: left;
    text-shadow: 0px 1px 0px white;
    letter-spacing: -1px;
}
._cantidadBig {
    font: 32px 'Karla', sans-serif, Arial;
    font-weight: 400;
    color: #233772;
    text-align: left;
    text-shadow: 0px 1px 0px white;
    letter-spacing: -1px;
}
._textoEtiquetaSmall {
    font: 12px 'Nunito', sans-serif, Arial;
    font-weight: 300;
    color: #666;
}
._textoEtiqueta {
    font: 16px 'Lato', sans-serif, Arial;
    font-weight: 400;
    color: #666;
}
._valorRojo {
    font: 16px 'Lato', sans-serif, Arial;
    font-weight: 700;
    color: #e6b041;
    text-align: left;
}
._valorAzul {
    font: 16px 'Lato', sans-serif, Arial;
    font-weight: 700;
    color: #233772;
    text-align: left;
}
.texto {
    font: 14px 'Lato', sans-serif, Arial;
    font-weight: 400;
    color: #3b3b3b;
    line-height: 23.7px;

}
.texto_destacado {
    font: 16px 'Lato', sans-serif, Arial;
    font-weight: 400;
    color: #333;
    line-height: 23.7px;
    /* font-style: italic; */
    text-align: right;
}