.fondo {
	background-image: url(fondo.gif);
	background-position: center top;
}
.fondo2 {
	background-image: url(fondo2.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;

}

.piede {
	font-family: Tahoma, Verdana, Arial, helvetica;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	text-align: center;

}

.piede a {

	font-weight: bold;
	text-decoration: none;
	color: #333333;
	
}

.piede a:hover {
	text-decoration: underline;
}

