/* 
    Document   : ceros.css
    Created on : 03-sep-2015, 12:37:19
    Author     : joaquin
    Description: Hoja de estilos para Ceros.
*/

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

.historia{
    color:blue; 
    font-size:small; 
    font-family:arial; 
    font-weight:bold; 
    text-align:center;
    margin: 5px 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: 8px;
    height: fit-content;
    min-height: 1.1em;
}

.secuencia_humano{
    color:green; 
    font-size:x-small; 
    font-family: arial;
    font-weight:bold; 
    text-align: left;
    margin: 5px 0 0 0;
}

.secuencia_maquina{
    color:red; 
    font-size:x-small; 
    font-family:arial; 
    font-weight:bold; 
    text-align: left;
    margin: 5px 0 0 0;
}
.mensaje{
    color:blue; 
    font-size:small; 
    font-family:arial; 
    font-weight:bold; 
    text-align:center;
    margin: 5px 0 0 0; 
    border-radius: 8px;
    background-color: #f0f0d2;
    width: 100%;
    height: 17px;
}

.mensaje_vacio{
    color:blue; 
    font-size:small; 
    font-family:arial; 
    font-weight:bold; 
    text-align:center;
    margin: 5px 0 0 0; 
    border-radius: 8px;
    background-color: #f5f5E1;
    width: 100%;
    height: 17px;
}

.fila_cabecera{
    color:black; 
    font-size:20px; 
    font-family:arial; 
    font-weight:bold; 
    text-align:center;
}

.columna_cabecera{
    color:black; 
    font-size:20px; 
    font-family:arial; 
    font-weight:bold; 
    text-align:center;
}

.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;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px; 
    border-radius: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    color: #0000aa;
    text-transform: uppercase;
}

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

#t01 td input[type=image] {
  /* 20210413
  A propósito, solo actúa en los input de tipo imagen dentro de la tabla t01.
  */
  /* 20210413
  Si no se hace esto, en Safari para móviles, 
  los botones de las casillas tienen extremos 
  redondeados y provoca un efecto visual no deseado.
  */
  -webkit-appearance: none;
  border-radius: 0;
}

#Puntuacion{
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size:x-small;
    font-weight: bolder;
    color: #cc3300;
    text-align: right;
    width: available;

}
.titulos{
    color: goldenrod;
}

.PuntuacionBloqueTitulos{
    float: left;
    width: available;
    text-align: right;
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 5px;

}
.PuntuacionBloqueNivel{
    float: left;
    width: available;
    text-align: right;
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #0000aa;
    border-right: 1px solid #0000aa;
    border-radius: 8px;
    height: 35px; 
}
.PuntuacionBloquePuntos{
    float: left;
    width: available;
    text-align: right;
}
.nivel{
    text-align: center;
}
.circulo_verde {
    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;
    text-align: center;
    width: 100%; 
    font-size: medium;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

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