/* ------------------------------------------------------------------- Utiles */

.textDisabled{
	color: #ddd;
}

.pointer {
    cursor: pointer;
}

.zindex_1000 {
    z-index: 1000;
}

.hiddenscroll {
    overflow: hidden !important;
}

.autoscroll {
    overflow: auto !important;
}

.testBG {
    background-color: #eee;
}

.textLeft {
    text-align: left !important;
}

.textCenter {
    text-align: center !important;
}

.textRight {
    text-align: right !important;
}

.elementCenter {
    margin:0 auto;
}

.clear {
    clear: both;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.anchoCompleto {
    width: 100%;
    max-with: 100%;
}

.altoCompleto {
    height: 100%;
    max-height: 100%;
}

.simpleBorder {
    border: 1px solid rgba(0, 0, 0, .4) !important;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.designerInvertir {
    direction: rtl;
    unicode-bidi:bidi-override;
}

.designerBasicMargin{
    margin: 5px;
}

.designerBasicPadding{
    padding: 5px;
}

.oculto{
    display: none;
}

.invisible{
    visibility: hidden;
}

.bloqueVisible{
    display: block;
}

.posicionRelativa{
    position: relative;
}

.posicionAbsoluta{
    position: absolute;
}

.posicionDerecha {
    right: 0;
}

.posicionIzquierda{
    left: 0;
}

.bordeIzquierdo {
    border-left: 1px solid grey;
}

.bordeDerecho {
    border-right: 1px solid grey;
}

/*
Contenedor de imagen de indicador de
tiempo de carga
*/
.rotacionContenedor{
    width: 50px;
    border:1px solid #15428b;
    border-radius: 100%;
    margin:0 auto;
}

.disableTextSelection{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ------------------------------------------------------------------ Padding */

.padding_izquierda_10 {
    padding-left: 10px;
}

/* ----------------------------------------------------------------- Margenes */

.margen_top_30 {
    margin-top: 30px;
}

.margen_izquierdo_500 {
    margin-left: 500px;
}

.margen_izquierdo_450 {
    margin-left: 450px;
}

.margen_izquierdo_400 {
    margin-left: 400px;
}

.margen_izquierdo_350 {
    margin-left: 350px;
}

.margen_izquierdo_300 {
    margin-left: 300px;
}

.margen_izquierdo_250 {
    margin-left: 250px;
}

.margen_izquierdo_200 {
    margin-left: 200px;
}

.margen_izquierdo_150 {
    margin-left: 150px;
}

.margen_izquierdo_100 {
    margin-left: 100px;
}

.margen_izquierdo_50 {
    margin-left: 50px;
}

.margen_izquierdo_25 {
    margin-left: 25px;
}

.margen_izquierdo_0 {
    margin-left: 0;
}

.margen_derecho_500 {
    margin-right: 500px;
}

.margen_derecho_450 {
    margin-right: 450px;
}

.margen_derecho_400 {
    margin-right: 400px;
}

.margen_derecho_350 {
    margin-right: 350px;
}

.margen_derecho_300 {
    margin-right: 300px;
}

.margen_derecho_250 {
    margin-right: 250px;
}

.margen_derecho_200 {
    margin-right: 200px;
}

.margen_derecho_150 {
    margin-right: 150px;
}

.margen_derecho_100 {
    margin-right: 100px;
}

.margen_derecho_50 {
    margin-right: 50px;
}

.margen_derecho_25 {
    margin-right: 25px;
}

.margen_derecho_0 {
    margin-right: 0;
}

/* -------------------------------------------------- Ancho */

.ancho_1000 {
    width: 1000px;
}

.ancho_900 {
    width: 900px;
}

.ancho_800 {
    width: 800px;
}

.ancho_700 {
    width: 700px;
}

.ancho_600 {
    width: 600px;
}

.ancho_500 {
    width: 500px;
}

.ancho_450 {
    width: 450px;
}

.ancho_400 {
    width: 400px;
}

.ancho_350 {
    width: 350px;
}

.ancho_300 {
    width: 300px;
}

.ancho_250 {
    width: 250px;
}

.ancho_200 {
    width: 200px;
}

.ancho_150 {
    width: 150px;
}

.ancho_100 {
    width: 100px;
}

.ancho_50 {
    width: 50px;
}

/* -------------------------------------------------- Alto */

.alto_600 {
    height: 600px;
}

.alto_500 {
    height: 500px;
}

.alto_450 {
    height: 450px;
}

.alto_400 {
    height: 400px;
}

.alto_350 {
    height: 350px;
}

.alto_300 {
    height: 300px;
}

.alto_250 {
    height: 250px;
}

.alto_200 {
    height: 200px;
}

.alto_150 {
    height: 150px;
}

.alto_100 {
    height: 100px;
}

.alto_60 {
    height: 60px;
}

.alto_50 {
    height: 50px;
}

.alto_30 {
    height: 30px;
}

.alto_25 {
    height: 25px;
}

.alto_20 {
    height: 20px;
}

/* -------------------------------------------------- Alto */

.max_alto_600 {
    max-height: 600px;
}

.max_alto_500 {
    max-height: 500px;
}

.max_alto_450 {
    max-height: 450px;
}

.max_alto_400 {
    max-height: 400px;
}

.max_alto_350 {
    max-height: 350px;
}

.max_alto_300 {
    max-height: 300px;
}

.max_alto_250 {
    max-height: 250px;
}

.max_alto_200 {
    max-height: 200px;
}

.max_alto_150 {
    max-height: 150px;
}

.max_alto_100 {
    max-height: 100px;
}

.max_alto_60 {
    max-height: 60px;
}

.max_alto_50 {
    max-height: 50px;
}

.max_alto_30 {
    max-height: 30px;
}

.max_alto_25 {
    max-height: 25px;
}

.max_alto_20 {
    max-max-height: 20px;
}

/* -------------------------------------------------- Columnas */

.col_100{
    width: 100% !important;
}

.col_90{
    width: 90% !important;
}

.col_80{
    width: 80% !important;
}

.col_75{
    width: 75% !important;
}

.col_70{
    width: 70% !important;
}

.col_66{
    width: 66.66% !important;
}

.col_60{
    width: 60% !important;
}

.col_50{
    width: 50% !important;
}

.col_40{
    width: 40% !important;
}

.col_33{
    width: 33.33% !important;
}

.col_30{
    width: 30% !important;
}

.col_25{
    width: 25% !important;
}

.col_20{
    width: 20% !important;
}

.col_16{
    width: 16.66% !important;
}

.col_10{
    width: 10% !important;
}

/* -------------------------------------------------- Altura en porcentaje */

.alto_90_percent{
    height: 90% !important;
}

.alto_80_percent{
    height: 80% !important;
}

.alto_70_percent{
    height: 70% !important;
}

.alto_60_percent{
    height: 60% !important;
}

.alto_50_percent{
    height: 50% !important;
}

.alto_40_percent{
    height: 40% !important;
}
.alto_30_percent{
    height: 30% !important;
}
.alto_20_percent{
    height: 20% !important;
}
.alto_10_percent{
    height: 10% !important;
}
.alto_5_percent{
    height: 5% !important;
}