.logos{
    padding-top: 100px;
}
#listaCategorias,#listaPreguntas,#listaRespuestas{
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 570px;
    overflow: auto;
}
.liListaInicio{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
}
.liActivo{
    background-color: #ccc;
}
a{
    cursor: pointer;
}
#plantilla{
    text-align: center;
    max-width: 285px;
}
.celda{
    padding: 0;
    position: relative;
}
.celda1{
    bottom: 2%;
    height: 74%;
    left: 21%;
    position: absolute;
    width: 74%;
}
.celda2{
    height: 75%;
    left: 11%;
    position: absolute;
    top: 23%;
    width: 75%;
}
.celda3{
    height: 75%;
    left: 1%;
    position: absolute;
    top: 23%;
    width: 75%;
}
.celda4{
    height: 73%;
    left: 20%;
    position: absolute;
    top: 12%;
    width: 75%;
}
.celda5{
    height: 73%;
    left: 11%;
    position: absolute;
    top: 12%;
    width: 74%;
}
.celda6{
    height: 73%;
    left: 1%;
    position: absolute;
    top: 12%;
    width: 75%;
}
.celda7{
    height: 74%;
    left: 19%;
    position: absolute;
    top: -1%;
    width: 76%;
}
.celda8{
    height: 74%;
    left: 11%;
    position: absolute;
    top: -1%;
    width: 74%;
}
.celda9{
    height: 74%;
    left: 1%;
    position: absolute;
    top: -1%;
    width: 75%;
}
.cldActiva{
    background-color: #f2dede;
}
.menu{
    text-align: right;
    margin-bottom: 20px;
    margin-top: 10px;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
.tablero{
    padding: 0 15px;
}
.contenedor-tablero{
    float:left;
    position:relative;
}
.mostrarPregunta{
    position:absolute;
    top:3%;
    left:5%;
    width:236px;
    margin-left:0;
    
}
#headerPregunta{
    background-image: url("../img/headerPregunta.png");
    border-radius: 10px 10px 0 0;
    text-align:center;
}
#headerPregunta #titulo{
    font-family: "Carter One";
    color: #ffffff;
    text-shadow: -1px -1px 0 #00721d, 1px -1px 0 #00721d, -1px 1px 0 #00721d, 1px 1px 0 #00721d;
    line-height: none;
}
#headerPregunta #tit_categoria{
    font-family: "Segoe Script";
    color: #005E00;
    line-height: none;
}
#contentPregunta{
    padding: 0;
}
.contentPregunta{
    font-family: "roboto";
    font-size: 10pt;
    left: 18%;
    position: absolute;
    top: 5%;
}
#contentTiempo{
    padding-bottom: 2%;
    padding-top: 1%;
    position: relative;
}
#contentTiempo #progressbar{
    background-image: url("../img/progressbar.png");
    border-radius: 10px;
    height: 10px;
    left: 37px;
    position: absolute;
    top: 11px;
    width: 180px;
}
#contentTiempo #numero{
    color: #ffffff;
    font-family: "Skranji Bold";
    left: 50%;
    position: absolute;
    text-shadow: -1px -1px 0 #00721d, 1px -1px 0 #00721d, -1px 1px 0 #00721d, 1px 1px 0 #00721d;
    top: 5px;
}
#respuestas .responder{
    position: relative;
}
#respuestas .responder #letra{
    font-family: "DINNextLTPro Bold";
    font-size: 22pt;
    font-weight: bold;
    left: 7%;
    position: absolute;
    top: 23%;
}
#respuestas .responder #responder{
    font-family: "Roboto";
    font-size: 10pt;
    left: 25%;
    position: absolute;
    top: 2%;
}
#respuestas{
    padding-left: 5px;
    padding-right: 5px;
}