﻿.Contenedor_Sudoku
{
    text-align: left;
}

.Sudoku
{

}

.supraSudoku
{
    border: solid 2px #696969;
    padding:0px;
    margin: 0px;
}

.supraColumna
{
    padding:0px;
    margin: 0px;
}

.subMatriz
{
    padding:0px;
    margin: 0px;
    
    border-right: #696969 2px solid;
    border-top: #696969 2px solid;
    border-left: #696969 2px solid;
    border-bottom: #696969 2px solid;
}

.infraColumna
{
    padding:0px;
    margin: 0px;

}

.celda
{
    width: 50px;
    height: 50px;   
    max-height:40px; 
    
    padding:0px;
    margin: 0px;
    line-height: 0px;
    
    border: #dcdcdc 1px solid;
    
    text-align: center;
    vertical-align:middle;    
}


.numero
{
    cursor: pointer;
    
    width: 50px;
    height: 30px;
    
    padding:0px;
    margin: 0px;
    margin-top:1px;
    
    border-width: 0px;
    color: Blue;
    font-size:24px; 
    font-family: Tahoma;
    font-weight: bold;
    
    text-align: center;
    vertical-align: middle;
}

.apunte
{
    cursor: help;
    
    width: 50px;
    height: 14px;
    
    padding: 0px;
    padding-bottom:1px;
    margin: 0px;
    
    border-width: 0px;
    font-size: 9px;
    font-family: Verdana; 
    background-color: #eeeeee;
}


.subMatriz
{
    padding:0px;
    margin: 0px;
}

.panelInferior
{
    padding: 8px;
    text-align:left;
   /*width: 250px;*/
    line-height: 10px;
    min-width: 200px;
}

.panelInferior_Eventos
{
    font-size: 10px;
    margin-top: 5px;
    padding: 4px;
    border: Groove 1px black;
    height:240px;
    /*width: 245px;*/
    /*width:100%;
    max-width:250px;*/
    line-height: 12px;
}

.fieldsetSuperior
{
    border: solid 1px black;
    background-color: #ffbc1f;
    width: 550px;
    text-align: left;
}

.Opciones_Superior
{

}

.reloj
{
    font-family: Courier New;
    font-size: 20px;
    font-weight: bold;
    color: Blue;
}

.cerrar
{
     text-decoration: none;
}

.botonSudoku
{
    cursor: pointer;
    color: #050;
    font-family: arial, 'trebuchet ms' ,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #fed;
    border: 1px solid;
    border-top-color: #696;
    border-left-color: #696;
    border-right-color: #363;
    border-bottom-color: #363;
}

.botonSudokuencima
{
    cursor: pointer;
    color: #000000;
    font-family: arial, 'trebuchet ms' ,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid;
    border-top-color: #666;
    border-left-color: #666;
    border-right-color: #000;
    border-bottom-color: #000;
}
