/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-ene-2015, 12:58:34
    Author     : jorge
*/


@font-face {
font-family: VAGRoundedStd-Bold;
src: url('../fonts/VAGRoundedStd-Bold.otf') format("opentype");
}

@font-face {
font-family: VAGRounded_Lt-Normal;
src: url('../fonts/VAGRounded_Lt-Normal.ttf') format("opentype");
}


/*
    contenedor principal del juego
*/
html, body{
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-color: #5DE542;
    font-family: VAGRoundedStd-Bold;
    letter-spacing: 1px;
    font-size: 16px;
}
body{
    position: absolute;
    z-index: 0;
}
#page_wrapper{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 600px;
}
#main_wrapper{
    width: 100%;
    min-height: 100%;
    min-width: 800px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
span.cadena{
    margin: 0px;
    padding: 0px;
    border: none;
    width: auto;
    height: auto;
}
/* esto evita que salga el rectángulo de selección en android */
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}





/*
    CONTROLES Y LABELS GLOBALES
*/

.boton_normal i, .boton_texto{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border: 4px solid #FFB800;
    background-color: #FF6711;
    cursor: pointer;
    background: -moz-linear-gradient(top, #ff9935 0%, #ff4c00 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9935), color-stop(100%,#ff4c00)); 
    background: -webkit-linear-gradient(top, #ff9935 0%,#ff4c00 100%);
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
}
.boton_texto{
    padding: 0 10px;
    width: 90px;
    font-size: 19px;
}
.boton_normal:hover{
    
}

.fa-2_5x {
    font-size: 2.5em;
}
.fa-6x {
    font-size: 4.5em;
}

.logo_medio{
    width: 192px;
    position: absolute;
    top: 0px;
    right: 10%;
}

.page h3{
    font-size: 1.8em;
    color: #FF7D00;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    margin-bottom: 10px;
    margin-left: 20px;
}
.page h3 i{
    vertical-align: text-top;
}

.texto_fino{
    font-family: VAGRounded_Lt-Normal;
}

.setion_wrapper{
    width: 65%;
    margin: 0 auto;
}
.bottom_buttonbar{
   
}
.boton_izda{
    position: absolute;
    left: 5%;
    margin: auto;
    bottom: 40px;
}
.boton_dcha{
    position: absolute;
    right: 5%;
    margin: auto;
    bottom: 40px;
}
.boton_central{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 40px;
}


/*
    SELECTOR DE IDIOMA
*/
#select_languaje{
    left: 0px;
}
.pag0{
    padding-top: 30px;
}
.pag0 .logo{
    width: 382px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.pag0 .imagen_portada{
    display: block;
    margin: 0 auto 30px;
    margin-top: 30px;
}
.pag0 .b_idioma{
    width: 53px;
    height: 53px;
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pag0 .buttonBar{
    width: 210px;
    text-align: center;
    margin: 0 auto;
}
.pag0 .b_idioma.esp{
    background-image: url("../images/ico_esp.png");
    margin-right: 20px;
    
}
.pag0 .b_idioma.gal{
     background-image: url("../images/ico_gal.png");
    margin-right: 20px;
}
.pag0 .b_idioma.eng{
     background-image: url("../images/ico_eng.png");
}





/*
    HOME
*/
#home{
}
.pag1{
    position: relative;
    max-width: 1000px;
    min-width: 800px;
    margin: 0 auto;
}
.pag1 .logo{
    position: absolute;
    top: 55px;
    left: 50%;
}
.pag1 .imagen_home{
    position: absolute;
    top: 150px;
    left: 28%;
}
.pag1 .b_new{
    position: absolute;
    top: 235px;
    left: 55%;
}
.pag1 .b_select{
    position: absolute;
    top: 315px;
    left: 60%;
}
.pag1 .b_help{
    position: absolute;
    top: 405px;
    left: 54%;
}
.boton_normal_info{
    background: #ff620f;
    background: -moz-linear-gradient(center top , #ff9935 0%, #ff4c00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ffb800;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 16px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    font-size: 20px;
    background: -moz-linear-gradient(top, #ff9935 0%, #ff4c00 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9935), color-stop(100%,#ff4c00)); 
    background: -webkit-linear-gradient(top, #ff9935 0%,#ff4c00 100%);
}




/*
    NUEVO JUEGO
*/
#new_game{
}
#new_game h3{
    margin-top: 0px;
}
.form_element{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_element label, .form_element input{
    display: inline-block;
}
#new_game form{
    margin-bottom: 20px;
}
.pag2 label {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 4px solid #FFB800;
    background-color: #FFB800;
    color: #A84E00;
    padding: 0 10px;
    padding-top: 4px;
    display: block;
    width: 200px;
    margin-left: 30px;
    font-size: 19px;
}

.pag2 input {
    width: 100%;
    border: 4px solid #FFB800;
    background-color: #FF8A2B;
    border-radius: 10px;
    height: 44px;
    color: #ffffff;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
}

.form_bloque {
    width: 100%;
    border: 4px solid #FFB800;
    background-color: #FFB800;
    border-radius: 10px;
    height: 294px;
    overflow: hidden;
    position: relative;
}
.user_container {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.form_bloque_element {
    margin: 0 auto -15px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
 .form_bloque .form_bloque_element img {
   height: 115px;
   width: 100px;
}
.form_bloque input {
    background-color: #ffffff;
    border: 4px solid #ff7701;
    box-sizing: border-box;
    color: #ff7701;
    font-size: 22px;
    height: 44px;
    margin-left: 10px;
    margin-top: 45px;
    padding: 6px 10px;
    vertical-align: top;
    width: 65%;
}
.b_newPlayer_container{
    margin-top: 36px;
}
.b_newPlayer{
    margin-left: 25px;
}
.b_newPlayer i{
    border-color: #ffffff;
    
}
.b_newPlayer div{
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    vertical-align: text-bottom;
}
.form_user input{
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}




/*
    AÑADIENDO JUGADOR
*/
#new_player{
    
}
.contenedor_avatares{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.avatar{
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 160px;
    margin-left: 10px;
    width: 140px;
    background-size: cover;
}
.avatar:hover, .avatar.activo{
    background-position: 0px 0px;
}
.contenedor_avatares .avatar:first-child{
    margin-left: 0px;
}
.avatar_1, .avatar1{
    background-image: url(../images/avatares/avatar_1.png);
}
.avatar_1:hover, .avatar_1.activo, .avatar1:hover, .avatar1.activo{
    background-image: url(../images/avatares/avatar_1_hover.png);
}
.avatar_2, .avatar2{
    background-image: url(../images/avatares/avatar_2.png);
}
.avatar_2:hover, .avatar_2.activo, .avatar2:hover, .avatar2.activo{
    background-image: url(../images/avatares/avatar_2_hover.png);
}
.avatar_3, .avatar3{
    background-image: url(../images/avatares/avatar_3.png);
}
.avatar_3:hover, .avatar_3.activo, .avatar3:hover, .avatar3.activo{
    background-image: url(../images/avatares/avatar_3_hover.png);
}
.avatar_4, .avatar4{
    background-image: url(../images/avatares/avatar_4.png);
}
.avatar_4:hover, .avatar_4.activo, .avatar4:hover, .avatar4.activo{
    background-image: url(../images/avatares/avatar_4_hover.png);
}
.avatar_5, .avatar5{
    background-image: url(../images/avatares/avatar_5.png);
}
.avatar_5:hover, .avatar_5.activo, .avatar5:hover, .avatar5.activo{
    background-image: url(../images/avatares/avatar_5_hover.png);
}
.avatar_6, .avatar6{
    background-image: url(../images/avatares/avatar_6.png);
}
.avatar_6:hover, .avatar_6.activo, .avatar6:hover, .avatar6.activo{
    background-image: url(../images/avatares/avatar_6_hover.png);
}
.avatar_7, .avata7{
    background-image: url(../images/avatares/avatar_7.png);
}
.avatar_7:hover, .avatar_7.activo, .avatar7:hover, .avatar7.activo{
    background-image: url(../images/avatares/avatar_7_hover.png);
}
.avatar_8, .avatar8{
    background-image: url(../images/avatares/avatar_8.png);
}
.avatar_8:hover, .avatar_8.activo, .avatar8:hover, .avatar8.activo{
    background-image: url(../images/avatares/avatar_8_hover.png);
}




/*
    SELECCIÓN DE JUEGO
*/
#select_game{
}
#select_game .pag3 h3{
    margin-top: 50px;
}
#imagen_selectGame{
    position: absolute;
    bottom: 24px;
    right: 10%;
}

#select_game .pag3 .lista_partidas{
    margin-bottom: 20px;
    border-radius: 16px;
    border: 4px solid #ffffff;
    background: #ff620f;
    background: -moz-linear-gradient(top, #ff9935 0%, #ff4c00 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9935), color-stop(100%,#ff4c00)); 
    background: -webkit-linear-gradient(top, #ff9935 0%,#ff4c00 100%);
    height: 420px;
}
#select_game ul{
    margin-top: 15px;
    width: 93%;
    height: 404px;
    overflow-y: auto;
}
.lista_partidas ul li{
    list-style: none;
    color: #ffffff;
    font-size: 24px;
    font-family: VAGRounded_Lt-Normal;
    letter-spacing: 2px;
    cursor: pointer;
    margin-bottom: 10px;
}
.lista_partidas ul li span{
    margin-right: 20px;
    display: inline-block;
}
.lista_partidas ul li span.cuadro{
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 26px;
}
.lista_partidas ul li span.centro{
    font-size: 26px;
    width: 50%;
    vertical-align: sub;
}
.lista_partidas ul li span.fecha{
    font-size: 20px;
    width: 35%;
    vertical-align: middle;
}
.lista_partidas ul li i{
    font-size: 1.2em;
    vertical-align: middle;
}





/*
    JUEGO
*/
#game{
}
#gameContainer{
    width: 850px;
    position: relative;
    margin: 0 auto;
}

#ruleta{
    position: absolute;
    z-index: 10;
    top: 86px;
    right: 0px;
    -webkit-transition: 2s ease-out; 
    -moz-transition: 2s ease-out; 
    -o-transition: 2s ease-out; 
    transition: 2s ease-out;
}
#flechaPpal{
    position: absolute;
    z-index: 50;
    top: 50px;
    right: 80px;
}
#avatares ul{
    margin: 0 0 0 10px;
    padding: 40px 0 0;
    width: 450px;
}
#avatares ul li{
    cursor: default;
    height: auto;
    margin: 0;
    text-align: center;
    width: 120px;
}
#avatares ul li:nth-child(5n){
    margin-right: 140px;
}
#avatares ul li img{
    height: 130px;
    max-width: 100%;
}
.userName{
    color: #333366;
    font-size: 14px;
}
.userPuntuacion{
    color: #ffffff;
    font-size: 19px;
}

#canvas{
    position: absolute;
    z-index: 100;
}
#canvas_dummy{
    position: absolute;
    top: 10px;
    right: 360px;
    display: block;
    width: 250px;
    height: 270px;
}
#avatarPpal{
    position: absolute;
    z-index: 40;
    top: 0px;
    right: 500px;
    height: 250px;
    display: none;
}
#infoPpal{
    position: absolute;
    z-index: 20;
    top: 10px;
    right: 215px;
    width: 200px;
    text-align: center;
    font-size: 26px;
    color: #005400;
}
#nombrePpal{
}
#puntosPpal{
    color: #ffffff;
}
#numPpal{
    font-size: 35px;
    color: #FFFF02;
}
#labelPpal{
    color: #FF5801;
}
#game .boton_izda, #game .boton_dcha{
    bottom: 0px;
    z-index: 80;
}
/* ayuda al iniciar el juego */
#alertaInit{
    z-index: 1000;
    height: 480px;
    text-align: center;
}
.imagealert{
    margin-top: 10px;
}
#alertaInit > div {
    margin-top: -90px;
}


/* TARJETAS */
#tarjeta{
    display: none;
}
#tarjeta.fondo_alerta{
    z-index: 1000;
}
#ventana_tarjeta.alerta{
    width: 950px;
    height: 550px;
    text-align: center;
    border: none;
    background-color: #fff;
}
#descripcion_tarjeta{
    font-size: 24px;
    color: #666666;
}
#pregunta_tarjeta{
    font-family: VAGRounded_Lt-Normal;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
}
.respuesta{
    border: 4px solid #FFB800;
    background-color: #FF6711;
    cursor: pointer;
    background: -moz-linear-gradient(top, #ff9935 0%, #ff4c00 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9935), color-stop(100%,#ff4c00)); 
    background: -webkit-linear-gradient(top, #ff9935 0%,#ff4c00 100%);
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
}

/* composición horizontal */
#tarjeta.horizontal #foto_tarjeta{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#tarjeta.horizontal #foto_tarjeta.vertical{
    width: 88%;
    cursor: pointer;
}
#tarjeta.horizontal #containerImagen_tarjeta{
    width: 55%;
    display: inline-block;
    height: 100%;
    position: relative;
}
#tarjeta.horizontal #containerText_tarjeta{
    display: inline-block;
    width: 40%;
    height: 100%;
    vertical-align: top;
    padding-left: 10px;
}

#tarjeta.horizontal #descripcion_tarjeta{
    margin-top: 13px;
    height: 80px;
    margin-bottom: 14px;
}
#tarjeta.horizontal #pregunta_tarjeta{
    height: 220px;
}
#tarjeta.horizontal #contenedor_respuestas{
    text-align: center;
    position: absolute;
    bottom: 14px;
    width: 40%;
}
#tarjeta.horizontal .respuesta{
    width: 350px;
    padding: 6px;
    margin: 0 auto;
    margin-top: 14px;
}

/* composición vetical */
#tarjeta.vertical #foto_tarjeta{
    height: 550px;
    cursor: pointer;
}
#tarjeta.vertical #containerText_tarjeta{
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
    padding-left: 10px;
}
#tarjeta.vertical #containerImagen_tarjeta{
    display: inline-block;
}
#tarjeta.vertical #descripcion_tarjeta{
    margin-top: 20px;
    height: 90px;
    margin-bottom: 14px;
}
#tarjeta.vertical #pregunta_tarjeta{
    height: 220px;
}
#tarjeta.vertical #contenedor_respuestas{
    text-align: center;
    position: absolute;
    bottom: 14px;
    width: 50%;
}
#tarjeta.vertical .respuesta{
    width: 350px;
    padding: 6px;
    margin: 0 auto;
    margin-top: 14px;
}
#enlace_tarjeta{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    position: absolute;
    top: -30px;
    left: -60px;
}
#enlace_recurso{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    position: absolute;
    top: -30px;
    left: 10px;
}


/* resultado de la pregunta */
#result{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
}
#result i{
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    margin-top: 30px;
    margin-left: 30px;
    text-align: center;
    color: #ffffff;
    border: 8px solid #ffffff;
    line-height: 130px;
    background-color: rgba(0,0,0,0.6);
}
#result i.fa-check{
    color: rgba(0, 255, 0, 1);
    border-color: rgba(0, 255, 0, 1);
}
#result i.fa-times{
    color: #ff0000;
    border-color: #ff0000;
}

/* parte de cuando toca pregunta negra  */
#selector_usuarios{
    
}
#selector_usuarios .alerta{
    height: 500px;
    width: 650px;
}
.contenedor_avatares_total {
    margin-top: 20px;
}
.contenedor_avatares_total .avatar{
   width: 155px;
   margin-left: 5px;
   background-size: contain;
   height: 180px;
}
.contenedor_avatares_total .avatar:first-child{
    margin-left: 0px;
}
.avatar_oculto{
     display: none;
}

/* partida ganada */
#alertaFinal #alertaInit{
    
}
#alertaFinal .alerta_rotulo{
    font-size: 1.5em;
}
.win{
    font-size: 2.0em;
}
#canvasWin canvas{
    margin: 0 auto;
}


/* foto ampliada */
#fotoGrande{
    position: absolute;
    z-index: 3000;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#fotoGrande img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    max-width:100%;
    max-height:100%;
}
#fotoGrande.fondo_alerta{
    background-color: rgba(0,0,0,0.8);
}


/*
    AYUDA
*/
#help{
}
#help .pag5{
    position: relative;
    max-width: 1000px;
    min-width: 800px;
    margin: 0 auto;
}
#help .pag5 h3{
    margin-top: 0px;
    padding-left: 70px;
    margin-bottom: 10px;
}
#help .pag5 .contenidos_ayuda{
    overflow-y: auto;
    height: 550px;
    padding: 0px;
    padding-right: 14px;
}
#help .pag5 .lista_partidas{
    margin-bottom: 20px;
    border-radius: 16px;
    border: 4px solid #ffffff;
    background: #ff620f;
    background: -moz-linear-gradient(top, #ff9935 0%, #ff4c00 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9935), color-stop(100%,#ff4c00)); 
    background: -webkit-linear-gradient(top, #ff9935 0%,#ff4c00 100%);
    height: 420px;
}
#help h3 i{
    vertical-align: sub
}

#help .contenedor_ayuda{
    margin-top: 0px;
    margin-bottom: 22px;
}
#help .contenedor_ayuda h4{
    display: block;
    background-color: #FFB801;
    color: #A84E00;
    height: 25px;
    font-size: 21px;
    font-family: VAGRounded_Lt-Normal;
    padding-left: 15px;
    padding-top: 8px;
    width: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-top: 0px;
    cursor: pointer;
}
#help .contenedor_ayuda .explicacion_ayuda{
    border-radius: 10px;
    border: 8px solid #FFB801;
    background-color: #FF8A2B;
    padding: 8px 8px;
    margin: 0px;
    
}
#help .contenedor_ayuda .explicacionBlanco_ayuda{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 2px 16px;
    font-family: VAGRounded_Lt-Normal;
    font-size: 18px;
    line-height: 24px;
}
#help .contenedor_ayuda p{
}
.info_preguntas li{
    list-style: none;
    display: inline-block;
    width: 45%;
    margin: 10px 10px;
    padding: 0px;
}
.info_preguntas li .cuadro{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 8px;
}
li.cuadro_especial{
    width: 90%;
}
.minirotulo_ayuda{
    padding-left: 30px;
    font-family: VAGRoundedStd-Bold;
    margin-bottom: -10px;
}

.mediateca, .recursos{
    margin: 0px;
    padding-top: 10px;
}
.mediateca li, .recursos li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
}
.mediateca li p, .recursos li p{
    margin: 0px;
}
.mediateca img, .recursos img{
    max-width: 100px;
    max-height: 100px;
}
.mediateca span.imagen, .recursos span.imagen{
    display: inline-block;
    width: 100px;
    text-align: center;
}
.mediateca span.info, .recursos span.info{
    display: inline-block;
    width: 550px;
    margin-left: 15px;
    vertical-align: inherit;
}
.creditosContainer{
    text-align: center;
}

.colaboracion{
    font-size: 12px;
}
.logo_licencia img{
    padding-top: 10px;
    width: 100px;
}



/*
    PUNTUACIONES
*/
#results{
}
#results .pag4{
    position: relative;
    max-width: 1000px;
    min-width: 800px;
    margin: 0 auto;
}
#results .pag4 h3{
    margin-top: 50px;
    padding-left: 70px;
}
#results .pag4 .lista_partidas{
    margin-bottom: 20px;
    border-radius: 16px;
    border: 4px solid #ffffff;
    background: #ff620f;
    background: -moz-linear-gradient(top, #ff9935 0%, #ff4c00 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9935), color-stop(100%,#ff4c00)); 
    background: -webkit-linear-gradient(top, #ff9935 0%,#ff4c00 100%);
    height: 420px;
}
#results ul{
    margin-top: 20px;
    width: 93%;
    height: 404px;
    overflow-y: auto;
}
#results h3 i{
    vertical-align: sub
}
#imagen_puntuaciones{
    position: absolute;
    top: -44px;
    left: -12%;
}


#results .lista_partidas ul li{
    margin-bottom: 12x;
    cursor: default;
    margin-left: 30px;
}
#results .lista_partidas ul li span.puntos_resultado{
    font-size: 28px;
    font-family: VAGRoundedStd-Bold;
}
#results .lista_partidas ul li span{
    font-size: 24px;
}
#results .lista_partidas ul li.mejor_puntuacion{
   margin-bottom: 6px;
   margin-left: 6px;
}
#results .lista_partidas ul li.mejor_puntuacion span.puntos_resultado{
    font-size: 42px;
}
#results .lista_partidas ul li.mejor_puntuacion span{
    font-size: 30px;
}









/*
    LISTADO DE CONTENIDOS
*/
#mediateca{
}






/*
elementos sueltos globales
*/

.fondo_alerta{
    background-color: rgba(0,0,0,0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 2000;
}
.alerta{
    display: block;
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: 4px solid #ff4c00;
    border-radius: 16px;
    background-color:  #FFB800;
    width: 500px;
    height: 200px;
}
.alerta_rotulo{
    margin: 0 auto;
    font-size: 20px;
    color: #A84E00;
    text-align: center;
    width: 90%;
    margin-top: 35px;
}
.alerta .boton_izda{
    bottom: 15px;
    left: 20%;
    border-color: #ffffff;
}
.alerta .boton_dcha{
    bottom: 15px;
    right: 20%;
    border-color: #ffffff;
}
.alerta .boton_central{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 15px;
    border-color: #ffffff;
}




#logger{
    position: absolute;
    width: 250px;
    height: 500px;
    top: 0;
    left: 0;
    display: none;
}
.spacer{
    display: block;
    height: 20px;
    width: 100%;
}


