/*
 * Config
 */


/*
 * Otras variables
 */


/*
@headerAlto: 3em;
@footerAlto: 100px;*/


/*
 * Colores
 */


/*@colorBase: #22ABA6;
@colorBaseOscuro: #207d78;
@colorSecundario: #e92076;*/


/*
 * Bordes
 */


/*
 * z-index
 */


/*@fuenteTamano480 : 16px;
@fuenteTamano640 : 16px;
@fuenteTamano1024: 16px;
@fuenteTamano1280: 16px;
@fuenteTamano1650: 16px;
@fuenteTamano1950: 16px;*/


/*@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;
}*/

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

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

html,
body {
    /*height:100%;
    min-height: 100%;*/
}

section {
    position: relative;
}

body {
    font-family: 'calibri', 'droid_sansregular';
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media only screen and (max-width: 479px) {
    body {
        font-size: 20px;
    }
}

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

pre {
    text-align: left;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e14764;
    margin: 0.4em auto;
    font-weight: normal;
}

h1 {
    font-size: 1.5em;
    margin: 0.8em 0 0.2em 9em;
    text-align: left;
    padding: 0;
}

@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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    h1 {
        margin: 0.8em auto 0.2em;
        text-align: center;
    }
}

@media only screen and (max-width: 479px),
only screen and (min-width: 480px) and (max-width: 739px) {
    h1 {
        margin: 1.5em auto 0.2em;
        text-align: center;
    }
}

h2 {
    font-size: 1.2em;
}


/*
 * Header
 */

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: #1a1a1a;
    -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: 90;
}

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

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

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

header:hover {
    cursor: pointer;
}

.login-info,
.login-registro {
    position: absolute;
    display: inline-block;
    float: right;
    top: 0.8em;
    right: 2em;
    font-size: 1em;
    text-align: right;
    color: #1a1a1a;
    z-index: 100;
}

.login-info .fila,
.login-registro .fila {
    margin: 0.3em 0;
    font-weight: normal;
}

.login-info .fila a,
.login-registro .fila a {
    color: #1a1a1a;
}

.login-info .fila img,
.login-registro .fila img {
    height: 1em;
    width: auto;
    margin: -0.2em 0.2em 0 0.4em;
    vertical-align: middle;
}

section {
    display: block;
    width: auto;
    text-align: left;
    margin: 1em 2em 1em 14em;
    /*&.gestion{
        margin:0 10em 0 @anchoNav+1.5em!important;
    }*/
}

@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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    section {
        margin: 0;
    }
}

section.gestion {
    margin: 0 0 0 12em;
}

@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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    section.gestion {
        margin: 0;
    }
}


/*
 * Nav
 */

nav {
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    clear: both;
    width: 13em;
    z-index: 80;
    background-color: #c3f7ff;
    background-repeat: repeat-x;
    margin-top: 0;
    padding: 2em 0;
    border-right: 1px #b8b8b8 solid;
    font-size: 1em;
    overflow: auto;
    opacity: 0.7;
    -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;
}

@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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    nav {
        display: inline;
        position: absolute;
        z-index: 101;
        margin-top: 0 !important;
        padding: 2em 0;
        background-color: rgba(239, 238, 234, 0.9);
        width: 12em;
        top: 0;
        left: -12em;
        bottom: 0;
        opacity: 1;
        -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 .logo {
        display: none;
    }
}

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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    nav.visible {
        left: 0;
        margin-top: 0;
        -moz-box-shadow: 0 0 0.3em #aaaaaa;
        -webkit-box-shadow: 0 0 0.3em #aaaaaa;
        box-shadow: 0 0 0.3em #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);*/
        -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 .logo {
    width: 100%;
    margin: 0 0 2em;
}

nav ul {
    display: block;
    position: relative;
    width: auto;
    text-align: left;
    margin: 0 0 0 0.6em;
    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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    nav ul {
        margin-top: 1em;
    }
}

nav ul .isc-nav-button-close {
    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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    nav ul .isc-nav-button-close {
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        width: auto;
        background-color: #1a1a1a;
    }
    nav ul .isc-nav-button-close img {
        width: 2.5em;
        cursor: pointer;
    }
}

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;
}

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

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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    nav ul .isc-nav-item.isc-nav-button {
        display: block;
        border: none;
    }
}

nav ul .isc-nav-item a,
nav ul .isc-nav-item span {
    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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    nav ul .isc-nav-item a,
    nav ul .isc-nav-item span {
        color: #1a1a1a;
    }
}

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

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

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

.isc-nav-button-open {
    display: none;
    position: absolute;
    font-size: 1.4em;
    z-index: 120;
    top: 0.3em;
    left: 0.3em;
    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),
only screen and (min-width: 740px) and (max-width: 1049px) and (orientation: landscape) {
    .isc-nav-button-open {
        display: block;
    }
}


/*
 * Footer
 */

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: #101010;
}

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

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

footer a {
    color: #ffffff;
}


/*
 * Emergente
 */

#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: 200;
}

#emergente .contenido {
    border: solid 1px #8e8e8e;
    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: #1a1a1a;
    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;
}


/*
 * Alertas
 */


/*.isc-alerta{
  position:relative;
  display:block;
  width: 20em;
  margin:0.8em auto;
  .contenedor{
    display:inline-block;
    text-align:center;
    padding:0.5em 2em;
    font-size:1em;
    margin:0 auto;

    .borde-esquinas-redondas-arriba(0.3em,@colorErrorOsc);
    .borde-sombra(0.5em,@colorSombraTenue);

    background-color: @colorFondoMsg;

    img{
      width:1.7em;
      margin:-0.4em 0.5em 0 0;
      vertical-align: middle;
    }
  }
}*/

.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: #1a1a1a;
    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;
}


/*
 * Elementos
 */


/*
.isc-botones{
  display:block;
  text-align:right;
  padding:0.5em;
}

.isc-boton{
  font-size:0.8em;
  color:@cTextoNegativo;
  .borde-esquinas-redondas(0.5em,@colorPrimarioOsc);
  background-repeat: repeat-x;
  background-image: url("@{dirImg}bg-white-trans.png");
  background-color:@colorPrimario;
  padding:0.5em 1em;
  margin:0.4em 0.2em;

  &:hover{
    cursor:pointer;
  }

  .isc-mobile{
    display:none;
  }
}*/


/*
 * Varios
 */

.ui-tooltip {
    font-family: !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-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 #ae1431;
    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;
}

@media (max-width: 480px) {
    .isc-mensaje {
        width: auto;
        text-align: center;
        margin: 0;
    }
    .isc-mensaje .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-mensaje .contenido input::-webkit-input-placeholder {
        opacity: 1;
    }
    .isc-mensaje .contenido input:-moz-placeholder {
        opacity: 1;
    }
    .isc-mensaje .contenido input::-moz-placeholder {
        opacity: 1;
    }
    .isc-mensaje .contenido input:-ms-input-placeholder {
        opacity: 1;
    }
    .isc-mensaje .contenido .descripcion {
        margin: 0.3em 0.8em;
    }
    .isc-mensaje .contenido .descripcion img {
        display: block !important;
        float: none;
        margin: 0 auto;
        width: 5em;
    }
}

.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 #ae1431;
    width: 100%;
    margin: 0 auto 0.7em auto;
}

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

@media (max-width: 480px) {
    .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;
    }
}

#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;
}


/*

@selector: ~'nav';
@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";
    }
}*/