h1 {
	
	margin-top: 0;
   font-size: 20px;
	color: yellow;
	text-shadow: normal;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;

	background-image: url(fotos/platino.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

p {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

a {
		font-family: arial, helvetica, sans-serif;
		font-size: 16px;
		}

a:link {
		  color: black;
		  text-decoration:none;
		  }
a:visited {
		  color: black;
		  text-decoration:none;
		  }
a:hover {
		   color: #9a0000;
		   text-decoration:none;
		   }		  
dl {
	color: yellow;
	font-style: italic;
	font-stretch: semi-expanded;
	font-family: arial, helvetica, sans-serif;
}
