/*@import "../../custom/ISCPadel/config/config.less";*/


/*@selector: ~'h1';
@media @phone-portrait {
    @{selector}:after{
        content: "phone-portrait";
    }
}
@media @phone-landscape {
    @{selector}:after{
        //content: "phone-landscape";
    }
}

@media @tablet-landscape {
    @{selector}:after{
        content: "tablet-landscape";
    }
}
@media @tablet-portrait {
    @{selector}:after{
        content: "tablet-portrait";
    }
}
@media @desktop-small {
    @{selector}:after{
        content: "desktop-small";
    }
}
@media @desktop-medium {
    @{selector}:after{
        content: "desktop-medium";
    }
}
@media @desktop-big {
    @{selector}:after{
        content: "desktop-big";
    }
}
@media @desktop-bigger {
    @{selector}:after{
        content: "desktop-bigger";
    }
}*/


/*.transicion(@duracion:0.5s, @selector: all, @delay:0.5s,  @transicion: ease){
  -webkit-transition: @selector @duracion @transicion @delay;
  -moz-transition: @selector @duracion @transicion @delay;
  -ms-transition: @selector @duracion @transicion @delay;
  -o-transition: @selector @duracion @transicion @delay;
  transition: @selector @duracion @transicion @delay;
}*/

@font-face {
    font-family: 'open-sans';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #1a1a1a;
    text-align: left;
    position: relative;
}

@media only screen and (max-width: 479px) {
    body {
        font-size: 16px;
        min-height: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 739px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1249px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1749px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1750px) and (max-width: 1959px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1960px) {
    body {
        font-size: 16px;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

a img {
    border: none;
}

.info-oculta {
    display: none;
}

.mobile {
    display: none;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px) {
    .mobile {
        display: inline;
    }
}

.clearboth {
    clear: both;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0 0 0 16em;
}

body.no-login {
    padding: 0;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px) {
    body {
        padding: 0 0 0 0;
    }
}

pre {
    text-align: left;
}

section {
    display: block;
    width: auto;
    text-align: left;
    position: relative;
    padding-left: 2em;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #043ba1;
    font-weight: normal;
}

h1 {
    margin: 0;
    text-align: left;
    padding: 0.5em 0 0.5em 1em;
    background-color: #f9f9f9;
    font-size: 1.4em;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    h1 {
        padding-left: 3em;
        /*font-size:1.5em;*/
        -moz-box-shadow: 0 0 0.8em #aaaaaa;
        -webkit-box-shadow: 0 0 0.8em #aaaaaa;
        box-shadow: 0 0 0.8em #aaaaaa;
        /* IE 8 */
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='@color')";*/
        /* IE 5.5 - 7 */
        /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#111,direction=222);*/
    }
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px) {
    h1 {
        font-size: 1.5em;
    }
}

h2 {
    font-size: 1.2em;
}

.cargando {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0.5em;
    display: relative;
}

header {
    position: relative;
    display: block;
    width: auto;
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    padding: 0.2em 0 0;
    height: 1.5em;
    background-color: #043ba1;
    -moz-box-shadow: 0 0 0.2em #aaaaaa;
    -webkit-box-shadow: 0 0 0.2em #aaaaaa;
    box-shadow: 0 0 0.2em #aaaaaa;
    /* IE 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='@color')";*/
    /* IE 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#111,direction=222);*/
    z-index: 105;
}

header .header-logo {
    height: 90%;
    margin-right: 0.2em;
    vertical-align: top;
}

header .header-logo.inv {
    display: none;
}

header .header-logo.mobile {
    display: none;
}

.isc-nav-button-open {
    display: none;
    position: absolute;
    font-size: 2em;
    float: right;
    z-index: 120;
    top: 0.3em;
    left: 0.5em;
    cursor: pointer;
}

.isc-nav-button-open.visible {
    color: #FFF;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    .isc-nav-button-open {
        display: inline-block;
    }
}

nav {
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    clear: both;
    width: 16em;
    z-index: 80;
    background-color: #f3f3f3;
    padding: 1em 0;
    border-right: 1px #BBB solid;
    overflow: auto;
    text-align: center;
    -moz-box-shadow: 0 0 1.2em #aaaaaa;
    -webkit-box-shadow: 0 0 1.2em #aaaaaa;
    box-shadow: 0 0 1.2em #aaaaaa;
    /* IE 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='@color')";*/
    /* IE 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#111,direction=222);*/
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    nav {
        display: inline;
        position: fixed;
        z-index: 101;
        margin-top: 0 !important;
        background-color: rgba(0, 0, 0, 0.8);
        width: 90%;
        top: 0;
        left: -90%;
        bottom: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        /* IE 8 */
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='@color')";*/
        /* IE 5.5 - 7 */
        /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#111,direction=222);*/
    }
}

nav.visible {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -2.3em;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    nav.visible {
        width: 90%;
        left: 0;
        margin-top: 0;
        -moz-box-shadow: 0 0 1.2em #aaaaaa;
        -webkit-box-shadow: 0 0 1.2em #aaaaaa;
        box-shadow: 0 0 1.2em #aaaaaa;
        /* IE 8 */
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='@color')";*/
        /* IE 5.5 - 7 */
        /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#111,direction=222);*/
    }
}

nav .logo {
    width: 100%;
    max-width: 10em;
    margin: 0.5em auto 1em;
    padding: 0 1em;
}

nav .logo.phone-only {
    display: none;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    nav .logo {
        display: none;
    }
    nav .logo.phone-only {
        display: block;
        width: 10em;
        margin: -0.1em auto 2em;
    }
}

nav ul {
    display: block;
    position: relative;
    width: auto;
    text-align: left;
    margin: 0 0 0 0.2em;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    nav ul {
        text-align: left;
        padding: 0;
    }
}

nav ul .isc-nav-button-close {
    display: none;
}

nav ul .isc-nav-item {
    position: relative;
    display: block;
    margin: 0.1em 0 0.2em;
    vertical-align: middle;
    padding: 0.1em 0.5em;
    text-align: left;
    cursor: pointer;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    nav ul .isc-nav-item {
        margin: 0;
        padding: 0.1em 0.8em;
    }
}

nav ul .isc-nav-item.separador {
    height: 1.3em;
}

nav ul .isc-nav-item.isc-nav-button {
    display: none;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    nav ul .isc-nav-item.isc-nav-button {
        display: block;
        border: none;
    }
}

nav ul .isc-nav-item .desplegar {
    margin: 0 0.5em;
    font-size: 0.8em;
    opacity: 0.7;
    cursor: pointer;
}

nav ul .isc-nav-item .desplegar:hover {
    opacity: 0.9;
}

nav ul .isc-nav-item .hijos {
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: none;
    margin: 0.3em 0 0.3em;
}

nav ul .isc-nav-item.hijo {
    font-size: 0.9em;
}

nav ul .isc-nav-item.hijo img {
    height: 1.1em;
    width: auto;
    margin-right: 0.2em;
}

nav ul .isc-nav-item.desplegado {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav ul .isc-nav-item.desplegado .desplegar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

nav ul .isc-nav-item.desplegado .hijos {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    opacity: 1;
    overflow: auto;
    height: auto;
}

nav ul .isc-nav-item a {
    color: #1a1a1a;
    text-decoration: none;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px),
only screen and (min-device-width: 767px) and (max-device-width: 1025px) and (orientation: portrait) {
    nav ul .isc-nav-item a {
        font-size: 1.6em;
        color: #ffffff;
        font-weight: normal;
    }
}

nav ul .isc-nav-item .txt {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav ul .isc-nav-item img {
    display: inline-block;
    margin: 0 0.5em 0 0;
    height: 1.5em;
    vertical-align: middle;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px) {
    nav ul .isc-nav-item img {
        vertical-align: middle;
        display: inline;
        margin: 0.3em 0.5em 0.3em 0;
        width: 1em;
        height: auto;
    }
}

nav ul .isc-nav-item#user-email a .txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75% !important;
}

nav ul .isc-nav-item.login-info {
    color: #ffffff;
    text-align: right;
    font-size: 0.8em;
    width: 15em;
}

nav ul .isc-nav-item.login-info .usuario {
    font-size: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav ul .isc-nav-item.login-info .usuario a {
    color: inherit;
}

footer {
    display: block;
    display: none;
    /* position:fixed;
     height:3em;*/
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    padding: 0.5em 0;
    margin: 0;
    background-color: #650220;
}

footer .grande {
    font-size: 1.2em;
}

footer .pequeno {
    font-size: 0.8em;
}

footer a {
    color: #ffffff;
}

footer .patrocinadores {
    margin: 1em 0.2em 0;
    text-align: center;
    /*height: 4em;
        overflow:hidden;*/
}

footer .patrocinadores .patrocinador {
    border: solid 1px transparent;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    behavior: url("../css/rounded-borders-ie.htc");
    margin: 0.2em 0.1em;
    height: 3em;
    width: auto;
}

.isc-tooltip {
    font-size: 0.8em !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* IE 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='@color')";*/
    /* IE 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#111,direction=222);*/
    color: #999999;
    padding: 0.2em 0.8em 0.3em !important;
    border: solid 1px #b1b1b1;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    behavior: url("../css/rounded-borders-ie.htc");
    border: 1px solid #999999 !important;
}

.ui-tooltip {
    font-family: 'Open Sans' !important;
    font-size: 0.8em !important;
    padding: 0.3em 0.5em !important;
    background-color: #ffffd7 !important;
}

.isc-carga-ajax {
    text-align: center;
    margin: 1em;
}

.isc-carga-ajax .isc-cargando {
    display: block;
}

.isc-carga-ajax .isc-cargando #cargando {
    width: 3em;
    height: auto;
}

.clearboth {
    clear: both;
}

.isc-pagina {
    margin: 1em auto;
    width: 38em;
    text-align: right;
}

.isc-pagina .contenido {
    border: solid 1px #b1b1b1;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    behavior: url("../css/rounded-borders-ie.htc");
    border-top-left-radius: 0.4em;
    -moz-border-top-left-radius: 0.4em;
    -webkit-border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    -moz-border-top-right-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    border-top: solid 0.4em #1a1a1a;
    width: 100%;
    margin: 0 auto 0.7em auto;
}

.isc-pagina .contenido .descripcion {
    margin: 1.5em 2em;
    text-align: left;
    font-size: 0.8em;
}

.isc-botones {
    display: block;
    text-align: right;
    padding: 0.5em;
    margin-top: 1.5em;
}

.isc-boton {
    font-family: 'Open Sans';
    font-size: 0.8em;
    font-weight: normal;
    color: #ffffff;
    background-color: #043ba1;
    padding: 0.4em 0.8em;
    margin: 0.4em 0.2em;
    cursor: pointer;
    border: solid 1px #650220;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    behavior: url("../css/rounded-borders-ie.htc");
}

.isc-boton:focus {
    border-bottom: 2px solid #1a1a1a;
}

.isc-boton#guardar,
.isc-boton#cancelar {
    background-color: #043ba1;
    border: solid 1px #650220;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    behavior: url("../css/rounded-borders-ie.htc");
}

.isc-boton .isc-mobile {
    display: none;
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px) {
    .isc-pagina {
        width: auto;
        text-align: center;
        margin: 0;
    }
    .isc-pagina .contenido {
        font-size: 1.5em;
        border: none;
        margin: 0;
        overflow: auto;
        width: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        /* IE 8 */
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='@color')";*/
        /* IE 5.5 - 7 */
        /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#111,direction=222);*/
        /* Firefox 18- */
        /* Firefox 19+ */
    }
    .isc-pagina .contenido input::-webkit-input-placeholder {
        opacity: 1;
    }
    .isc-pagina .contenido input:-moz-placeholder {
        opacity: 1;
    }
    .isc-pagina .contenido input::-moz-placeholder {
        opacity: 1;
    }
    .isc-pagina .contenido input:-ms-input-placeholder {
        opacity: 1;
    }
    .isc-pagina .contenido .descripcion {
        margin: 0.3em 0.8em;
    }
    .isc-pagina .contenido .descripcion img {
        display: block !important;
        float: none;
        margin: 0 auto;
        width: 5em;
    }
}


/*
 * REVISAR
 */

#ayuda {
    margin: 0 2em;
}

#ayuda .tema {
    margin: 1em 0;
    cursor: pointer;
}

#ayuda .tema .titulo {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

#ayuda .tema .titulo .desplegar {
    width: 0.7em;
    vertical-align: middle;
    margin-right: 0.2em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#ayuda .tema .titulo .desplegar.no-desplegado {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#ayuda .tema .descripcion {
    display: none;
    padding: 0 2.1em;
}

.isc-mensaje {
    margin: 1em auto;
    width: 38em;
    text-align: right;
}

.isc-mensaje .contenido {
    border: solid 1px #b1b1b1;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    behavior: url("../css/rounded-borders-ie.htc");
    border-top-left-radius: 0.4em;
    -moz-border-top-left-radius: 0.4em;
    -webkit-border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    -moz-border-top-right-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    border-top: solid 0.4em #1a1a1a;
    width: 100%;
    margin: 0 auto 0.7em auto;
}

.isc-mensaje .contenido .descripcion {
    margin: 1.5em 2em;
    text-align: left;
    font-size: 0.8em;
}

.isc-mensaje .contenido .descripcion img {
    display: inline;
    float: left;
    width: 3em;
    margin-right: 1.2em;
}

.isc-launcher {
    width: 40em;
    margin: 1em auto;
    overflow: hidden;
    border: solid 1px #b1b1b1;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    behavior: url("../css/rounded-borders-ie.htc");
}

.isc-launcher h2 {
    background-color: #043ba1;
    color: #ffffff;
    margin: 0;
    padding: 0.5em 1.5em;
}

.isc-launcher .isc-accesos-directos {
    font-size: 0.5em;
}

.isc-launcher .isc-accesos-directos .isc-acceso-directo {
    margin: 1em 2.5em;
    vertical-align: top;
}

#emergente {
    font-size: 1em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/bg-emergente.png");
    padding-top: 8em;
    z-index: 110;
}

#emergente .contenido {
    border: solid 1px #a7a7a7;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    behavior: url("../css/rounded-borders-ie.htc");
    background-color: #ffffff;
    overflow: hidden;
    width: 25em;
    margin: 0 auto;
}

#emergente .contenido .titulo {
    font-size: 1em;
    color: #ffffff;
    background-color: #043ba1;
    padding: 0.2em 0.5em;
}

#emergente .contenido .cuerpo {
    margin: 1em 0;
    font-size: 0.9em !important;
}

#emergente .contenido .isc-botones {
    font-size: 0.8em !important;
    text-align: right !important;
    padding: 0 1em;
}

#emergente .cargando {
    width: 3em;
}


/*# sourceMappingURL=main.css.map */