/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	line-height: 1.4;
	background-color: #000000;
    color: #FFFFFF;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;*/
}
button,
select,
input,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
    box-shadow: unset !important;
}
/* Quita el backgroun amarillo de los autoform 
en Chrome */
@-webkit-keyframes autofill {
    to {
        color: #000000;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: rgba(0, 0, 0, .8);
	color: #FFFFFF;
}

::selection {
	background: rgba(0, 0, 0, .8);
	color: #FFFFFF;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */


ul, li {
  list-style-type:none;
  list-style-position: outside;
  margin-left: 0px;
  padding: 0px;
}

a:link{   
  text-decoration:none;
  color: #666666;
}
a:hover{
  /*color:#2F4B8A !important;*/
  color: #00CCFF;
}
/*strong{
    font-family: 'fontNormal', Arial, Helvetica, Verdana, sans-serif;
    color:#000000 !important;
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
}*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
 Notas:
  - Para el cálculo de las medidas en 'em' se ha utilizado la referencia de 16 px por 1 em.
 */

/* ==========================================================================
   FUENTES
   ========================================================================== */
  

@font-face {
    font-family: 'fontLight';
    src: url('../fonts/antonio-light-webfont.woff2') format('woff2'),
         url('../fonts/antonio-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fontNormal';
    src: url('../fonts/comme-regular_1-webfont.woff2') format('woff2'),
         url('../fonts/comme-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontBold';
    src: url('../fonts/antonio-bold-webfont.woff2') format('woff2'),
         url('../fonts/antonio-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.lt-ie9{
    font-family: 'fontNormal', arial, helvetica, verdana, sans-serif;
}

html{
    font-family: 'fontNormal', arial, helvetica, verdana, sans-serif;
    font-size: 13px;
    text-rendering: optimizeLegibility;
}


/* ==========================================================================
   LAYOUT GENERAL
   ========================================================================== */
  
.posFix{
    position: fixed;
}

.texto{
  color: #FFFFFF;
  font-size: 1em;
  cursor: default;
  font-weight: normal;
}

.espacioP{
  margin-top: 20px;
  margin-bottom: 20px;
}
.txtNegro{
    color: #000000 !important;
}
.txtGris{
    color: #666666 !important;
}
.txtGrisC{
    color: #999999 !important;
}
.txtRojo{
    color: #CC0000 !important;
}
.txtVerde{
    color: #009900 !important;
}
.inputTextError{
    color: #CC0000 !important;
    background-color: rgba(204, 0, 0, 0.1) !important;
    border: 1px solid #CC0000;
}
.errorBorder{
    outline: 1px solid #CC0000 !important;
}
.okBorder{
    outline: 1px solid #34A853 !important;
}
.checkAvisoError{
    border: 1px solid #CC0000 !important;
    background-color: #FFCCCC;
}
.txtCorporativo{
    color: #015df3 !important; /* rgba(128, 174, 249, 1); */
}
.txtAuxiliar{
    color: #00CCFF !important; /* rgba(0, 201, 255, 1); */
}
.txtAuxiliar2{
    color: #015df3 !important; /* rgba(1, 93, 243, 1); */
}
.txtAuxiliar:hover, .txtAuxiliar:focus{
    text-decoration: underline;
}
.txtBlanco{
    color: #FFFFFF !important;
}
.destacado{
    background-color: rgba(0, 204, 255, .5)!important;
    color: #000000 !important;
}
.degCorporativo{
    background-color: rgba(0,39,255,.8);
    background-color: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background-color: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
}

/* ==========================================================================
   Copyright
   ========================================================================== */
#copyright{
  position: fixed;
  right: 15px;
  top: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  font-size: 0.75em;
  color: #444444;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  display: none;
}
#copyright:hover, .copyright:focus{
  color: #FFFFFF;
  text-shadow: 1px 1px #000000;
}
#linkCopyRight{
    display: none;
}

/* ==========================================================================
   Cookies
   ========================================================================== */
#leyDeCookies{
    position: fixed;
    width: 180px;
    height: 170px;
    bottom: -80px;
    right: -20px;
    background-color: rgba(0,39,255,.8);
    text-align: center;
    line-height: 0.8em;
    transition: all 0.5s ease 0s;
    display: none;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .5);
    padding: 60px 30px 0px 20px;
    overflow: hidden;
    z-index: 100;
}
#leyDeCookies:hover, #leyDeCookies:focus{
    background-color: rgba(0,39,255,1);
}
#leyDeCookies a{
    color: #FFFFFF;
    font-size: .85em;
}
#leyDeCookies strong{
    color: #000000 !important;
    font-weight: normal !important;
}



/* ==========================================================================
   Aviso
   ========================================================================== */
#aviso{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all .8s;
    display:none;
    z-index: 200;
}
#cajAvi{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 520px;
    min-height: 190px;
    background-color: #FFFFFF;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display:none;
    z-index: 201;
}
#cajAvi p{
    color: #000000;
    width: 90%;
    text-align: center;
    padding: 5%;
}
.btnOkStandar{
    position: absolute;
    bottom: 20px;
    width: 150px;
    height: 35px;
    border: 1px solid #00CCFF;
    background-color: #00CCFF;
    color: #FFFFFF;
    transition: all .5s;
}
.btnOffStandar{
    position: absolute;
    bottom: 20px;
    width: 150px;
    height: 35px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #666666;
    transition: all .5s;
}
.btnOkStandar:hover, .btnOkStandar:focus, .btnOffStandar:hover, .btnOffStandar:focus{
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
/* ==========================================================================
   MENÚ
   ========================================================================== */
#bloqPantalla{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all .8s;
    z-index: 50;
}
nav {
    position: fixed;
    top: 5%;
    right: 0px;
    height: 1000px; /* para que no haga saltos cuando ponemos el cursor en la parte inferior */
    width: auto;
    text-align: center;
    z-index: 51;
    -webkit-animation: movRight 1.7s normal;
    animation: movRight 1.7s normal;  
    transition: all .5s;
    display: block;
}
nav:hover, nav:focus{
    top: -160px;
}

nav ul{
    position: relative;
    margin-left: 30px;
}
#marca{
    width: 100px;
    height: 120px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 600px; /*255px*/
    background-position: 0px -175px;
    cursor: pointer;
}
#btnMenuMov{
    position: relative;
    left: 55px;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    text-align: center;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 340px; /*255px*/
    background-position: -40px 0px;
    cursor: pointer;
}

.btnMenu{
    width: 60px;
    height: 42px;
    margin-bottom: 10px;
    padding: 28px 5px 0px 5px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    font-size: 0.9em;
    font-family: 'fontNormal';
    color: #FFFFFF;
    transition: all .5s;
    overflow: hidden;
    display: block;
    opacity: 1;
    visibility: hidden;
}
.btnMenu:hover, .btnMenu:focus{
    width: 62px;
    height: 46px;
    margin-left: -2px;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}
nav:hover .btnMenu, nav:focus .btnMenu{
    opacity: 1;
    visibility: visible;
}
.btnAviso{
    position: relative;
    width: 100%;
    margin-top: 20px;
    font-size: .8em;
    opacity: .5;
    color: #FFFFFF;
    right: 20px;
    letter-spacing: 2px;
    transition: all .5s;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}
.btnAviso:hover, .btnAviso:focus{
    text-decoration: underline;
    opacity: 1 !important;
}
nav:hover .btnAviso, nav:focus .btnAviso{
    opacity: 1;
    visibility: visible;
}
/* Footer */
/* Redes */
footer{
    position: fixed;
    bottom: 5px;
    right: 10px;
    -webkit-animation: movRight 1.3s normal;
    animation: movRight 1.3s normal;
    z-index: 52;
}
.btnInfo{
    width: 30px;
    height: 30px;
    padding: 15px;
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    transition: all .5s;
    opacity: .8;
}
.btnInfo:hover, .btnInfo:focus{
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1 !important;
}
#btnFbk{
    background-position: -60px 0px;
}
#btnIns{
    background-position: -90px 0px;
}
#btnTwi{
    background-position: -120px 0px;
}
#btnYou{
    background-position: -150px 0px;
}
#btnMai{
    background-position: -180px 0px;
}
#btnTel{
    background-position: -210px 0px;
}
#btnMut{
    background-position: -240px 0px;
}
/* ==========================================================================
   HOME
   ========================================================================== */
body div#multimediaContent #videoHome{
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}
#imgFonHome img{
    position: fixed;
    top: 0px;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s;
    transition: all 1s;
}

#eslogan{
    position: absolute;
    top: 5%;
    left: 20px;
    cursor: default;
    z-index: 3;
}
#eslogan h1{
    font-family: 'fontBold';
    font-size: 4.2em;
    line-height: 0px;
    font-weight: normal;
    -webkit-animation: movLeft 2s normal;
    animation: movLeft 2s normal;
}
.esloganInfo{
    opacity: .5;
}
/* Listado Récords */
.records{
    font-size: 1.7em;
    font-family: 'fontBold';
    font-weight: normal;
    transition: all 1s;
    -webkit-animation: movLeft 1s normal;
    animation: movLeft 1s normal; 
    display: none;
}
.records:hover .linRec, .records:focus .linRec, .records:hover .icoLinRec, .records:focus .icoLinRec{
    opacity: 1;
}

.titRec{
    color: #FFFFFF;
    font-family: 'fontLight';
    margin-bottom: 20px;
    /*opacity: .8;*/
    -webkit-animation: movLeft 1.5s normal;
    animation: movLeft 1.5s normal;
    display: none;
}
.titRec span{
    color: #FFFFFF;
}
.linRec{
    width: 340px;
    margin-top: 1px;
    padding: 5px 5px 0px 5px;
    font-size: .7em;
    transition: all .5s;
    background-color: rgba(255, 255, 255, .2);
    /*opacity: .5;*/
}
.linRec:hover, .linRec:focus{
    margin-left: 3%;
    opacity: 1 !important;
}

.txtLinRec{
    font-family: 'fontLight';
    color: #FFFFFF;
    letter-spacing: 1px;
    position: relative;
    top: -7px;
}
.txtLinRec small{
    color: #FFFFFF;
}
.spanRec{
    opacity: .5;
}
.linRec:hover .spanRec, .linRec:focus .spanRec{
    opacity: 1;
}
.icoLinRec{
    width: 34px;
    height: 34px;
    border-radius: 0px;
    overflow: hidden;
    margin-right: 10px;
    display: inline-block;
    background-color: transparent;
    /*opacity: .5;*/
}
.icoLinRec img{
    position: relative;
    height: 100%;
    min-width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes movLeft {
    0% {
        opacity: 0;
        margin-left: -100px;
    }50% {
        opacity: 0;
        margin-left: -100px;
    }80%{
        opacity: .5;
        margin-left: 20px;
    }95%{
        margin-left: -10px;
    }100%{
        opacity: 1;
        margin-left: 0px;
    }
}
@keyframes movLeft {
    0% {
        opacity: 0;
        margin-left: -100px;
    }50% {
        opacity: 0;
        margin-left: -100px;
    }80%{
        opacity: .5;
        margin-left: 20px;
    }95%{
        margin-left: -10px;
    }100%{
        opacity: 1;
        margin-left: 0px;
    }
}

@-webkit-keyframes movRight {
    0% {
        opacity: 0;
        margin-right: -100px;
    }50% {
        opacity: 0;
        margin-right: -100px;
    }80%{
        opacity: .5;
        margin-right: 20px;
    }95%{
        margin-right: -10px;
    }100%{
        opacity: 1;
        margin-right: 0px;
    }
}
@keyframes movRight {
    0% {
        opacity: 0;
        margin-right: -100px;
    }50% {
        opacity: 0;
        margin-right: -100px;
    }80%{
        opacity: .5;
        margin-right: 20px;
    }95%{
        margin-right: -10px;
    }100%{
        opacity: 1;
        margin-right: 0px;
    }
}
@-webkit-keyframes movAlphaScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
    }100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes movAlphaScale {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
    }100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/* Botones Circuitos */

#bloqRodadas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 800px);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.btnRodHom{
    width: 200px;
    height: 200px;
    margin: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    border: 2px solid #FFFFFF;
    color: #000000;
    letter-spacing: 1px;
    font-family: 'fontLight';
    font-size: 1.4em;
    transition: all .5s;
    -webkit-animation: movAlphaScale 1s normal;
    animation: movAlphaScale 1s normal; 
    z-index: 2;
}
.btnRodHom:hover, .btnRodHom:focus{
    background-color: rgba(255, 255, 255, 1);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    /*width: 160px;
    height: 160px;*/
    font-size: 1.5em;
}
.btnRodHom small{
    color: #015df3;
    font-size: .75em;
    opacity: .5;
}
/* ==========================================================================
   circuitos
   ========================================================================== */
#circuitos{
    position: absolute;
    top: 150px;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 1s;
    /*display: none;*/
    z-index: 1;
    text-align: center;
}
#cirTit{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    color: #FFFFFF;
    font-size: 2em;
    font-family: 'fontBold';
    font-weight: normal;
    text-align: center;
    display: none;
    /*-webkit-animation: movTop 1.7s normal;
    animation: movTop 1.7s normal;  */
}
/*#circuitos .btnRodadas {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
    display: inline-block;
}*/
#circuitos .btnRodadas {
    /* width: 200px; */
    /* height: 200px; */
    margin: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 9px;
    transition: all .5s;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
}
#circuitos .btnRodadas:hover, #circuitos .btnRodadas:focus{
    background-color: rgba(0, 0, 0, 0.9);
}
#circuitos .btnRodadas img{
    width: 56%;
}
#circuitos .btnRodadas p{
    width: 100%;
    margin: 0px;    
    padding-bottom: 20px;
    font-size: 1.8em;
    color: #FFFFFF;
}
#circuitos .btnRodadas .txtCirDes{
    opacity: .7;
    font-size: .6em;
}
#circuitos .btnRodadas .txtCirPVP{
    opacity: .7;
    font-size: .9em;
}
.btnProxRod{ /* botón próxima rodada */
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    transition: all .5s;
    cursor: pointer;
    -webkit-animation: movCol 2s infinite;
    animation: movCol 2s infinite;
    display: inline-block;
}
#circuitos .btnProxRod img{
    width: 56%;
}
#circuitos .btnProxRod h1{
    width: 100%;
    margin: 0px;    
    padding: 0px;
    font-size: 1.4em;
    font-family: 'fontBold';
    font-weight: normal;
    color: #FFFFFF;
}
#circuitos .btnProxRod p{
    margin: 0px;
    width: 100%;
    margin: 0px;    
    padding-bottom: 20px;
    font-size: 1em;
    color: #FFFFFF;
    opacity: .8;
}
@-webkit-keyframes movTop {
    0% {
        opacity: 0;
        top: 90%;
    }100%{
        opacity: 1;
        top: 50%;
    }
}
@keyframes movTop {
    0% {
        opacity: 0;
        top: 90%;
    }100%{
        opacity: 1;
        top: 50%;
    }
}


/* ==========================================================================
   FICHA CIRCUITO
   ========================================================================== */
#fichaCircuito{
}
.imgFon{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000000;
    z-index: 0;
}
.imgcirAlbacete{
    background-image: url('/img/circuitos/cirAlbacete.jpg');
}
.imgcirAlmeria{
    background-image: url('/img/circuitos/cirAlmeria.jpg');
}
.imgcirCartagena{
    background-image: url('/img/circuitos/cirCartagena.jpg');
}
.imgcirCheste{
    background-image: url('/img/circuitos/cirCheste.jpg');
}
#fichaHorario{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    min-height: 360px;
    /*background-color: rgba(0, 201, 255, .8);*/
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
    color: #000000;
}

#fichaHorario ul{
    width: 100%;
}
#fichaHorario ul p{
    width: 95%;
    color: rgba(255, 255, 255, .5);
    margin: 0px 0px 10px 7%;
    background-color: transparent;
    font-family: 'fontLight';
    font-weight: normal;
    font-size: 1.2em;
    cursor: default;
    background-color: rgba(0,0 ,0, .2);
    margin-left: 0px;
    padding: 5% 0px 7px 7px;
    -webkit-animation: movMarBot 1s normal;
    animation: movMarBot 1s normal;  
}
@-webkit-keyframes movMarBot {
    0% {
        margin-bottom: 100px;
    }100%{
        margin-bottom: 10px;
    }
}
@keyframes movMarBot {
    0% {
        margin-bottom: 50px;
    }100%{
        margin-bottom: 10px;
    }
}
#fichaHorario ul .fichaFecha{
    width: 90%;
    color: #FFFFFF;
    font-family: 'fontNormal';
    font-weight: normal;
    font-size: 1.2em;
    padding: 10px 0px 10px 17%;
    text-align: left;
    line-height: 18px;
    cursor: pointer;
    transition: all .5s;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    -webkit-animation: movMarTop 1s normal;
    animation: movMarTop 1s normal;  
}
#fichaHorario ul .fichaFecha:hover, #fichaHorario ul .fichaFecha:focus{
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    font-weight: bold;
}
.fichaFechaCheck{
    background-color: #FFFFFF !important;
    color: #000000 !important;
    pointer-events: none;
    /*box-shadow: 3px -3px 10px 0px rgba(0, 0, 0, .5);*/
}
#fichaHorario ul .fichaFecha span{
    font-size: .8em;
    opacity: .7;
    text-transform: lowercase;
    font-family: 'fontNormal';
}

#selHorario{
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    height: 1px;
    background: rgba(0,204,255,1);
    background: -moz-linear-gradient(left, rgba(0,204,255,1) 0%, rgba(0,204,255,1) 3%, rgba(0,204,255,0) 15%, rgba(0,204,255,0) 60%, rgba(0,204,255,1) 75%, rgba(0,204,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,204,255,1)), color-stop(3%, rgba(0,204,255,1)), color-stop(18%, rgba(0,204,255,0)), color-stop(60%, rgba(0,204,255,0)), color-stop(75%, rgba(0,204,255,1)), color-stop(100%, rgba(0,204,255,1)));
    background: -webkit-linear-gradient(left, rgba(0,204,255,1) 0%, rgba(0,204,255,1) 3%, rgba(0,204,255,0) 15%, rgba(0,204,255,0) 60%, rgba(0,204,255,1) 75%, rgba(0,204,255,1) 100%);
    background: -o-linear-gradient(left, rgba(0,204,255,1) 0%, rgba(0,204,255,1) 3%, rgba(0,204,255,0) 15%, rgba(0,204,255,0) 60%, rgba(0,204,255,1) 75%, rgba(0,204,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,204,255,1) 0%, rgba(0,204,255,1) 3%, rgba(0,204,255,0) 15%, rgba(0,204,255,0) 60%, rgba(0,204,255,1) 75%, rgba(0,204,255,1) 100%);
    background: linear-gradient(to right, rgba(0,204,255,1) 0%, rgba(0,204,255,1) 3%, rgba(0,204,255,0) 15%, rgba(0,204,255,0) 60%, rgba(0,204,255,1) 75%, rgba(0,204,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#00ccff', GradientType=1 );
    transition: all .5s;
    opacity: 0;
}
#combHor{
    width: 100%;
    height: 32px;
    color: #000000;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    font-size: 1em;
    text-align: center;
    border-radius: 0px;
    margin-top: 10px;
    transition: all .5s;
    display: none;
}
#combHor:hover, #combHor:focus{
    color: #000000;
    border-color: #00CCFF;
    background-color: #FFFFFF;
}
#menuCircuitos{
    position: absolute;
    top: -13px;
    right: -140px;
    width: 80px;
    height: 80px;
    text-align: center;
    
}

.btnCirOn{
    margin-bottom: 1px;
    background-color: rgba(0, 0, 0, .5);
}
.btnCirOn:hover, .btnCirOn:focus{
    background-color: rgba(0, 0, 0, 1);
}
.btnCirOn img, .btnCirOff img{
    opacity: .5;
    width: 95%;
    transition: all .5s;
}
.btnCirOff{
    margin-bottom: 1px;
    background-color: #FFFFFF;
    pointer-events: none;
}

.btnCirOn:hover img, .btnCirOn:focus img{
    opacity: 1;
    width: 100%;
}
.txtBtnCirFic{
    position: relative;
    margin-top: -20px;
    font-family: 'fontBold';
    font-size: .8em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    transition: all .5s;
    opacity: 0;
    display: block;
}
.btnCirOn:hover .txtBtnCirFic, .btnCirOn:focus .txtBtnCirFic{
    opacity: 1;
    color: #FFFFFF !important;
    width: 100%;
}
#fichaDetalle{
    position: fixed;
    top: 50%;
    left: 45%;
    width: 660px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: movLeft 1s normal;
    animation: movLeft 1s normal; 
}

.bloqFichaDetalle{
    width: 100%;
    height: 380px;
    color: #000000;
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, .8);
    overflow: hidden;
}

#fichaOpciones h1{
    font-family: 'fontBold';
    font-size: 2em;
    font-weight: normal;
    margin: 0px;
}

#fichaOpciones h2{
    width: 50%;
    font-family: 'fontLight';
    font-size: 1.2em;
    font-weight: normal;
    margin: 0px;
    cursor: pointer;
    transition: all .5s;
}

.inpPil{
    width: 150px;
    height: 90px;
    margin-top: 65px;
    border: none;
    font-family: 'fontBold';
    font-size: 6em;
    color: #000000;
    text-align: center;
}
.inpGrPil{
    width: 40%;
    font-family: 'fontNormal';
    color: #80AEF9;
    border: none;
    margin-left: 10px;
}
textarea{
    width: 96%;
    height: 80px;
    border: none;
    background-color: #E5E5E5;
    padding: 2%;
    resize: vertical;
    font-family: 'fontNormal';
    font-size: 1em;
}


input[name="alias"]{
    width: 100%;
    border: none;
}
input[name="vat"]{
    color: #015df3;
}
/* Cajas Superiores */
.fichaIntBloq{
    position: absolute;
    top: 95px;
    cursor: default;
}
.fichaIntBloqFull{
    margin-top: 80px;
    font-family: 'fontBold';
    font-size: 1.6em;
    color: #CC0000;
    text-align: center;
}
.fichaIntTxtSup{
    width: 150px;
    height: 120px;
    font-family: 'fontBold';
    font-size: 5em;
    border: none;
    transition: all .5s;
    padding: 0px;
    margin: 0px;
}
#importe{
    padding-top: 30px;
}
.fichaIntTxtSup small{
    font-size: .5em;
}
.fichaIntTxtInf{
    position: absolute;
    top: 100px;
    width: 160px;
    color: #999999;
    font-family: 'fontLight';
    font-size: 1.1em;
    pointer-events: none;
}
.fichaIntTxtInf span{
    color: #CC0000 !important;
}
.fichaIntBloq input{
    height: 150px;
    text-align: center;
}
.txtCenter{
    text-align: center;
}
#total{
    left: 77%;
    text-align: center;
    pointer-events: none;
}

#posFicInt2{
    width: 160px;
    left: 30px;
}
.fichaIntTxtSup:hover, .fichaIntTxtSup:focus{
    background-color: #E5E5E5;
}

#posFicInt3{
    width: 160px;
    left: 42%;
}
#posFicInt3 select{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 150px;
    font-family: 'fontBold';
    font-size: 1em;
    color: #000000;
    text-align: center;
    opacity: 0;
}
#tipoRodada:hover, #tipoRodada:focus{
    background-color: #CCCCCC !important;
}


.fichaSelTxt{
    font-size: 2.5em;
    text-align: center;
    padding-top: 55px;
    height: 95px;
}

/*/*/
/* Botoneras */
#fichaBotonera{
    position: absolute;
    top: 265px;
    left: 30px;
    width: 96%;
    padding: 0% 2%;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
}
#fichaBotonera ul li{
    color: #FFFFFF;
    margin: 2px 0px;
}
#fichaBotonera ul li a{
    color: #FFFFFF !important;
}
#fichaBotonera button{
    display: block;
    margin: 1px 0px;    
}
#btnCerrarInfo{
    position: absolute;
    top: 25px;
    right: -34px;
    width: 36px;
    height: 36px;
    padding: 3px 0px 0px 0px;
    border: none;
    font-family: 'fontNormal';
    font-size: 1.6em;
    border-radius: 50%;
    color: #FFFFFF;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
    transition: all .5s;
    display: none;
}
#btnCerrarInfo:hover, #btnCerrarInfo:focus{
    width: 40px;
    height: 40px;
    font-size: 1.7em;
    right: -36px;
    top: 23px;
    box-shadow: -1px -1px 5px rgba(0, 0, 0, .5);
}
/*/*/
/* Información adicional */
#fichaInfo{
    position: absolute;
    top: 278px;
    left: 42%;
    font-size: 1em;
    color: #80AEF9;
    cursor: default;
}
#fichaInfo p{
    margin: 10px 0px;
}
/*/*/

.btnStandar{
    font-family: 'fontNormal';
    font-size: 1em;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0);
    padding: 5px 10px;
}
.btnStandar:hover, .btnStandar:focus{
    color: #ffffff;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
}
.btnSiguiente{
    position: absolute;
    top: 15px;
    right: 45px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: none;
    font-family: 'fontLight';
    font-size: 1.4em;
    color: #FFFFFF;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
    box-shadow: -3px -3px 10px rgba(0, 0, 0, .5);
    transition: all .5s;    
}
.btnSiguiente:hover, .btnSiguiente:focus{
    width: 121px;
    height: 121px;
    top: 12px;
    right: 42px;
    border: none;
    color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    background: #FFFFFF;
    color: #000000;
}
#btnMasInfo{
    width: 100%;
    height: 32px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    color: #000000;
    transition: all .5s;
    display: none !important;
}
#btnMasInfo:hover, #btnMasInfo:focus{
    color: #015df3;
    border-color: #015df3;
    background-color: #FFFFFF;
}
/* Bloque 2 ficha info */
.fichaOpcBloqInf{
    position: relative;
    float: left;
    top: -20px;
    left: 110%;
    width: 100%;
    height: 380px;
    padding: 0px 0px 0px 220px;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: all 1s;
}

.fichaOpcBloqInf li{
    margin-left: 5%;
    list-style-type: square;
}
.fichaOpcBloqInf strong{
    color: #015df3;
    font-weight: normal;
}
.fichaOpcBloqInf em{
    color: #999999;
}
/* Bloque 3 ficha Monitores */
#listFotMon{
    display: inline-block;
    text-align: center;
    width: 100%;
}
#listFotMon img{
    margin-right: 25px;
    width: 100px;
    pointer-events: none;
}
/* Bloque 4 ficha Circuito */
.imgDetCir{
    float: left;
    width: 360px;
    margin-left: -15px;
    margin-bottom: -50px;
}
#vidCir{
    position: absolute;
    bottom: 30px;
    right: 0px;
    width: 310px;
    height: 175px;
}
.txtMasInfo{
    margin: 5px 0px;
}
/* Bloque 5 ficha Clasificación */
.fichaLisCla{
    width: 700px;
    margin-left: 20px;
    margin-top: 50px;
}
.fichaLisCla li{
    margin-left: 0px;
    margin-right: 50px;
    list-style-type:  none;
    display: inline-block;
}
.fichaLisClaTod{
    width: 80px;
    height: 80px;
}
.fichaLisClaTod div{
    width: 80px;
    height: 80px;
    border:  1px solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
}
.fichaLisClaTod div img{
    position: relative;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fichaLisClaTod .fichaClaNumTod{
    position: relative;
    top: -60px;
    left: -18px;
    width: 36px;
    height: 27px;
    padding-top: 9px;
    margin: 0px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    font-family: 'fontBold';
    font-size: 1.2em;
    color: #000000;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);

}
.fichaLisClaTod p{
    position: relative;
    top: -25px;
    margin: 0px;
    font-family: 'fontLight';
    font-size: 1em;
    color: #000000;
    text-align: center;
}
#btnClasificacion{
    position: absolute;
    bottom: 93px;
    right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    padding: 3px 0px 0px 0px;
    background-color: #E5E5E5;
    font-family: 'fontLight';
    font-size: 1.2em;
    color: #000000;   
    transition: all .5s;
}
#btnClasificacion:hover, #btnClasificacion:focus{
    background-color: #FFFFFF;
    border-color: #015df3;
}


/* Posicionar bloques*/
#fichaOpcBloq3{
    margin-top: -380px;
}
#fichaOpcBloq4{
    margin-top: -380px;
}
#fichaOpcBloq5{
    margin-top: -380px;
}


#cajaAviso{
    margin: 40px 0px 20px 0px;
}
.btnOk{
    position: relative;
    top: 0px;
    width: 100%;
    height: 42px;
    border: none;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
    color: #FFFFFF;
    font-family: 'fontLight';
    font-size: 1.2em;
    transition: all .5s;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.btnOk:hover, .btnOk:focus{
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, .4);
}
.btnOff{
    width: 100%;
    height: 38px;
    border-radius: 0px;
    border: 1px solid #00CCFF;
    background-color: transparent;
    color: #000;
    font-family: 'fontNormal';
    font-size: 1em;
    transition: all .5s;
}
.btnOff:hover, .btnOff:focus{
    /*border-color: #00c9ff;*/
    color: #FFFFFF;
    background-color: #00c9ff;
}
.btnOffRod{
    position: absolute;
    top: -180px;
    left: 0px;
    width: 100%;
    height: 340px;
    background-color: #FFFFFF;
    font-family: 'fontBold';
    font-size: 1.2em;
    color: #000000;
    border: none;
    transition: all .5s;
}
.btnOffRod:hover, .btnOffRod:focus{
    color: #00CCFF;
}
.btnTPV{
    margin: 10px 0px 30px 4%;
    width: 42%;
    height: 42px;
    padding: 2px 0px;
    border: none;
    background-color: #FFFFFF;
    text-align: center;
    transition: all .5s;
}
.btnTPV:hover, .btnTPV:focus{    
    /*border-color: transparent;*/
}
.btnTPV img{
    height: 95%;    
    transition: all .5s;
}
.btnTPV:hover img, .btnTPV:focus img{
    height: 100%;
}
#bloqFichaMasInfo{

}
#bloqFichaMasInfo img{
    width: 250px;
    margin-top: -30px;
    margin-left: -40px;
    margin-bottom: -55px;
}

#bloqFichaMasInfo p{
    font-size: 1em;
    margin: 0px;
}
/* ==========================================================================
   RESUMEN TPV
   ========================================================================== */
#bloqBtnPag{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.btnPagTPV{
    width: 264px;
    height: 35px;
    padding-left: 100px;
    background-color: #015df3;
    border: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3) !important;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 230px;
    transition: all .5s;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.btnPagTPV:hover, .btnPagTPV:focus{
    border-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
#btnPaypal{
    margin-left: 20px;
    background-position: 16px -54px;
}
#btnTPV{
    background-position: -108px -65px;
}
.resumenDatos{
    margin-top: -20px;
    text-align: left !important;
    font-size:.95em;
    margin-top: -20px;
}
.resumenDatos input{
    width: 100%;
    height: 28px;
    border: none;
    display: block;
    margin: 0px;
    padding: 0px;
    
}
.resumenDatos input[name="firstname"]{
    font-family: 'fontBold';
    font-size: 1.4em;
    margin-bottom: -10px;
}

/* ==========================================================================
   LOGIN
   ========================================================================== */
.forLogin{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    display: none;
}
.forLogin input{
    width: 96%;
    height: 32px;
    border:  1px solid #E5E5E5;
    margin: 5px 0px;
    padding: 0px 2%;
    display: block;    
}
#infoLogin{
    text-align: center;
    margin-top: 10px;
}

#cajAvi .imgConFon{
    width: 100%;
    pointer-events: none;
}
.fonImgFbk{
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 350px; /*255px*/
    background-position: -68px -108px;
}
#bloqImgFbk{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}
.imgFbk{
    width: 100%;
}
.divCenter{ 
    position: relative;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#neitFacebookSignInButton,
#neitFacebookSignOutButton {
    margin-top: 20px;
    width: 100%;
    height: 35px;
    border: none;
    background-color: #4267B2;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

#neitFacebookSignInButton:hover,
#neitFacebookSignOutButton:hover {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, .5);
}

.neitFacebookSignInIcon,
.neitFacebookSignOutIcon {
    width: 40px;
    height: 32px;
    background: url('/img/FB-f-Logo__white_57.png') transparent 5px no-repeat;
    background-size: 50%;
    display: inline-block;
    vertical-align: middle;
}

.neitFacebookSignInText,
.neitFacebookSignOutText {
    margin-top: 5px;
    padding: 0px 10px;
    font-weight: bold;
    font-family: sans-serif;    
    display:inline-block;
    vertical-align: middle;
}

#login canvas{
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}


.btnOkMinMar{
    width: 100%;
    height: 32px;
    border:  1px solid #E5E5E5;
    color: #999999;
    background-color: transparent;
    font-size: .95em;
    transition: all .5s;
}
.btnOkMinMar:hover, .btnOkMinMar:focus, .btnOkMin:hover, .btnOkMin:focus{
    color: #FFFFFF;
    border-color: #00CCFF;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
}
.btnOkMin{
    width: 100%;
    height: 32px;
    border: none;
    padding-top: 5px;
    background-color: transparent;
    color: #000000;
    font-family: 'fontNormal';
    font-size: 1.2em;
}

.btnOffMin{
    width: 100%;
    height: 32px;
    border: none;
    background-color: transparent;
    color: #999999;
    font-family: 'fontNormal';
    transition: all .5s;
}
.btnOffMin:hover, .btnOffMin:focus{
    color: #00CCFF;
}
#combNIF{
    color: #FFFFFF;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #015df3;
    background-color: #015df3;
    padding: 0px 1%;
}

/* ==========================================================================
   EQUIPO
   ========================================================================== */
#equipo{
    position: fixed;
    top: 50%;
    width: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    
}
#equipo article{
    width: 220px;
    height: 580px;
    background-color: #FFFFFF;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
    display: inline-block;
    opacity: 0;
    text-align: center;
    -webkit-animation: movMarTop 1s normal;
    animation: movMarTop 1s normal;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}
@-webkit-keyframes movMarTop {
    0% {
        opacity: 0;
        margin-top: 120px;
    }100%{
        opacity: 1;
        margin-top: 0px;
    }
}
@keyframes movMarTop {
    0% {
        opacity: 0;
        margin-bottom: 120px;
    }100%{
        opacity: 1;
        margin-bottom: 0px;
    }
}
#equipo article img{
    filter: grayscale(100%);
}
#equipo article h1{
    font-family: 'fontLight';
    font-size: 1.6em;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0px;
}
#equipo article h2{
    font-family: 'fontLight';
    font-size: 1.2em;
    font-weight: normal;
    color: #00CCFF;
    margin: 0px;
}
#equipo article p{
    margin-left: 5%;
    width: 90%;
    color: #999999;
    font-size: 1em;
}
.btnFbkMon{
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    border: none;
    background-color: #4267B2;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.btnFbkMon:hover, .btnFbkMon:focus{
    color: #4267B2;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}
/* ==========================================================================
   LISTDO EVENTOS
   ========================================================================== */
#lisEve{
    position: absolute;
    left: 50%;
    top: 0%;
    width: 720px;
    min-height: 200px;
    background-color: transparent;
    border-left: 20px solid rgba(66, 103, 178, .5);
    border-right: 20px solid rgba(66, 103, 178, .5);
    border-bottom: 20px solid rgba(66, 103, 178, .5);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lisEveRes{
    width: 96%;
    height: 130px;
    padding: 2% 2% 0px 2%;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(0deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
    margin-top: 1px;
    overflow: hidden;
}
.lisEveRes h1{
    color: #FFFFFF;
    text-align: left;
    font-size: 2.5em;
    font-weight: normal;
    font-family: 'fontLight';
    padding: 0px;
    line-height: 0px;
}
.lisEveRes h2{
    color: #00CCFF;
    text-align: left;
    font-size: 1.7em;
    font-weight: normal;
    font-family: 'fontLight';
    padding: 0px;
    line-height: 20px;
}
.lisEveRes a{
    margin-top: -20px;
    color: #FFFFFF;
    opacity: .7;
    transition: all .5s;
}
.lisEveRes a:hover, .lisEveRes a:focus{
    opacity: 1;
    text-decoration: underline;
    color: #00CCFF;
}
.lisEveRes p{
    position: absolute;
    top: 150px;
    right: 0px;
    margin: 2px 0px;
}
.lisEveResInfo{
    width: 96%;
    padding: 2%;
    background: #015df3;
    margin-top: 1px;
}
.lisEveResInfo h2{
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    padding: 0px;
    line-height: 0px;
    color: #fff;
}
.lisEveMod{
    width: 90%;
    min-height: 220px;
    padding: 5%;
    background-color: #FFFFFF;
    margin-top: 1px;
}
.lisEveMaskImg{
    position: absolute;
    left: 15px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
}
.lisEveMaskImg img{
    position: relative;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lisEveImp{
    position: absolute;
    width: 120px;
    height: 120px;
    margin-top: 180px;
    left: 15px;
    font-size: .7em;
    text-transform: uppercase;
    text-align: center;
}
.totalJS{
    font-size: 3em;
    font-weight: normal;
    font-family: 'fontBold';
    padding: 0px;
    line-height: 0px;
    color: #000000 !important;
    margin-bottom: 40px;
}
.lisEveImp p{
    width: 100%;
    color: #666666 !important;
}
.lisEveDat{
    position: relative;
    left: 20%;
    width: 80%;
    color: #000000;
}
.lisEveDat input[type="name"], .lisEveDat input[type="email"]{
    width: 100%;
}
.lisEveDat p{
    padding: 0px;
    margin: 20px 0px;
}
.lisEveMod input{
    border: none;
    display: block;
}
.lisEveMod input[name="firstname"], .lisEveMod input[name="lastname"]{
    height: 23px;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'fontNormal';
}
.lisEveMod p{
    color: #000000;
    margin-top: -20px;
}
.lisEveMod select{
    color: #015df3;
}
.lisEveMod input[type="checkbox"]{
    margin-top: 5px;
    display: inline;
}
.lisEveMod label{
    margin-left: 10px;
}
.neumJS, .bloqInfSeg{
    display: none;
}
.btnInvAmi{
    position: relative;
    width: 100%;
    height: 32px;
    margin-bottom: 5px;
    background: #015df3;
    border: 1px solid #015df3;
    color: #FFFFFF;
    transition: all .5s;
    display: block;
}
.btnFbkCom{
    position: relative;
    width: 100%;
    height: 32px;
    margin-top: 5px;
    border: 1px solid #4267B2;
    background-color: #4267B2;
    color: #FFFFFF;
    opacity: .5;
    transition: all .5s;
}
.btnFbkCom:hover{
    opacity: 1;
}
.btnConRes{
    position: relative;
    width: 100%;
    height: 32px;
    border: 1px solid #FFFFFF;
    color: #015df3;
    background-color: #FFFFFF;
    -webkit-animation: actionBtn 1.5s infinite;
    animation: actionBtn 1.5s infinite; 
    transition: all .5s;
}
.btnConRes:hover, .btnConRes:focus{
    background-color: #015df3;
    color: #FFFFFF;
    border-color: #015df3;
    -webkit-animation: none;
    animation: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5) !important;
}
.btnInvAmi:hover, .btnInvAmi:focus{
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5) !important;
}
@-webkit-keyframes actionBtn {
    0% {
        border-color: #FFFFFF;
    }50%{
        border-color: #015df3;
    }100%{
        border-color: #FFFFFF;
    }
}
@keyframes actionBtn {
    0% {
        border-color: #FFFFFF;
    }50%{
        border-color: #015df3;
    }100%{
        border-color: #FFFFFF;
    }
}
/* ==========================================================================
   AVISO ERROR
   ========================================================================== */
#errorTPV{
    position: fixed;
    margin-top: 20px;
    width: 320px;
    padding: 60px;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    border:  6px solid #CC0000;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    z-index: 101;
}
/* ==========================================================================
   CONTACTO
   ========================================================================== */
.forLogin h2{
    text-align: left;
    color: #666666;
    font-size: 1.7em;
    font-weight: normal;
    font-family: 'fontLight';
}
#conTel{
    position: relative;
    margin: -160px 0px 0px 5%;
    color: #FFFFFF;
    text-shadow: 2px 2px #000000;
    font-size: 2em;
    font-style: normal;
    font-weight: normal;
    font-family: 'fontBold';
}
.btnInfoB{
    width: 30px;
    height: 30px;
    padding: 15px;
    background-color: #000000;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    transition: all .5s;
    opacity: .8;
}
.btnInfoB:hover, .btnInfoB:focus{
    background-color: rgba(0,39,255,.8);
    background-color: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background-color: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background-color: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
    opacity: 1 !important;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
/* ==========================================================================
   AVISO LEGAL
   ========================================================================== */
#txtInfo{
    color: #000000;
    background-color: #FFFFFF;
    padding-bottom: 50px;
}
#txtInfo canvas{
    width: 100%;
    margin: 0px;
    height: 15px;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
}
#txtInfo img{
    width: 80px;
    margin-top: 30px;
}
#txtInfo article{
    margin:  50px 0px 100px 5%;
    width: 50%;
}
#txtInfo article h1{
    font-family: 'fontBold';
    font-weight: normal;
    font-size: 2.5em;
}
#txtInfo article h2{
    font-family: 'fontLight';
    font-weight: normal;
    font-size: 1.6em;
    color: #999999;
    margin-top: 50px;
    line-height: 0px;
}
#txtInfo article p{
    font-family: 'fontNormal';
    font-weight: normal;
    font-size: 1em;
}
#txtInfo article ul{
    margin-left: 5%;
}
#txtInfo article strong{
    color: #80AEF9 !important;
    font-weight: normal;
    font-size: 1em;
}
#txtInfo article a{
    color: #80AEF9;
    text-decoration: underline;
}
#txtInfo li{
    list-style-type: decimal;
}
/* ==========================================================================
   GALERÍA
   ========================================================================== */
#galeria{
    margin: 0px;
    width: 98%;
    padding: 40px 0px 20px 2%;
    background: rgba(0,39,255,.8);
    background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
    background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
}
#galeria h1{
    margin: 0px;
    font-size: 2em;
    font-family: 'fontLight';
    color: #FFFFFF;
}

select{
    color: #FFFFFF;
    font-family: 'fontNormal';
    border:  1px solid transparent;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: none;
    background-color: transparent;
    background: transparent url(../img/arrowdownOff.gif) no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all .5s;
}
select:hover, select:focus{
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .1) url(../img/arrowdownOff.gif) no-repeat 90% 50%;
}
select:focus {
    outline: none;
}
#selCircuitos{
    width: 120px;
    padding: 5px;
    
}
#selFechas{
    width: 250px;
    padding: 5px;   
}
#selGrupo{
    width: 120px;
    padding: 5px;   
}
option{
    padding: 5px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: 'fontNormal';
    font-size: 1em;
    border:  none;
    box-shadow: none;
}
.btnProxRodGal{
    width: 100%;
    border: none;
    padding: 20px 0px;
    font-family: 'fontLight';
    letter-spacing: 1px;
    font-size: 2em;
    text-align: center;
    color: #FFFFFF;
    background-color: #015df3;
    -webkit-animation: movCol 2s infinite;
    animation: movCol 2s infinite;
    transition: all .5s;
    display: block;
}

@-webkit-keyframes movCol {
    0% {
        letter-spacing: .8px;
        color: #FFFFFF;
    }50%{
        letter-spacing: 1px;
        color: #FFFFFF;
    }100%{
        letter-spacing: .8px;
        color: #FFFFFF;
    }
}
@keyframes movCol {
    0% {
        letter-spacing: .8px;
        color: #FFFFFF;
    }50%{
        letter-spacing: 1px;
        color: #FFFFFF;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    }100%{
        letter-spacing: .8px;
        color: #FFFFFF;
    }
}

#alertaAviso{
    padding: 2%;
    background-color: #E5E5E5;
    color: #000000;
}
#alertaAviso h2{
    color: #CC0000;
    font-size: 1em;
}

#listGaleria{
    width: 100%;
    margin: 0px !important;
    padding: 0px;
}
#listGaleria article{
    margin: 0px;
    padding: 0px;
    width: 20%;
    height: auto;
    display: inline-table;
    overflow: hidden;
    text-align: center;
    transition: all .5s;
    background-color: #000;
    cursor: pointer;
    -webkit-animation: movTopGal 1s normal;
    animation: movTopGal 1s normal; 
    opacity: 0;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}
@-webkit-keyframes movTopGal {
    0% {
        opacity: 0;
    }100%{
        opacity: 1;
    }
}
@keyframes movTopGal {
    0% {
        opacity: 0;
    }100%{
        opacity: 1;
    }
}
#listGaleria article:hover, #listGaleria article:focus{
    background-color: #80AEF9;
}
#listGaleria article img{
    width: 100%;
    transition: all .5s;
}
#listGaleria article:hover img, #listGaleria article:focus img{
    opacity: .6;
}


#cerFot{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-position: -180px -60px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: none;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
    transition: all .5s;
    z-index: 102;
}
#cerFot{
    top: 10px;
    background-position: -180px -60px;
}
#desFot{
    position: fixed;
    top: 10px;
    right: 50px;
    width: 120px;
    height: 30px;
    padding-left: 25px;
    font-size: .85em;
    background-color: #FFFFFF;
    border: none;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: -210px -60px;
    transition: all .5s; 
    z-index: 103;
}
#cerFot:hover, #desFot:hover, #cerFot:focus, #desFot:focus{
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
#conFot{
    position: absolute;
    left: 50%;
    top: 0%;
    width: 100%;
    height: 90%;
    max-width: 100%;
    margin: 0px;
    background-color: #FFFFFF;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101;
}
#conFot figure{
    position: absolute;
    margin-top: 5%;
    text-align:center;
    margin-left: 6%;
    width: 88%;
}
#conFot figure img{
    position: absolute;
    margin-left: -50%;
    width: 100%;
    padding-bottom: 10%;
}
#numLoadGal{
    position: fixed;
    bottom: 10px;
    right: 160px;
    width: auto;
    font-family: 'fontBold';
    font-size: 3em;
    text-align: right;
    color: rgba(255, 255, 255, .9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
    pointer-events: none;
    z-index: 103;
}
#btnLoadGal{
    position: fixed;
    bottom: 10px;
    right: 80px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: #FFFFFF;
    font-size: 3.5em;
    padding: 0px;
    /*background-position: -120px -60px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;*/
    transition: all .5s;
    z-index: 102;
    display: none;
}
#btnScrollTop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    /*background-position: -120px -60px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 300px;*/
    transition: all .5s;
    z-index: 103;
    display: none;
}
#btnScrollTop:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 3%;
    z-index: -1;
    background: url(../img/sprite.png) -240px -120px no-repeat;
    background-size: 600px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio:0){  /* Corrige un altura en Chrome */
    
}

@media only screen and (max-height: 700px){ /* Posición Top para cajaAvi */
    #cajAvi{
        position: absolute;
        top: 35px !important;
        -webkit-transform: translateX(-50%) translateY(0%) !important;
        -ms-transform: translateX(-50%) translateY(0%) !important;
        transform: translateX(-50%) translateY(0%) !important;
    }
}

@media only screen and (max-width: 1360px) {
    #eslogan{
        top: 5px;
        left: 5px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    #eslogan h1{
        font-size: 2em;
    }
    /* Equipo */
    #equipo{
        position: absolute;
        top: 40px;
        width: 80%;
        text-align: left;
        -webkit-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
    }
    #equipo article{
        margin: 5px;
        opacity: 1;
        -webkit-animation: none;
        animation: none;
    }
}
@media only screen and (max-width: 1150px) {
    /* Ficha circuito */
    #fichaDetalle{
        position: absolute;
        top: 0px;
        left: 160px;
        -webkit-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        -webkit-animation: none;
        animation: none;
    }
    #menuCircuitos{
        display: none;
    }
}
@media only screen and (max-width: 1050px) {
    /* rodar */
    #circuitos{
        position: relative;
        top: 0px;
        left: 0px;
        width: 80%;
        margin-top: 150px;
        padding-left: 10%;
        -webkit-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        -webkit-animation: none;
        animation: none;
    }
}
@media only screen and (max-width: 880px) {
    /* Menú */
    nav {
        position: absolute;
        top: 0px;
        left: 0px;
        right: auto;
        width: 100%;
        height: 35px;
        background: rgba(0,39,255,.8);
        background: -moz-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,39,255,.8)), color-stop(100%, rgba(0,201,255,.8)));
        background: -webkit-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
        background: -o-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
        background: -ms-linear-gradient(-45deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
        background: linear-gradient(135deg, rgba(0,39,255,.8) 0%, rgba(0,201,255,.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0027ff', endColorstr='#00c9ff', GradientType=1 );
        -webkit-animation: none;
        animation: none; 
        overflow: hidden;
    }
    #bloqPantalla{
        background-color: rgba(0, 0, 0, 0.9);
    }
    nav {
        overflow: visible;
    }
    nav:hover, nav:focus{
        top: 0px;
    }
    nav ul{
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }
    .btnMenu{
        margin: 2%;
        display: none;
    }
    .btnMenu:hover, .btnMenu:focus{
        width: 60px;
        height: 42px;
        margin: 2%;
    }
    .btnAviso{
        width: auto;
        left: 0px;
        right: auto;
        display: none;
    }
    #btnMenuMov{
        width: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #marca{
        display: none;
    }
    section {
        position: relative;
        margin-top: 35px !important;
    }
    footer{
        display: none;
    }
    /* Home */
    #eslogan{
        top: 50px;
        left: 0px;
        margin: 0px;
        width: 100%;
    }
    #bloqRodadas{
        top: 210px;
        left: 0px;
        width: 100%;
        -webkit-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
    }
    .btnRodHom{
        background-color: #FFFFFF;
        border-color: #00CCFF;
        color: #000000;
    }
    .btnRodHom small{
        color: #000000;
    }
    /* Rodadas */
    #cirTit{
        top: 50px;
    }
    #circuitos{
       margin-top: 220px !important;
    }
    /* Ficha circuito */
    #fichaHorario{
        width: 15%;
    }
    #fichaDetalle{
        left: 15%;
        width: calc(85% - 60px);
        height: auto;
    }
    #menuCircuitos{
        display: none;
    }
    /* Listado Eventos */
    #lisEve{
        position: static;
        left: 0px;
        top: 0px;
        width: 100%;
        border: none;
        -webkit-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
    }
    /* Equipo */
    #equipo{
        width: 100%;
        text-align: center;
    }
    /* Aviso Legal */
    #txtInfo{
        margin: 0px !important;
    }
    #txtInfo article{
        margin: 3%;
        width: 94%;
    }

    /* Galería */
    #conFot figure{
        margin-top: 7%;
    }

}
@media only screen and (max-width: 730px){
    
    
    /* Ficha circuito */
    #fichaDetalle{
        left: 0px;
        width: 100%;
    }
    #fichaOpciones{
        padding-top: 40px;
    }
    #fichaHorario{
        display: none;
    }
    #combHor{
        display: block;
    }
    .fichaIntBloq{
        top: 165px;
    }
    .bloqFichaDetalle{
        height: auto;
        width: 96%;
        padding: 2%;
        min-height: 600px;
    }
    #posFicInt2, #posFicInt3, #total{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #posFicInt3{
        margin-top: 100px;
    }
    #total{
        margin-top: 220px;
    }
    #fichaBotonera{
        position: relative;
        top: 0px;
        margin-top: 380px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: none;
        text-align: center;
        width: 100%;
    }
    #fichaBotonera ul li{
        font-family: 'fontBold';
        color: #999999;
        margin: 2px 0px;
    }
    #fichaBotonera ul li a{
        color: #000000 !important;
    }
    #fichaBotonera button{
        display: inline-block;
        margin: 0px;
        padding: 0px;
    }
    #btnFicInf, #btnFicRod, #btnFicCir, #btnFicCla{
        display: none !important;
    }
    .btnSiguiente{
        position: relative;
        left: 0%;
        margin: 0px;
    }
    .btnSiguiente:hover, .btnSiguiente:focus{
        top: 0px;
        left: 0%;
    }
    #btnMasInfo{
        margin-top: 60px !important;
        display: block !important;
        position: relative !important;
    }
    .fichaOpcBloqInf{
        position: static;
        float: none;
        top: 0px;
        left: 0px;
        height: auto;
        padding: 0px;
        display: block;
    }
    #fichaOpcBloq2{
        margin-top: 50px;
        display: none;
    }
    #fichaOpcBloq3, #fichaOpcBloq4, #fichaOpcBloq5{
        margin-top: 0px;
        display: none;
    }
    #vidCir{
        position: static;
        bottom: 0px;
        width: 100%;
    }
    #btnClasificacion{
        position: static;
    }
    .imgDetCir{
        width: 100%;
    }
    /* Listado Eventos */
    .lisEveRes{
        height: auto;
        padding-bottom: 4%;
    }
    .lisEveMod{
        width: 96%;
        padding: 2%;
        margin-bottom: 3px;
        overflow: hidden;
    }
    .lisEveMaskImg{
        position: relative;
        left: 50%;
        top: 0px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .lisEveImp{
        position: static;
        left: 0px;
        margin: 40px 0px 0px 0px;
        width: 100%;
        height:  auto;
    }
    .lisEveDat{
        position: static;
        left: 0px;
        width: 100%;
    }
    .totalJS{
        line-height: normal;
        margin-bottom: 30px;
        font-size: 3.6em;
    }
    
    /* Galería fotos */
    #listGaleria article{
        width: 25%;
        height: auto;
    }
    #conFot figure{
        margin-top: 10%;
    }
}
@media only screen and (max-width: 530px){
    /* Cookies */
    #leyDeCookies{
        position: fixed;
        width: calc(94% - 8px);
        height: 40px;
        bottom: 0px;
        right: 0px;
        border-radius: 0%;
        padding: 3%;
        margin: 0px;
    }
    #leyDeCookies a{
        font-size: .65em;
    }
    /* Avisos */
    #cajAvi{
        position: absolute;
        top: 35px !important;
        left: 0px;
        width: 100%;
        -webkit-transform: translateX(0%) translateY(0%) !important;
        -ms-transform: translateX(0%) translateY(0%) !important;
        transform: translateX(0%) translateY(0%) !important;
    }
    /* Rodadas */
    #circuitos{
        width: 100%;
        padding-left: 0px;
        padding-bottom: 100px;
    }
    #circuitos .btnRodadas, #circuitos .btnProxRod {
        margin: 2%;
    }
    /* Equipo */
    #equipo article{
        width: 100%;
        margin: 0px 0px 1px 0px;
    }

    /* Galería fotos */
    #listGaleria article{
        width: 50%;
        height: auto;
    }
    #conFot figure{
        margin-top: 15%;
    }
    .btnProxRodGal{
        font-size: 1.4em;
    }
}


