﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.fondo {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    background-image: url(images/teclado.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: rgb(133, 133, 133);
    display: table;
    height: 230px;
    padding-top: 60px;
    width: 100%;
}

h2 {
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.4);
    background-origin: padding-box;
    box-sizing: border-box;
    color: rgb(23, 54, 98);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    line-height: 43.2px;
    margin-bottom: 20px;
    margin-left: 194.5px;
    margin-right: 194.5px;
    margin-top: 0px;
    max-width: 1280px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 0px;
    white-space: nowrap;
}

h3 {
    background-clip: border-box;
    background-color: rgb(227, 88, 16);
    background-origin: padding-box;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: table;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 300;
    height: 50px;
    line-height: 26.4px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    text-align: right;
    text-rendering: optimizeLegibility;
    width: 400px;
}

.info {
    box-sizing: border-box;
    color: rgb(133, 133, 133);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 100;
    height: 39px;
    line-height: 39.6px;
    margin-bottom: 15px;
    margin-top: 20px;
    text-rendering: optimizeLegibility;
}

.caja {
    background-clip: border-box;
    background-color: rgb(244, 244, 244);
    background-origin: padding-box;
    border-bottom-color: rgb(133, 133, 133);
    border-bottom-width: 0px;
    border-image-repeat: stretch;
    border-left-color: rgb(133, 133, 133);
    border-left-width: 0px;
    border-right-color: rgb(133, 133, 133);
    border-right-width: 0px;
    border-top-color: rgb(234, 234, 234);
    border-top-style: solid;
    border-top-width: 3px;
    box-sizing: border-box;
    color: rgb(133, 133, 133);
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    height: 38px;
    line-height: 19.5px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    word-spacing: 0px;
}

.texto {
    box-sizing: border-box;
    color: rgb(227, 88, 16);
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    height: 19px;
    line-height: 19.5px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.lista {
    background-clip: border-box;
    background-color: rgb(244, 244, 244);
    background-origin: padding-box;
    border-bottom-color: rgb(133, 133, 133);
    border-bottom-width: 0px;
    border-left-color: rgb(133, 133, 133);
    border-left-width: 0px;
    border-right-color: rgb(133, 133, 133);
    border-right-width: 0px;
    border-top-color: rgb(234, 234, 234);
    border-top-style: solid;
    border-top-width: 3px;
    box-sizing: border-box;
    color: rgb(133, 133, 133);
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    height: 36px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    white-space: pre;
    width: 150px;
}

.celda {
    padding: 10px 40px 10px 0px;
}

.contenido {
    background-color: rgb(255,255,255);
    padding: 10px 40px 10px 40px;
}

.main {
    background-color: rgb(238,238,238);
    width: 100%;
}

.centro {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
}

A:link {
    TEXT-DECORATION: underline
}

A:visited {
    TEXT-DECORATION: underline
}

A:hover {
    COLOR: #cc0000;
    TEXT-DECORATION: underline
}

.combo1 {
    FONT-SIZE: 11px;
    COLOR: #666666;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff;
    text-align: right
}

.bordeder {
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #DADADA;
    border-top-width: 1px;
    border-top-color: #DADADA;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #DADADA;
    border-left-color: #DADADA;
}

.justi {
    TEXT-ALIGN: justify
}

.boton viejo {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #be0000
}

.boton {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #656565;
    FONT-FAMILY: "Trebuchet MS", Verdana, Arial;
    BACKGROUND-COLOR: #c3c3c3
}

.boton2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #be0000
}

.boton3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #cc0000;
    FONT-FAMILY: "Trebuchet MS", Verdana, Arial;
    BACKGROUND-COLOR: #eaeaea
}

.boton4 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #656565;
    FONT-FAMILY: "Trebuchet MS", Verdana, Arial;
    BACKGROUND-COLOR: #c3c3c3
}

.chico {
    FONT-SIZE: 10px;
    FONT-FAMILY: "Trebuchet MS", Arial
}

A {
    FONT-WEIGHT: bold;
    COLOR: #666666;
    TEXT-DECORATION: underline
}

.text {
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.textCopia {
    FONT-SIZE: 11px;
    COLOR: #cc0000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.item {
    clear: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.num {
    background-image: url(/pagoenlinea2/comunes/images/bg_circulo_red.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    height: 19px;
    width: 19px;
    margin-right: 5px;
    text-align: center;
    padding-top: 3px;
    font-size: 100%;
}

ol li {
    background-image: url(/pagoenlinea2/comunes/images/bg_circulo_red.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 10px 5px;
    padding: 1px 0px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: top;
    background-position: left top;
}

.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(/pagoenlinea2/comunes/images/bg_boton.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 78px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 21px;
}

.btn_largo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(/pagoenlinea2/comunes/images/bg_boton_largo.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 135px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 21px;
}

.tabla_container {
    border: 1px;
    width: 100%;
}

.fila {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}


.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #cc0000;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.BCH {
    background-image: url(/Content/images/Chile.jpg);
}

.BSAN {
    background-image: url(/Content/images/santander.jpg);
}

.BITAU {
    background-image: url(/Content/images/itau.jpg);
}

.TipoComercio {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

    .TipoComercio:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }