@charset "utf-8";
.fondo {
	background-image: url(images/px_vertical.jpg);
	background-repeat: repeat-x;
}
.fondoBlanco {
	background-image: url(images/px_horizontal.jpg);
}
.textPie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #393939;
	text-decoration: none;
}

