/* 
    Document   : loto.css
    Created on : 31-01-2016, 12:37:19
    Author     : joaquin
    Description:
        Hoja de estilos para Loto.
*/

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 % central.
    */
    body {
        margin: 0 15% 0 15%;
    }
}

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

.Cabecera {
    border-radius: 8px;
    background-color: #f0f0d2;
    margin: 0 0 0 0px;
    width: 100%;
    height: 35px;
}

.Pie {
    border-radius: 8px;
    background-color: #f0f0d2;
    margin: 0 0 0 0px;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: small;
}

.Boton {
    background-color: #f0f0d2;
    font-weight:bold;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 8px; 
    border-radius: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #0000aa;
    height: fit-content;
}

.BotonJuego {
    background-color: #f0f0d2;
    font-weight:bold;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 8px; 
    border-radius: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #0000aa;
    text-transform: uppercase;
}

.BotonJuegoS11 {
    background-color: #f0f0d2;
    width: fit-content;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px; 
    border-radius: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #0000aa;
    text-transform: uppercase;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center;
    font-size: small;
    float: right;
}

.BotonJuegoS11b {
    background-color: #f0f0d2;
    width: fit-content;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px; 
    border-radius: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: green;
    text-transform: uppercase;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center;
    font-size: small;
    float: right;
}

#Version{
    font-size: x-small;
    float: right;
    text-align: right;
    margin-top: 18px;
}

#Titulo{
    vertical-align: -15%;
    font-weight:bold;
    font-size:x-large;
}

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

.t01{
    text-align: left;
    margin:auto;
}

.Ancla {
    text-decoration: none;
    font-size: x-large;
}

.circulo_azul{
    width: 100%;
    font-weight:bold;
    font-size:x-large;
    text-align: center;
    background: blue;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    font-size: medium;
    float: right;
}

.circulo_bola {
    background: green;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    width: 1.6em; 
    font-size: x-large;
    float: right;
}

.circulo_bola_amarilla {
    background: gold;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    width: 1.6em; 
    font-size: x-large;
    float: right;
}

.cuadrado_rojo {
    background: white;
    border-top:  1px solid red;
    border-left: 1px solid red;
    border-bottom: 1px solid red;
    border-right:1px solid red;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    color: green;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    width: 1.2em; 
    font-size: large;
    float: right;
}
.cuadrado_rojo_bloque {
    background: white;
    border-top:  1px solid red;
    border-left: 1px solid red;
    border-bottom: 3px solid red;
    border-right: 1px solid red;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    color: green;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    width: 1.2em; 
    font-size: large;
    float: right;
}
.cuadrado_transparente {
    border-top:  1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right:1px solid transparent;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    color: green;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    width: 1.2em; 
    font-size: large;
    float: right;
}

.cuadrado_transparente_indice {
    border-top:  1px transparent;
    border-left: 1px transparent;
    border-bottom: 3px transparent;
    border-right: 1px transparent;
    border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    color: black;
    display: inline-block;
    font-weight: normal;
    line-height: 1.2em;
    margin-right: 3px;
    margin-left: 0px;
    text-align: center;
    width: 1.2em; 
    font-size: small;
    float: right;
}
.texto_pleno {
    background: transparent;
    padding: 3px 2px 0px 2px;
    border-top:  1px transparent;
    border-left: 1px transparent;
    border-bottom: 3px transparent;
    border-right: 1px transparent;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    color: black;
    display: inline-block;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: 5px;
    margin-right: 3px;
    margin-left: 0px;
    text-align: center;
    font-size: small;
    float: right;
}
