﻿ .presentacionTabla {
            display: none;
            width: 96%;
            height: 200px;
            text-align: center;
            /*background:#F0F0F0;*/
            margin: 0;
            /*position:absolute;*/
            border-radius: 0px 0px 25px 25px;
        }

        .presentacionTablaAyuda {
            display: none;
            width: 96%;
            height: 200px;
            text-align: center;
            /*background:#F0F0F0;*/
            margin: 0;
            /*position:absolute;*/
            border-radius: 0px 0px 25px 25px;
        }





         @import url('https://fonts.googleapis.com/css?family=Lexend');

        span {
            color: #FFFFFF;
            margin-right: 5px;
            font-size: 12px;
            font-family: 'Lexend', sans-serif;
            z-index: 10;
        }

        span1 {
            color: #FFFFFF;
            margin-right: 5px;
            font-size: 12px;
            font-family: 'Lexend', sans-serif;
            top: 10px;
            /*position: absolute;*/
            left: 50px;
            z-index: 12;
        }


        spanEnlaces {
            color: #F0F0F0;
            margin-right: 10px;
            font-size: 13px;
            font-family: 'Lexend', sans-serif;
        }

        .spanTicker {
            color: #FF0000;
            margin-right: 5px;
            font-size: 40px;
            font-family: 'Lexend', sans-serif;
            z-index: 10;
        }




          .contenedorTexBox {
        position: relative;
        display: flex;
        border-color:#f0f0f0;

        box-shadow:none;
        outline:none;
    }

    .contenedorTexBox-addIcono {
        position: absolute;
        right: 10px; /* Ajusta la posición del icono según tus necesidades */
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color:#000000;
    }