g@charset "utf-8";
/* CSS Document*/



body{	
      background-color:#DEF1FE;

}

#pie{
	display:none;
}

#encabezado{
		display:none;
}

#tabla{
        margin-left: 5px;
}

#tabla th {
	text-align: center;
	font-size: 28px;
	font-family: 'Sansita';
	border: 2px solid black;
	border-radius:15px;
 
}

.derecha{
	text-align: center;

}


.izquierda{
	padding-left: 10px;
}



