﻿.contendor-texto400 {
    height: 400px;
    overflow-y: auto;
    margin-top: 45px;
    padding: 30px;
    background-color: rgba(255,255,255,.2);
}

.contendor-texto400 {
    overflow-y: auto;
    /*max-height:300px;*/
}

    .contendor-texto400 a {
        text-decoration: none;
    }

        .contendor-texto400 a:hover {
            text-decoration: none;
        }

    .contendor-texto400::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        border-radius: 10px;
        background-color: #FFF;
    }

    .contendor-texto400::-webkit-scrollbar {
        width: 12px;
        background-color: #FFF;
    }

    .contendor-texto400::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.5);
        background-color: #555;
    }


    .contendor-texto400 {
    height: 400px;
    overflow-y: auto;
    margin-top: 45px;
    padding: 30px;
    background-color: rgba(255,255,255,.2);
}

    
/******************************************+*/
/**** contenedor blanco transparente   ***********+*/
/******************************************+*/
.contenedor-texto {    
    overflow-y: auto;
    margin-top: 45px;
    padding: 30px;
    background-color: rgba(255,255,255,.2);
}

.contenedor-texto {
    overflow-y: auto;
    /*max-height:300px;*/
}

    .contenedor-texto a {
        text-decoration: none;
    }

        .contenedor-texto a:hover {
            text-decoration: none;
        }

    .contenedor-texto::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        border-radius: 10px;
        background-color: #FFF;
    }

    .contenedor-texto::-webkit-scrollbar {
        width: 12px;
        background-color: #FFF;
    }

    .contenedor-texto::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.5);
        background-color: #555;
    }

/******************************************+*/
/**** THUMBNAILS                ***********+*/
/******************************************+*/
img-thumbnail-100 {
    max-width: 100px !important;
}

.img-thumbnail-200 {
    max-width: 200px !important;
}

/******************************************+*/
/**** textos                ***********+*/
/******************************************+*/

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

