a:link {
	color: #ff9900;
	text-decoration: none;
}a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #ff9900;
	text-decoration: none;
}
.fondogaleria {
	/* fondo con degradado SIN ogro */
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/galeriafondo1024F.jpg);
	background-repeat: no-repeat;
}
.fondotop {
	/* fondo con degradado y cabecera (logo PDD) */
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/topfondo1024g.jpg);
	background-repeat: no-repeat;
}
.fondoblack {
	/* fondo con degradado y ogro */
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/mainfondo1024E.jpg);
	background-repeat: no-repeat;
}
.fondoinicio {
	/* fondo con degradado, ogro y texto pag. inicial */
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/mainfondo1024F.jpg);
	background-repeat: no-repeat;
}
