    table {

        font-size: 0.9em;
    }
	
    th {
        text-align: center;
		padding: 10px 12px;
    }
	

	
    td{
        padding: 10px 12px;
		
    }
	
    tr:nth-child(odd), tr:nth-child(odd) {
        background: #eee;
    }
	
    tr:nth-child(even) {
        background: #ccc;
    }
	
    tr:first-child, tr:first-child {
        background: #283a59;
    color:white;
    }
	
    table tr:last-child {background:#456789; color:#fff}
	
    table td:empty {
        background:white;
    }

	



	.resaltar_evento
	{
		
		color: #880000;
		font-size:16px;
		font-weight:normal;
		
	}