table{
    width: 100%;
}
tbody tr{
    border-bottom: 1px solid #cccccc;
}
tbody td{
    background-color: #ffffff;
    vertical-align: middle;
}

tr td:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding_lr_10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padding_bottom_5 {
    padding-bottom: 5px;
}
.fondo_gris_boton2 {
    background-color: #aeaeae;
}
.boton-micuenta {
    height: auto;
    min-height: 25px;
    width: 150px;
    clear:both;
    margin-bottom: 6px;
    padding:5px;
}

.puntero {
    cursor: pointer;
}
.texto_centro {
    text-align: center;
}
.overflow {
    overflow: hidden;
}
.redondo5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.borde_completo {
    border-style: solid;
    border-width: 1px;
}
.borde_amarillo {
    border-color: #FE9901;
}
.fondo_amarillos {
    background: #ff0030;
    background: -moz-linear-gradient(top, #ff0030 0%, #f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0030), color-stop(100%, #f00));
    background: -webkit-linear-gradient(top, #ff0030 0%, #f00 100%);
    background: -o-linear-gradient(top, #ff0030 0%, #f00 100%);
    background: -ms-linear-gradient(top, #ff0030 0%, #f00 100%);
    background: linear-gradient(to bottom, #ff0030 0%, #f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0030', endColorstr='#f00',GradientType=0 );
}
.alto_35 {
    height: 35px;
}
.bloque_fijo_15 {
    width: 15%;
    max-width: 15%;
    min-width: 15%;
}
.relativo_der {
    position: relative;
    float: right;
}
.letra_alto_32 {
    line-height: 32px;
}
.letra_blanca {
    color: white;
}
.font_size14 {
    font-size: 14px;
}
.contenedor5 {
    width: 35px;
    height: 35px;
}
.icono_flecha_blanca_der {
    background-position: -264px -182px;
}
.sprite_full {
    background-image: url(../images/sprite_full.png);
}
.fondo_amarillos_obcuro {
    background-color: #f00;
}
.emailRegLbl {
    width:33.33%;
}
.emailReg {
    width: 33.33%;
}
.emailRegBtn  {
    width: 33.33%;
}
.bode_verde {
    border-color: #3aad36;
}
.fondo_verde {
    background-color: #3aad36;
}
.bloque_fijo_30 {
    max-width:30%;
    min-width:30%;
    width:30%;
    margin-top:15px;
    margin-bottom:15px;
}
.oculto {
    display: none;
}
.fondo_verde_obscuro {
    background-color: #319330;
}
.letra_alto_25 {
    line-height: 25px;
}

.font_size12 {
    font-size: 12px;
}
.alto_40 {
    height: 40px;
}
.letra_naranja {
    color: var(--imcp-color-fondo);
}
.texto_right {
    text-align: right;
}
.bloque_fijo_20 {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}
.relativo_left {
    position: relative;
    float: left;
}
.font_size10 {
    font-size: 10px;
}
.bloque_fijo_80 {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
}
.letra_gris_claro {
    color: #212529;
}
.font_size14 {
    font-size: 14px;
}
.padding_bottom_10 {
    padding-bottom: 10px;
}
.padding_top_10 {
    padding-top: 10px;
}
.bloque_fijo_100 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.font_size15 {
    font-size: 15px;
}
.font_size18 {
    font-size: 18px;
}
.bloque_fijo_40 {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
}
.acount-name-detail{
    float:left;
    width: 60%;
    max-width: 60%;
    min-width: 60%;
}
.font_size19 {
    font-size: 19px;
}
.borde_gris {
    border-color: #CDCDCD;
}
.enlinea {
    display: inline-block;
}
.fondo_blanco_gris {
    background: #ffffff;
    background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.bloque_fijo_60 {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
}
.contenedor7 {
    margin: 0 auto;
    width: 25px;
    height: 25px;
}
.icono_flecha_der_gris_chica {
    background-position: -289px -130px;
}
.borde_izq {
    border-left-style: solid;
    border-left-width: 1px;
}
.fondo_gris_medio2 {
    background-color: #ebebeb;
}
.fondo_naranja {
    background: #FE9901;
    background: -moz-linear-gradient(top, #FFBC5D 0%, #FE9901 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBC5D), color-stop(100%, #FE9901));
    background: -webkit-linear-gradient(top, #FFBC5D 0%, #FE9901 100%);
    background: -o-linear-gradient(top, #FFBC5D 0%, #FE9901 100%);
    background: -ms-linear-gradient(top, #FFBC5D 0%, #FE9901 100%);
    background: linear-gradient(to bottom, #FFBC5D 0%, #FE9901 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBC5D', endColorstr='#FE9901',GradientType=0 );
}
.borde_naranja {
    border-color: #FFBC5D;
}
.margin-cancelar{
    margin-right: 20px;
}
.DataContainer{
    background-color:#f9f6f6;
    border-radius: 5px;
    width: 100%;
    min-height: 15px;
    padding: 15px;
    margin-bottom: 15px;

}
.DataContainerInner{
    margin-left: 15px;
    margin-right: 15px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px solid #ccc;
}
.DataContainer .DataContainerInner:last-child{
    margin-left: 15px;
    margin-right: 15px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: none;
}
.DataContainerInnerLast{
    margin-left: 15px;
    margin-right: 15px;
    padding-top:5px;
    padding-bottom:5px;
}

.account-new-user .sidebar-nav .link-menu.active{
    color:#00B1B0;
    font-weight: bold;
}
.subrayado {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.letra_gris_muy_obscuro {
    color: #000;
    font-weight: bold;
}
.letra_gris_obscuro{
    color: #353535;
    font-weight: bold;
}
table {
    font-size:12px;
}
tbody tr{
    cursor:pointer;
}

tbody td {
    text-align:left;
    padding:3px;
    padding-left: 5px;
    padding-right: 5px;
}
thead {
    background: #f9f9f9;
    font-weight:bold;
    font-size:14px;
}
thead th{
    padding:8px;
}
.letra_roja_youtube {
    color: #ff3938;
    font-weight: bold;
}
.letra_verde {
    color: #319330;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    table {
        width:100%;
    }
    thead {
        display: none;
    }
    tr:nth-of-type(2n) {
        background-color: inherit;
    }
    tr td:first-child {
        background: #dddddd;
        font-weight:bold;
        font-size:14px;
        padding:8px;
    }
    tr td:last-child {
        display:none;
    }
    tbody td {
        display: block;
        text-align:center;
    }
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }
}
@media (max-width: 600px) {
    .bloque_fijo_30 {
        max-width:100%;
        min-width:100%;
        width:100%;
        margin-top:15px;
        margin-bottom:15px;
    }
    .emailRegLbl {
        width:100%;
    }
    .emailReg {
        width: 100%;
        margin-top:10px;
    }
    .emailRegBtn  {
        width: 100%;
        margin-top:10px;
    }
}
@media (min-width: 601px) and (max-width: 800px) {
    .bloque_fijo_30 {
        max-width:50%;
        min-width:50%;
        width:100%;
        margin-top:15px;
        margin-bottom:15px;
    }
}
.fondo_rojo{
    background-color: #ff0030;
}
.borde_rojo{
    border-color: #ff0030;
}
.input-formx{
    padding: 0px 5px;
}
.img-lista-deseos{
    padding: 15px 0px;
}