/* 
    Document   : trivial.css
    Created on : 23-mar-2015, 12:37:19
    Author     : joaquin
    Description: Hoja de estilos para trivial.
*/

root { 
    display: block;
}

body {
    background-color: #f5f5E1;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 0 0;
    border-top:  5px solid #f0f0d2;
    border-left: 5px solid #f0f0d2;
    border-bottom: 5px solid #f0f0d2;
    border-right: 5px solid #f0f0d2;
    border-radius: 10px;
    padding: 5px;
}

@media screen and (min-width: 800px) {
    /*
    Diseño adaptativo (responsive):
    ===============================
    Si es una pantalla mediana, utiliza el 80% central.
    */
    body {
        margin: 0 10% 0 10%;
    }
}

@media screen and (min-width: 1200px) {
    /*
    Si es una pantalla ancha, utiliza el 56% central.
    */
    body {
        margin: 0 22% 0 22%;
    }
}

.ProbarLetras{
    border-radius: 8px;
}
.Cabecera {
    border-radius: 8px;
    background-color: #f0f0d2;
    margin: 0 0 0 0px;
    width: 100%;
    height: 35px;
    margin-top: -1.2em;
}
.Pie {
    border-radius: 8px;
    background-color: #f0f0d2;
    margin: 0 0 0 0px;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: small;
}
.Boton {
    /* Para que Safari no dibuje los botones preconfigurados
    -webkit-appearance: none;
    */
    background-color: #f0f0d2;
    font-weight:bold;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px; 
    border-radius: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #0000aa;
    text-transform: uppercase;
}
.Solucion {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #0000aa;
}
.SeleccionAreas{
    margin: 0;
    list-style: none;
    float: left;
    width: 200px;
    margin: 2px 2px 2px 2px; 
    padding: 2px 2px 2px 2px; 
}
.AreasTematicas{
    border-radius: 8px;
    font-weight:bold;
}
.EstrellasOro{
    height: 9px;
    width: 9px;
    margin-left: 0px; 
    margin-right: 0px;
    float:right;
}
.EstrellasOroCalificacion{
    height: 14px;
    width: 14px;
    margin-left: 1px; 
    margin-right: 0px;
    margin-top: 2px;
}

.Corazon{
    height: 8px;
    width: 8px;
    position: relative;
    top: 1px;
    margin: 3px 0px 0px 0px;
}
.EstrellasOroLeyenda{
    color: goldenrod;
}

.EstrellasTransparentes{
    color: transparent;
}
.PuntuacionBloqueEstrellas{
    float: left;
    width: available;
    text-align: right;
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 4px;
}
.PuntuacionBloquePuntos{
    float: left;
    width: available;
    text-align: right;
    margin-top: 4px;
}
.AreaSeleccionada{
    color: green;
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #00aa00;
    border-right: 1px solid #00aa00;
    border-bottom: 1px solid #00aa00;
    border-left: 1px solid #00aa00;
    border-radius: 8px;
}
.JuegoTerminado {
    background-color: #f0f0d2;
    border-radius: 8px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    font-size: small;
}
.Ranking{    
    font-size: medium;
    padding: 0px 0px 5px 0px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-radius: 8px;
    overflow: auto;
}
.SubRanking{
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}
#BloqueFallos{
    float: right;
    text-align: center;
    font-size: x-small;
    font-weight: bolder;
    background-color: #0000aa;
    color: #f0f0d2;
    border-radius: 8px;
    margin: 0px 0px 5px 5px; 
    padding: 2px 2px 2px 2px;
}
#BloqueArea{
    float: left;
    text-align: left;
}
#CasillaLetras{
    border-radius: 8px;
}
#ImagenLogo{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bolder;
    vertical-align: top;
    float: left;
}
#Puntuacion{
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size:x-small;
    font-weight: bolder;
    color: #cc3300;
    text-align: right;
    width: available;
    /*border-left: 1px solid #0000aa;*/
    border-radius: 8px;
    height: 35px;
}
#Version{
    font-size: x-small;
    float: right;
    text-align: right;
    margin-top: 8px;
    margin-right: 4px;
}
#Revelar {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    font-size: large;
    color: red;
}
#Finalizado {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    font-size: large;
    color: green;
}
#PuntuacionTotal{
    float: left;
    width: available;
    height: 35px;
    text-align: right;
    font-weight: bolder;
    vertical-align: bottom;
    margin: 0px 0px 0px 10px;
    color: #0000aa;
    padding: 0px 3px 0px 3px;
    /*border-left: 1px solid #0000aa;*/
    border-radius: 8px;
}
#Instrucciones {
    text-align: justify;
    font-size: small;
    padding: 0px 5px 0px 5px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-radius: 8px;
}
#MensajeFinal {
    background-color: #f0f0d2;
    border-radius: 8px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}
#Titulo{
    vertical-align: 15%;
}

.t01{
    border-collapse:collapse;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;

}
.t01 td, .t01 th {
    border:1px solid #f0f0d2;
    padding:1px 2px 1px 2px;
}
.t01 th {
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#c0c0a2;
    color:#000;
    font-weight:bold;
}
.t01 tr:nth-child(even) {
    color:#000;
    background-color:#f5f5E1;
}
.t01 tr:nth-child(odd) {
    color:#000;
    background-color:#f0f0d2;
}
.t01 caption{
    color: #fff;
    background: #000;
    font-weight:bold;
}
.Puntos {
    text-align:right;
}
.fondoPuntuacionTotal{
    background-color: #f0f0f0;
}
.fondoPuntuacionParcial{
    background-color: #ececec;
}