
/* 
    Created on : 02-abr-2017, 0:03:36
    Author     : Ismael Martín Ramírez [imartinr01@informatica.iesvalledeljerteplasencia.es]
*/


/*--------------------------*/ 
/*----------Paleta----------*/ 
/*--------------------------*/ 
/*Rojo: #EE0058
Lila: #C036F3
Azul: #00CBFF
Amarillo: #FFDE00
Coral: #ED462F ;links
Negro: no
MenosNegro: #212121; letras
Gris: #E9E9E9; subrallado
MenosBlanco: #F1F1F1 fondos
Blanco:#FFFFFF
--------------
verde:#B8DC7C

*/

#cabecera{
    text-align:center;
    width: 400px;
    color: #212121;
    margin-left:30%;
    margin-right:30%;
    margin-top:3%;
    border:#EE0058 solid 3px;
}

#tablero{
    align-content:center;
    width: 400px;
    height:400px;
    margin-left:30%;
    margin-right:30%;
    margin-top:3%;

    border:#EE0058 solid 3px;

}
.casilla{
    width:129.2px;
    height:129.2px;
    float:left;
    border:2px solid #FFDE00;


}
.casilla:hover{

    border:2px solid #212121;
}
#casilla1{
    width:100%;
    height:100%;
    background-color:#EE0058;

}
#casilla2{
    width:100%;
    height:100%;
    background-color:#B8DC7C;
}
#casilla3{
    width:100%;
    height:100%;
    background-color:#00CBFF;

}
#casilla4{
    width:100%;
    height:100%;
    background-color:#EE0058;

}
#casilla5{
    width:100%;
    height:100%;
    background-color:#B8DC7C;

}
#casilla6{
    width:100%;
    height:100%;
    background-color:#00CBFF;

}
#casilla7{
    width:100%;
    height:100%;
    background-color:#EE0058;

}
#casilla8{
    width:100%;
    height:100%;
    background-color:#B8DC7C;

}
#casilla9{
    width:100%;
    height:100%; 
    background-color:#00CBFF;

}
