body {
	background-color: Black;
	
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: White;
	font-weight: bold;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.integrantes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}


A:link 
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border:none;
}


A:visited {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}




.Aavisos {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #DAA520;	
}




.Aavisos A:link {
	color: #DAA520;
	text-decoration: none;
}
.Aavisos A:visited {
	text-decoration: none;
	color: #DAA520;
}
.Aavisos A:hover {
	text-decoration: underline;
	color: #DAA520;
}
.Aavisos A:active {
	text-decoration: none;
	color: ##DAA520;