﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: 300;
    margin: 0;
    font-family: Helvetica;
    background-color: #666666;
}

.loginTable {
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0px;
}

.blockStamp {
    top: 0px;
    position: relative;
    z-index: 10;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    background-color: #1c1c1b;
    border-radius: 12px;
    -webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.69);
    box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.69);
}
    .blockStamp td {
        text-align: center;
        color: white;
    }

@media only screen and (max-width : 1023px) {
    .blockDiv {
        width: 350px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .blockTable {
        top: -60px;
        position: relative;
        z-index: 5;
        width: 100%;
        overflow: hidden;
        background-color: rgba(255,255,255,1.0);
        border-radius: 20px;
        -webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.69);
        box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.69);
        padding: 12px;
        transition: all 600ms;
/*        background-image: url('/graphics/AviWaterBlue.png');
        background-repeat: no-repeat;
        background-position: center 340px;*/
    }

    .leftPanel {
        display: none
    }

    .rightPanel {
        vertical-align: top;
        text-align: left;
        padding-top: 80px;
    }
}

@media only screen and (min-width : 1024px) {
    .blockDiv {
        width: 400px;
        margin-top: 200px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .blockTable {
        top: -60px;
        position: relative;
        z-index: 5;
        width: 100%;
        overflow: hidden;
        /*margin-top: 50px;*/
        background-color: rgba(255,255,255,1.0);
        border-radius: 20px;
        -webkit-box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.69);
        box-shadow: 5px 5px 6px 1px rgba(0,0,0,0.69);
        padding: 12px;
        transition: all 600ms;
/*        background-image: url('/graphics/AviWaterBlue.png');
        background-repeat: no-repeat;
        background-position: center 340px;*/
    }

    .loginTable {
        background-image: url('/graphics/AviPatternBlue.png');
        background-repeat: repeat;
    }

    .leftPanel {
        vertical-align: top;
        width: 600px;
    }

    .rightPanel {
        vertical-align: top;
        text-align: left;
        padding-left: 0px;
    }
}

    body ::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: 'Source Sans Pro', sans-serif;
        color: black;
        font-weight: 300;
    }

    body :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: 'Source Sans Pro', sans-serif;
        color: black;
        opacity: 1;
        font-weight: 300;
    }

    body ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: 'Source Sans Pro', sans-serif;
        color: black;
        opacity: 1;
        font-weight: 300;
    }

    body :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: 'Source Sans Pro', sans-serif;
        color: black;
        font-weight: 300;
    }

input::-ms-input-placeholder { color: #cccccc; }
input::-webkit-input-placeholder { color: #cccccc; }
input::-moz-placeholder { color: #cccccc; }

form input[type="text"], input[type="submit"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 2px solid #33b7ba;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: auto !important;
    margin-right: auto !important;
    height: 36px;
    padding: 0px;
    margin: 0 0 10px 0;
    min-height: 30px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #33b7ba;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

form input[type="text"], input[type="password"] {
    width: 90%;
}

form input[type="submit"] {
    width: 55%;
}

    form input[type="text"]:hover, input[type="submit"]:hover, input[type="password"]:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

    form input[type="text"]:focus, input[type="submit"]:focus, input[type="password"]:focus {
        background-color: #fcfac8;
        color: #200000;
    }

form input[type="text"] {
    font-weight: 500!important;
}

form input[type="checkbox"] {
    text-align: center;
    font-size: 18px;
    border-color: #33b7ba!important;
}

form input[type=submit] {
    background-color: #33b7ba !important;
    color: white !important;
    border-radius: 14px;
}

form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* outline: 0; */
    background-color: #805096;
    border: 0;
    padding: 10px 15px;
    color: #e353a6;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

    form button:hover {
        background-color: #f5f7f9;
    }

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.capaNoScript {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(120,120,120,0.7);
    display: none;
}

div.mensajeNoScript {
    color: red;
    width: 500px;
    background: white;
    border-radius: 10px;
    border: solid 2px red;
    padding: 20px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -257px;
    margin-top: -41px;
}

p.userName {
    margin: 0em 0.2em;
    height: auto;
    line-height: normal;
}

    p.userName.tall {
        margin: 0.2em 0.2em 0.3em 0.2em;
        line-height: 40px;
    }

.blanco div.body {
    margin-left: 0;
}

.blanco #leftColumn {
    width: 39%;
}

.blanco #rightColumn {
    width: 55%;
}

.marginTop {
    margin-top: 1em
}

.blancoPopup {
    background-image: url('/resources/V12/tablet/fondo_derecha_M.png');
    background-color: white;
    -moz-box-shadow: inset 3px 0 6px #888;
    -webkit-box-shadow: inset 3px 0 6px #888;
    box-shadow: inset 3px 0 6px #888;
}

body.blanco {
    background-color: white;
    background-image: url('../../tablet/fondo_derecha_M.png');
    height: auto
}

h1 {
    color: white;
    margin: .26em;
    font-size: 1.4em;
    text-shadow: black 0 -2px 0
}

.inputFileButton {
    padding: 0;
    outline: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 194px
}

div.newPaddingTop {
    padding-top: 17px !important;
    padding-bottom: 3px !important
}

.inputEntradaFile {
    float: right;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: 'Cuprum';
    font-size: 14pt;
    font-weight: normal;
    border: 0;
    width: 194px;
    height: 40px;
    display: inline-block;
    margin-right: 13px;
    margin-top: -8px
}

h2 {
    margin-bottom: 0
}

ul {
    list-style: none;
    display: table;
    width: 100%
}

li {
    display: table-row
}

img {
    margin: .2em .4em .2em .2em
}

a {
    color: black;
    text-decoration: none
}

button {
    padding-top: .1em;
    padding-bottom: .3em;
    margin-top: 0;
    margin-bottom: 2px;
    text-shadow: white 0 1px 0
}

    button.submit {
        background-color: transparent
    }

input[type="text"] {
    border-radius: 8px 8px 8px 8px;
    border-color: #334765;
    border-style: solid;
    border-width: 1px;
    margin-top: .5em;
    margin-bottom: .5em
}

input[type="file"] {
    border-radius: 0;
    border: 0;
    height: auto !important
}

.roundCornerWhite {
    border-radius: 8px 8px 8px 8px;
    background-color: white;
    border-color: #acacab;
    border-style: solid;
    border-width: 1px
}

.arrow {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('../../tablet/chevron.png');
    padding-right: 39px
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.negritagris {
    color: #999
}

div.pasos {
    margin-top: 1em;
    text-align: center
}

div.height3 {
    height: 4em
}

div.height4 {
    height: 5em
}

div.pasos > span > img {
    margin-top: 0;
    margin-bottom: .3em
}

button.desconectar {
    font-size: .75em;
    margin-right: .5em
}

button.cambiarUsuario {
    font-size: .75em;
    margin-right: .5em
}

p.userName {
    font-size: 1.1em;
    margin: 0 .2em 0 .2em;
    height: 43px;
    line-height: 43px
}

p.userNameVCenter {
    margin: .7em .2em
}

div.body {
    height: 100%;
    padding-left: 2%
}

.blanco div.body {
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%
}

div.sectionTitle {
    background-image: url("../../tablet/title_bg_M.png");
    background-repeat: repeat-x;
    background-size: 100% 100%
}

div.sectionTitleBolsa {
    background-image: url("../../tablet/title_bg_bo_M.png");
    background-repeat: repeat-x
}

div.table {
    width: 100%;
    display: table
}

div.tableRow {
    display: table-row
}

div.tableCell div.entrada div.btnSubmitMuro {
    text-align: right;
    padding-right: 0
}

.textareaMuro {
    width: 100%
}

div div div.tableCell.contadorMuro {
    font-size: 12px;
    color: gray;
    padding-left: 5px
}

#leftColumn ul li div div div.tableCell.btnSubmitMuro a img {
    margin-right: 0
}

div.tableCell {
    padding-right: 39px;
    padding-left: 3%;
    display: table-cell;
    vertical-align: middle
}

div.noRightPadding {
    padding-right: 0
}

ul.detalle > li > div.tableCell {
    padding-right: 3%
}

div.pageHead {
    background-color: black;
    padding: 7px
}

    div.pageHead img {
        margin: 3px 4px
    }

div.userDataBg {
    background-image: url("../../tablet/userdata_bg_M.png");
    padding: .5em
}

    div.userDataBg.mifid {
        height: 53px
    }

    div.userDataBg > img {
        margin-top: 0;
        margin-bottom: 0
    }

    div.userDataBg.mifid > img {
        margin-top: 6px
    }

div.userData {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0
}

div.userDataBg.mifid div.userData div.logout {
    margin-top: 16px
}

td.chevron {
    width: 39px;
    text-align: center;
    margin-left: 0
}

td.fit {
    width: 1em
}

span.green {
    color: green
}

#textSize {
    text-align: right
}

    #rightColumn #textSize img, #textSize img {
        margin: 10px 0 0 10px
    }

#leftColumn {
    width: 57%;
    float: left
}

#rightColumn {
    float: right;
    position: relative;
    height: 100%
}

    #rightColumn.ownBackground {
        -moz-box-shadow: inset 3px 0 6px #888;
        -webkit-box-shadow: inset 3px 0 6px #888;
        box-shadow: inset 3px 0 6px #888;
        background-image: url('../../tablet/fondo_derecha_M.png');
        background-color: white;
        padding-left: 2%;
        padding-right: 2%;
        width: 36%
    }

    #rightColumn.commonBackground {
        background-image: none;
        background-color: transparent;
        padding-left: 1%;
        padding-right: 4%;
        width: 38%
    }

.blanco #leftColumn {
    width: 31%;
    text-align: right
}

.blanco #rightColumn {
    width: 62%;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

#rightColumn #footer {
    position: absolute;
    bottom: 0
}

#leftColumn h2 {
    color: white;
    padding-left: 1em;
    padding-bottom: 8px;
    padding-top: 7px;
    font-size: .9em;
    text-shadow: black 0 1px 0
}

#rightColumn h2 {
    font-size: 1em
}

#rightColumn img {
    margin: .5em
}

#leftColumn div + div.cabeceraGrupo {
    margin-top: 4em
}

#leftColumn div.cabeceraGrupo {
    background-image: url('../../tablet/pestanya_M.png');
    background-repeat: no-repeat;
    margin-top: 1.5em
}

#leftColumn div.cabeceraGrupoSinPestanya {
    margin-top: 1.5em
}

    #leftColumn div.cabeceraGrupoSinPestanya > h2 {
        color: black;
        text-shadow: none
    }

#leftColumn div.cabeceraGrupoBO {
    background-image: url('../../tablet/pestanya_bo_M.png')
}

#leftColumn div.cabeceraGrupoLarga {
    background-image: url('../../tablet/pestanyaLarga_M.png');
    background-repeat: no-repeat
}

#leftColumn div.cabeceraGrupoBOLarga {
    background-image: url('../../tablet/pestanya_bo_larga_M.png');
    background-repeat: no-repeat
}

#rightColumn table.roundCornerWhite, #rightColumn ul.roundCornerWhite {
    border: 0;
    background-color: transparent
}

.grupo {
    color: black;
    font-weight: bold;
    padding: 0;
    background-color: white
}

#leftColumn .grupo {
    margin-bottom: .8em;
    width: 100%;
    font-size: .9em;
    margin-top: .8em
}

    #leftColumn .grupo:first-child {
        margin-top: 1.5em
    }

#leftColumn div.cabeceraGrupo + .grupo, #leftColumn div.cabeceraGrupoSinPestanya + .grupo {
    z-index: 2;
    margin-top: 0;
    position: relative;
    top: -5px
}

#rightColumn .grupo {
    border-spacing: 0 1em;
    margin-left: 4%;
    margin-bottom: 2em;
    width: 96%;
    font-size: .75em;
    margin-top: 0
}

#rightColumn table.grupo td:first-child, #rightColumn ul.grupo div.tableCell:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left-width: 1px
}

#rightColumn ul.login li div.tableCell {
    border: 0;
    border-radius: 0 !important;
    padding-right: 3%
}

    #rightColumn ul.login li div.tableCell:first-child {
        border-top-left-radius: 8px !important;
        border-bottom: 1px solid #acacab
    }

    #rightColumn ul.login li div.tableCell:last-child {
        border-top-right-radius: 8px !important;
        border-bottom: 1px solid #acacab
    }

#rightColumn ul.login li:last-child:not(.checkOculto) div.tableCell:first-child {
    border-top-left-radius: 8px !important;
    border-bottom: 0
}

#rightColumn ul.login li:last-child:not(.checkOculto) div.tableCell:last-child {
    border-top-right-radius: 8px !important;
    border-bottom: 0
}

#rightColumn ul.login li:last-child:not(.checkOculto) div.tableCell:first-child {
    border-bottom-left-radius: 8px !important
}

#rightColumn ul.login li:last-child:not(.checkOculto) div.tableCell:last-child {
    border-bottom-right-radius: 8px !important
}

#rightColumn ul.login li:nth-child(2).checkOculto div.tableCell:first-child {
    border-radius: 0 !important;
    border-bottom: 1px solid #acacab
}

#rightColumn ul.login li:nth-child(2):not(.checkOculto) div.tableCell:first-child {
    border-top-left-radius: 8px !important;
    border-bottom: 0
}

#rightColumn ul.login li:nth-child(2):not(.checkOculto) div.tableCell:last-child {
    border-top-right-radius: 8px !important;
    border-bottom: 0
}

#rightColumn ul.login li:nth-child(2):not(.checkOculto) div.tableCell:first-child {
    border-bottom-left-radius: 8px !important
}

#rightColumn ul.login li:nth-child(2):not(.checkOculto) div.tableCell:last-child {
    border-bottom-right-radius: 8px !important
}

#rightColumn ul.login {
    border: 1px solid #acacab !important;
    border-radius: 8px !important;
    margin-bottom: .5em;
    border-spacing: 0
}

#rightColumn ul.estrecho {
    width: 50%;
    float: right;
    margin-top: -35px
}

    #rightColumn ul.estrecho li {
        height: 3em
    }

ul.login ~ div.next {
    margin-bottom: 2em;
    margin-top: 6px
}

#rightColumn ul.login li div.tableCell input {
    border: 0;
    width: 80%;
    height: 1.9em
}

#rightColumn ul.login li div.tableCell.checkboxRecordar input[type="checkbox"] {
    width: 2em;
    height: 1em
}

#rightColumn ul.login li div.tableCell.checkboxRecordar a {
    display: inline;
    overflow: hidden
}

#rightColumn table.grupo td, #rightColumn ul.grupo div.tableCell {
    border-style: solid;
    border-width: 1px;
    background-color: white;
    border-color: #acacab;
    border-left-width: 0;
    border-right-width: 0
}

#rightColumn ul.grupo div.enlaceGris {
    background-color: #eee
}

#rightColumn ul.fondoverde div.tableCell {
    background-color: #e6e6e6;
    padding-right: 3%;
    background-image: url('../../tablet/fletxa_vermella.gif');
    text-align: center
}

#rightColumn table.grupo td:last-child, #rightColumn ul.grupo div.tableCell:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right-width: 1px
}

#rightColumn ul.login li:last-child {
    border-bottom-right-radius: none
}

#rightColumn table.grupo img, #rightColumn ul.grupo img {
    vertical-align: middle
}

#rightColumn ul.grupo li.arrow div.tableCell {
    background-color: transparent
}

#rightColumn ul.grupo li.arrow {
    background-color: white
}

#leftColumn td, li > div {
    border-top: 1px solid #acacab
}

#leftColumn tr.noTopBorder > td {
    border-top: 0
}

#leftColumn tr.rightBorder > td {
    border-right: solid 1px;
    padding-left: 2%;
    padding-right: 2%
}

    #leftColumn tr.rightBorder > td.fit img:last-child {
        margin-right: 20px
    }

    #leftColumn tr.rightBorder > td:last-child {
        border-right: 0
    }

li:first-child div {
    border-top: 0
}

#leftColumn table.grupo td:first-child {
    padding-left: 1em
}

#leftColumn table.grupo td:last-child {
    padding-right: 2%
}

#leftColumn table.grupo td.noRightPadding:last-child {
    padding-right: 0
}

#leftColumn table.grupo td.chevron {
    padding-right: 0
}

#leftColumn table.grupo td:first-child {
    padding-right: 0
}

#leftColumn table.grupo tr.rightBorder > td:first-child {
    padding-right: 2%
}

#leftColumn table.grupo tr:first-child td {
    border: 0
}

#leftColumn tr, #rightColumn tr, #leftColumn li, #rightColumn li {
    height: 3em
}

    #leftColumn tr.estrecho {
        height: 1em
    }

#leftColumn td, #leftColumn div.tableCell {
    padding-top: .4em;
    padding-bottom: .4em
}

div.userDataBg div.connectionData {
    margin-top: 10px;
    margin-right: 1em;
    text-align: right
}

div.userDataBg div.logout {
    margin-top: 10px
}

div.userDataBg span {
    font-size: .7em
}

h2 img {
    vertical-align: middle;
    margin-left: 0
}

.grupo a {
    display: block
}

.gris {
    color: gray;
    font-weight: normal
}

.fondoverde {
    background-color: #e8fed8
}

.red, .negritaroja {
    color: red
}

li.subgrupo > * {
    padding-left: 2%
}

div.next {
    float: right
}

div.defaultHeightButton_P {
    height: 30px
}

div.defaultHeightButton_M {
    height: 40px
}

div.defaultHeightButton_G {
    height: 50px
}

button.next {
    float: right;
    margin: 10px 0
}

ul.informacion div.tableCell {
    padding-right: 3%;
    text-align: center
}

.imageInput {
    background-position: 95% 50%;
    background-repeat: no-repeat
}

a > img {
    vertical-align: middle
}

span.textoBlanco {
    color: #fff
}

#rightColumn table.grupo td.grisClaro {
    background-color: #ccc
}

td.grisOscuro {
    background-color: #666
}

td.grisClaro {
    background-color: #ccc
}

td.azulMarino {
    background-color: #304772
}

td.azulOscuro {
    background-color: #41609a
}

td.azulClaro {
    background-color: #e7ecf6
}

span.textoAzul {
    color: #4b90cd;
    font-weight: bold
}

#leftColumn > div.popup {
    box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    text-align: right;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    min-width: 580px
}

div.popup > table {
    margin: 6px 0 12px;
    text-align: left;
    width: 100%
}

    div.popup > table tr {
        width: 100%
    }

    div.popup > table td:first-child {
        padding-left: 1em
    }

div.grupo.roundCornerWhite.popup {
    width: 580px !important
}

div.popup > a.popupClose > img {
    border: 0 none;
    margin-bottom: -15px;
    position: relative;
    vertical-align: middle
}

div.popup > a.popupClose {
    left: 1.2em;
    position: relative;
    top: -1.3em;
    vertical-align: middle;
    display: inline
}

p {
    margin-top: .5em;
    margin-bottom: .5em
}

.textoAzul {
    color: #4b90cd
}

    .textoAzul td {
        color: #4b90cd
    }

.fondoAzul td {
    background-color: #cde1e6
}

#leftColumn table.grupo tr:first-child td:first-child {
    border-top-left-radius: 8px
}

#leftColumn table.grupo tr:last-child td:first-child {
    border-bottom-left-radius: 8px
}

#leftColumn table.grupo tr:first-child td:last-child {
    border-top-right-radius: 8px
}

#leftColumn table.grupo tr:last-child td:last-child {
    border-bottom-right-radius: 8px
}

.hidden {
    visibility: hidden
}

.invisible {
    display: none
}

#footer span {
    font-size: .8em;
    font-weight: bold
}

#footer {
    margin-bottom: 2em
}

div.Cancel a img {
    margin-top: 0
}

label {
    vertical-align: middle
}

input + label {
    vertical-align: top
}

input.submitLink {
    background: 0;
    border: 0;
    font-family: helvetica;
    font-size: 1em;
    font-weight: bold
}

.blanco #rightColumn h2 {
    font-weight: normal;
    margin-left: 2em;
    margin-bottom: .8em
}

span.negrita {
    font-weight: bold
}

div.inputGrande {
    font-size: 1.2em
}

    div.inputGrande input {
        font-size: 1em;
        -webkit-appearance: none
    }

        div.inputGrande input:focus {
            outline: 0
        }

.chevron img, #rightColumn .chevron img {
    margin-left: 0;
    margin-right: 0
}

span.detalleTitulo {
    font-size: .8em;
    font-weight: normal
}

td.anchoFijoCantidad {
    width: 93px
}

span.sinnegrita {
    font-weight: normal
}

div.w1px {
    width: 1px;
    padding-right: 0
}

.masServicios {
    position: relative;
    top: -3em;
    width: 50%;
    float: right
}

.error {
    background-color: #ffc
}

body.gentGran div.sectionTitle {
    background-image: url("../../tablet/gent_gran/gg_title_bg.png");
    background-color: #0f4b9d
}

body.gentGran div.sectionTitleBolsa {
    background-image: url("../../tablet/gent_gran/title_bg_bo.png");
    background-color: #ac2a2b
}

body.gentGran div.userDataBg {
    background-image: none;
    background-color: white
}

body.gentGran #leftColumn div.cabeceraGrupo {
    background-image: none;
    width: auto
}

body.gentGran #leftColumn h2 {
    color: black;
    text-shadow: none;
    padding-left: 0
}

body.gentGran #rightColumn {
    background-image: none;
    background-color: #eeeeef
}

body.gentGran.blanco {
    background-image: none
}

.gentGran.blanco #leftColumn {
    display: none;
    visibility: hidden
}

.gentGran.blanco #rightColumn {
    background-color: white;
    float: none;
    margin: 0 auto
}

    .gentGran.blanco #rightColumn ul.login li div.tableCell input {
        border: 1px solid #acacab;
        padding-left: .4em;
        margin: .5em
    }

    .gentGran.blanco #rightColumn h2 {
        margin-left: 32px
    }

li.gris {
    background-color: gray
}

.nextLeft {
    text-align: left
}

.nextCenter {
    text-align: center;
    float: none
}

.direccion {
    color: #4e87c2
}

input[type="tel"] {
    border-radius: 8px 8px 8px 8px;
    border-color: #334765;
    border-style: solid;
    border-width: 1px;
    height: 2em;
    margin-top: .5em;
    margin-bottom: .5em
}

#leftColumn table.grupo td:first-child {
    padding-left: 1em
}

body.G .arrow {
    background-size: 49px 18px
}

body.M .arrow {
    background-size: 39px 14px
}

body.gentGran .arrow {
    background-image: url("../../tablet/gent_gran/chevron.png");
    background-size: initial
}

body.G div.sectionTitle {
    background-image: url("../../tablet/title_bg_G.png")
}

body.G div.sectionTitleBolsa {
    background-image: url("../../tablet/title_bg_bo_G.png")
}

body.G div.userDataBg {
    background-image: url("../../tablet/userdata_bg_G.png")
}

body.G #rightColumn {
    background-image: url('../../tablet/fondo_derecha_G.png')
}

body.blanco #rightColumn {
    background-image: none
}

body.G #leftColumn div.cabeceraGrupo {
    background-image: url('../../tablet/pestanya_G.png');
    background-repeat: no-repeat
}

body.G #leftColumn div.cabeceraGrupoBO {
    background-image: url('../../tablet/pestanya_bo_G.png')
}

body.G #leftColumn div.cabeceraGrupoLarga {
    background-image: url('../../tablet/pestanyaLarga_G.png')
}

body.G #leftColumn div.cabeceraGrupoBOLarga {
    background-image: url('../../tablet/pestanya_bo_larga_M.png')
}

body.blanco.G {
    background-image: url('../../tablet/fondo_derecha_G.png')
}

body.G {
    font-size: 1.25em
}

    body.G p.userName {
        height: 53px
    }

p.invisible {
    display: none
}

#leftColumn.fullWidth {
    width: 98%
}

img.scaleImage {
    width: 98%
}

#setWidthLC {
    float: right;
    width: 425px
}

#setWidthRC {
    width: 300px
}

body.gentGran div.tableCell {
    padding-right: 50px
}

body.gentGran .chevron img {
    margin: 0
}

body.gentGran button.conexion {
    width: 101px;
    height: 32px;
    background-color: transparent;
    border: 0
}

body.gentGran .conectar {
    background-image: url('../../tablet/gent_gran/conectar.png')
}

body.gentGran .connectar {
    background-image: url('../../tablet/gent_gran/connectar.png')
}

body.gentGran .connect {
    background-image: url('../../tablet/gent_gran/connect.png')
}

body.gentGran .desconectar {
    background-image: url('../../tablet/gent_gran/desconectar.png')
}

body.gentGran .desconnectar {
    background-image: url('../../tablet/gent_gran/desconnectar.png')
}

body.gentGran .disconnect {
    background-image: url('../../tablet/gent_gran/disconnect.png')
}

.tableCell.arrow {
    border-right: 1px
}

p.tipoCliente {
    font-size: .9em;
    font-weight: bold;
    color: #0977b0;
    margin-top: 0;
    margin-bottom: 0
}

    p.tipoCliente.empresas {
        color: #808080
    }

div.userName {
    padding-top: .18em
}

div.userDataBg.mifid div.userName {
    padding-top: 9.5px
}

.transparente {
    background-color: transparent
}

#leftColumn table.grupo td:first-child.sinPaddingIzquierdo {
    padding-left: 0
}

.sinMargenIzquierdo {
    margin-left: 0
}

.fondoAmarillo {
    background: #fbc600
}

input.alineadoDerecha {
    float: right
}

button.alineadoDerecha {
    float: right
}

.menuHomeImgG {
    height: 38px;
    width: 49px
}

.menuHomeImgM {
    height: 30px;
    width: 39px
}

.chevronImgG {
    height: 18px;
    width: 49px
}

.chevronImgM {
    height: 14px;
    width: 39px
}

.ytvideo {
    margin: 1.2em
}

.graficaGRLO {
    width: 95%
}

.textBox h1 {
    color: black;
    text-shadow: black 0 0 0
}

#leftColumn .textBox h2 {
    color: black;
    text-shadow: black 0 0 0
}

.textBox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #acacab;
    margin: 10px auto;
    overflow: auto;
    padding: 1.25em;
    -webkit-overflow-scrolling: touch
}

#rightColumn .textBox.grupo {
    width: 90%
}

#leftColumn .textBox.grupo {
    width: auto;
    height: 660px;
    margin: auto;
    clear: both
}

#leftColumn .whiteBackground {
    background-color: white
}

#rightColumn div.grupo.textBox {
    margin-top: 1.87em
}

#rightColumn div.grupo {
    margin-top: 1.2em
}

    #rightColumn div.grupo.gris {
        background-color: #ccc;
        color: #000
    }

#leftColumn div.grupo.gris {
    background-color: #ccc;
    color: #000
}

div.tituloTecladoVirtual {
    width: 50%;
    display: inline-block
}

div.contenedorInputTecladoVirtual input {
    border-color: #334765;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px;
    height: 2em;
    margin-bottom: .5em;
    margin-top: 1em;
    width: 67px;
    margin-right: 10px
}

.imgTecladoVirtual {
    margin-top: 10px
}

.Cancel {
    float: left;
    margin-top: 10px
}

.noPermitido {
    display: none;
    color: red
}

#avisoCookie {
    background: #fff;
    font-family: Helvetica;
    font-size: 12px;
    color: #000;
    padding: 5px;
    display: none
}

    #avisoCookie a {
        color: #0377bc;
        display: inline;
        text-decoration: none;
        text-shadow: none
    }

#enlaceAvisoCookie {
    background: none repeat scroll 0 0 #ccc;
    margin: 5px auto 2px;
    padding: 5px;
    text-align: center;
    width: 215px
}

#containerAvisoCookie {
    display: table
}

#textoAvisoCookie {
    display: table-cell;
    vertical-align: top
}

#aspaAvisoCookie {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

    #aspaAvisoCookie img {
        width: 22px
    }

    #aspaAvisoCookie a {
        margin: 0;
        padding: 5px
    }

iframe {
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #acacab;
    margin-top: 5px
}

.arrow {
    cursor: pointer
}

button {
    cursor: pointer
}

a {
    cursor: pointer
}

    a span {
        cursor: pointer
    }

.explorer #leftColumn td.fit {
    padding-right: 0 !important;
    border: 1px solif #f00
}

@media all and (max-device-width:600px) {
    div.userData {
        width: 562px
    }
}

.nextLeft {
    text-align: left
}

.nextCenter {
    text-align: center;
    float: none
}

.direccion {
    color: #4e87c2
}

input[type = "tel"] {
    border-radius: 8px 8px 8px 8px;
    border-color: #334765;
    border-style: solid;
    border-width: 1px;
    height: 2em;
    margin-top: .5em;
    margin-bottom: .5em
}

#leftColumn table.grupo td:first-child {
    padding-left: 1em
}

#leftColumn.fullWidth {
    width: 98%
}

img.scaleImage {
    width: 98%
}

#setWidthLC {
    float: right;
    width: 425px
}

#setWidthRC {
    width: 300px
}

.invisible {
    display: none
}

body.gentGran input {
    border-radius: 0
}

body.gentGran div.noRightPadding {
    padding-right: 0
}

body.gentGran div.arrow {
    min-height: 29px;
    line-height: 29px;
    cursor: pointer
}

div.arrow {
    padding-right: 49px;
    cursor: pointer
}

p.userName {
    display: inline
}

button.cambiarUsuario {
    margin-left: .5em
}

#rightColumn table.grupo td.ggeLastCell {
    border-right: #acacab 1px solid padding-left:3%
}

.explorer table.grupo {
    border-spacing: collapse;
    border-collapse: collapse
}

.explorer form {
    margin-top: 0
}

.explorer #rightColumn table.grupo td.chevron {
    border-right-width: 1px
}

body.explorer #leftColumn table.grupo tr td.paddingRight {
    padding-right: 50px
}

body.explorer #leftColumn table.grupo tr td.arrow {
    padding-right: 50px;
    cursor: pointer
}

.explorer #rightColumn table.login {
    border: 1px solid #acacab !important;
    border-radius: 8px 8px 8px 8px !important;
    border-spacing: 0;
    margin-bottom: .5em
}

a img {
    border: 0
}

#rightColumn TR.spacer {
    height: .5em
}

#leftColumn TR.spacer {
    height: 0;
    border: 0
}

#rightColumn TR td.spacer {
    border: 0
}

table.login ~ div.next {
    margin-bottom: 2em
}

td.noRightPadding {
    padding-right: 0 !important
}

.explorer #leftColumn .tableCell .noRightPadding {
    padding-right: 0
}

.explorer #leftColumn table.grupo td:first-child {
    padding-right: 50px
}

.explorer #leftColumn table.grupo td.tecladoVirtual {
    padding-right: 30px
}

.explorer td.tableCell {
    padding-left: 3%
}

.explorer #leftColumn td.tableCell {
    padding-right: 50px
}

.explorer #rightColumn .w1px {
    width: 1em
}

body.gentGran {
    min-width: 768px
}

#rightColumn table.login td.tableCell input {
    width: 70%;
    height: 2em
}

.explorer #leftColumn td.anularBorde {
    border: none !important
}

.explorer #leftColumn td {
    border-top: 1px solid #acacab;
    border-bottom: 0
}

.explorer #leftColumn .grupo {
    border-top: 0 solid #f00 !important
}

    .explorer #leftColumn .grupo tr:first-child td {
        border-top: 1px solid #acacab
    }

.explorer #leftColumn table .grupo .roundCornerWhite td:first-child {
    border-top: 1px solid #acacab
}

.explorer td.tableCell {
    padding-right: 50px
}

.explorer #leftColumn table.grupo td.noRightPadding {
    padding-right: 0
}

.explorer #rightColumn table.grupo td.lastTD {
    border-right: 1px
}

td.inputGrande {
    font-size: 1.2em
}

    td.inputGrande input {
        font-size: 1em;
        -webkit-appearance: none
    }

        td.inputGrande input:focus {
            outline: 0
        }

#leftColumn td.anularBorde {
    border: none !important
}

.clavePin {
    background: #f2f2f2;
    text-align: center;
    padding: 2px;
    margin-bottom: 1px;
    width: 80%;
    margin: auto;
    margin-top: 2px
}

div.clavePin table td {
    text-align: center;
    border-top: none !important;
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0;
    width: 25px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #f2f2f2;
    font-weight: bold;
    text-align: center
}

.tdGris {
    color: #bfbfbf
}

#leftColumn div.clavePin table tr {
    height: auto
}

.clavePin input[type="password"] {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fbc600;
    border: 1px solid #4f81bd;
    font-weight: bold;
    text-align: center
}

.noPermitido {
    display: none;
    color: red
}

.noPermitido {
    display: none;
    color: red
}

@media only screen and (max-width : 1023px) {
    .rightVid {
        position: absolute;
        opacity: 0.6;
        top: 0;
        left: 0;
        min-width: 100%;
        z-index: -100;
    }

    .spTextColor {
        color: #33b7ba;
    }

    .spTextColor label {
        color: #33b7ba;
    }

        .spTextColor input {
            border-color: #33b7ba !important;
        }


    body {
        background-color: rgb(0, 0, 0);
    }

    #rvid:after {
        content: '';
        position: absolute;
        top: 350px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,1) 15%, rgba(0, 0, 0,1) 100%);
        z-index: 1;
    }
}

@media only screen and (min-width : 1024px) {
    .rightVid {
        display: none;
    }
    .spTextColor {
        color: #606060;
    }
    body {
        background-color: #ffffff;
    }
}


#lvid:after {
    content: '';
    position: absolute;
    top: 700px;
    left: 0px;
    width: 600px;
    height: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,1) 100%);
    z-index: 1;
}

#TB_Login {
    background-image: url('/graphics/lgUser32.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}

#TB_Password {
    background-image: url('/graphics/lgCandado32.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}

    #TB_Password:-webkit-autofill,
    #TB_Password:-webkit-autofill:hover,
    #TB_Password:-webkit-autofill:focus,
    #TB_Password:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important; /* Fondo blanco interno */
        background-image: url('/graphics/lgCandado32.png') !important;
        background-position: 10px center !important;
        background-repeat: no-repeat !important;
/*        background-size: 20px 20px !important;*/
    }



/* OLAS DE MAR */
    .wave-container {
    width: 800px;
    height: 200px;
    position: relative;
    overflow: hidden;
    /*background: linear-gradient(to bottom, #87CEEB, #E0F7FA);  Fondo cielo-agua */
}

.wave {
    position: absolute;
    width: 400%; /* Más ancho para movimiento fluido */
    height: 100%;
    left: -150%; /* Comienza fuera del contenedor */
    opacity: 0.5;
    pointer-events: none;
}

.wave1 {
    /*    background: rgba(0, 148, 157, 0.5);*/
    background: rgba(0, 97, 103, 0.5);
    animation: wave-flow 6s infinite ease-in-out;
    top: 340px; /* Desfase vertical */
    border-radius: 50% 50% 0 0; /* Curva superior tipo ola */
    height: 80%; /* Ajuste para parecer ola */
}

.wave2 {
    /*    background: rgba(154, 212, 217, 0.5);*/
    background: rgba(83, 193, 223, 0.5);
    animation: wave-flow 10s infinite ease-in-out reverse;
    top: 320px; /* Desfase vertical */
    border-radius: 50% 50% 0 0;
    height: 90%;
}

@keyframes wave-flow {
    0% {
        transform: translateX(-200px) translateY(10px);
    }

    50% {
        transform: translateX(200px) translateY(-10px);
    }

    100% {
        transform: translateX(-200px) translateY(10px);
    }
}


