table {
		border: 1px solid #000000;
		border-collapse: separate;
		border-spacing: 3px;
		width: 530px;
		height: auto;
		text-align: center;
		vertical-align: top;
		color: #000;
	}
caption {
	color: blue;
	font-size: 30px;
	padding: 3px;
	font-family: "Arial Black", sans-serif;
	}

th, td {
		border: 1px solid #000;
		padding: 5px;
	}



#cabecera {
		background-color: blue;
		color: #fff;
		font-family: "Arial Black", sans-serif;
	}

#fila {
	background-color: #fff;
	}
	
#final{
	background-color: blue;
	color: white;
	text-align: center;
	font-family: "Arial Black", sans-serif;
	}
