.Fondo {
	background-image: url(imagenes/FondoHome.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.Creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: bottom;

}
A.CreditosLink:link { 
    color: #666666;
	text-decoration: none
}
A.CreditosLink:visited { 
    color: #666666;
	text-decoration: none
}
A.CreditosLink:hover { 
    color: #666666;
	text-decoration: underline
}
.Textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

