.fondo {
	background-image: url(img/fondo.jpg);
	background-repeat:   repeat-x;
	background-attachment: fixed;
	background-position: center center;
}
.oculto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: none;
}
