# Empty CSS file for your own CSS.logo {
}
.logo {
	background-color: #0083CA;
	height: 50px;
	padding-top: 8px;
	padding-left: 20px;
}
.lista   {
	text-align: left;
}
.margen {
	display: block;
	margin-top: 30px;
	margin-bottom: 15px;
}
h1 {
	font-size: 2.5em;
}
.footer {
	font-size: smaller;
	background-color: #DFDFDF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: justify;
}
.divisor {
	height: 5px;
	display: block;
	border-top: thin solid #AEAEAE;
	padding-top: 20px;
}