

@font-face{
	font-family:"firaSans";
	src: url(FiraSans-Medium.otf);
}


body{
	font-family:"firaSans",serif;
	background-image: url(fondo.jpg);
	background-repeat: repeat;
}

h1, h2, h3, #fecha{
	text-align: center;
	font-family:"firaSans",serif;

}



#contenidos{
	margin-left: 20%;
	min-width: 60%;
	table-layout: fixed;
	font-family:"firaSans",serif;
	position: center;
	margin-top: 3%;
	text-align: center;
	}

th{
	background-color: #A9D0F5;
	border-width: 3px;
	border-color: #0B0B61;
	width: 50%;
	border-style: solid;
	
}

td{
	background-color: #E0F8F7;
	border-width: 1px;
	border-color: #0B0B61;
	border-style: solid;
	padding: 2px;
	width:50%;
}








