﻿.cabecera {
background-color: #22c2f6; 
white-space: nowrap; 
color: white; 
font-size: 10px; 
font-weight: bold;
}

.celdaContenido{
background-color: #dceffe;
}


.celdaSeleccionada{
background-color: #b6dfff; 
color: #333333; 
font-weight: bold;
}

.boton{
border-right-width: 0px; 
border-top-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px;
}

.pie td{
border-style:none;
background-color: #22c2f6; 
color: #333333; 
font-weight: bold;
text-align :center;
font-size: 10px; 
}