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

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

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

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

a:link {
		  color: #994900;
		  text-decoration:none;
		  }
a:visited {
		  color: #994900;
		  text-decoration:none;
		  }
a:hover {
		   color: white;
		   text-decoration:none;
		   }		  
dl {
	color: #666633;
	font-style: italic;
	font-stretch: semi-expanded;
	font-family: arial, helvetica, sans-serif;
}


