@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
}

#image {
	margin: auto;
	padding-top: 30px;
	width: 50%;
	text-align: center;
}

#title {
	margin: auto;
	width: 50%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 5em;
}

#subtitle {
	margin: auto;
	width: 50%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 2em;	
}

#content {
	margin: auto;
	padding-top: 40px;
	width: 20%;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12pt;
}

#contable {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  border-collapse: collapse;
  width: 100%;
}

#contable td, #contable th {
  border: 1px solid #ddd;
  padding: 5px;
}

#contable tr:nth-child(even){background-color: #2B2B2B;}

#contable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}