﻿  .validacionMayusculas {
        text-transform: uppercase;
    }
    .ocultador{ 
        display:none
    }    
    .cursorHand {
        cursor: pointer;
    }
    .tdTotal {
        text-align: right;
    }
    .tdLeft{
        text-align: left;
    }
    .soporte-texto
    {
        margin-top: 15px;
        text-align: center;
        margin-right: 25px;
        position: relative;
        top: -10px;    
        font-weight: bold;
    }
    .soporte-span
    {
        font-size: 16px;
        margin-right: 5px;
        top: 2px;
        position: relative;
        color: #09B;
    }
    .soporte-anchor
    {
        color:white;
        text-decoration:none
    }