#alineacionPiDePagina{
text-align: center;
color: #FFFFFF;
}
/*Texto para parrafos en General*/
p.textoGeneral{
font-family: Roboto-Condensed;
font-size: 20px;
color: #FFFFFF;
}

p.tituloPrimero{
font-family: Roboto-Condensed;
font-size: 60px;
color: #FFFFFF;
}

p.tituloSegundo{
font-family: Roboto-Condensed;
font-size: 40px;
color: #FFFFFF;
}

p.tituloTercero{
font-family: Roboto-Condensed;
font-size: 35px;
color: #FFFFFF;
}

p.navidad{
font-family: Roboto-Condensed;
text-align: center;
font-size: 25px;
color: #FFFFFF;
}

table.infoItemShop{
width: 100%;
font-family: Roboto-Condensed;
font-size: 22px;
color: #FFFFFF;
background-color: #3498DB;
}

table.infoUpdate{
width: 100%;
font-family: Roboto-Condensed;
font-size: 22px;
color: #FFFFFF;
}

table.integrantes{
color: #FFFFFF;
font-family: Roboto-Condensed;
font-size: 22px; 
}

table.casilla{
width: 100%;
border-collapse: collapse;
font-family: Roboto-Condensed;
}

table.extras{
width: 100%;
color: #FFF;
border: 5px;
border-style: solid;
}

table.reporte{
width: 100%;
color: #FFF;
border: 5px;
border-style: solid;
text-align: center;
font-family: Roboto-Condensed;
}

#casilla{
background-color: #FFFFFF;
width: 160px;
height: 280px;
float: left;
display: grid;
grid-auto-columns: 160px;

margin-left: 15px;
margin-bottom: 20px;
}

@font-face{
font-family: Roboto-Condensed;
src: url('/font/RobotoCondensed-Regular.ttf'); 
}

