@charset "utf-8";
/* CSS Document */
.Menu {
	font-weight: bold;
	/*text-transform: capitalize;*/
	color: White;
	/*font-size: x-large;*/
	font-size: medium;
}
.Titulo {
	font-weight: bold;
	/*text-transform: capitalize;*/
	color: #000;
	/*font-size: x-large;*/
	font-size: x-large;
}
body {
	/*background-image: url(../Imgs/PAPEL.GIF);*/
	background-attachment: fixed;
	top: 0px;
	background-color: #F00;
}
