			body {
				color:			#333;
				background-color:	#fcfcfc;
				padding-bottom:		1em;
				font-family:		'courier new';
				font-size:		9pt;
			}

			.link {
				text-decoration:	none;
				color:			#666;
			}

			.lead {
				margin-top:		1em;
				text-align:		center;
				width:			100%;
			}

			.lead .subtitulo {
				font-size:		12pt;
				color:			#666;
			}

			.lead .logo {
				text-decoration:	none;
				color:			#333;
				width:			100%;
			}

			.lead .logo {
				font-size:		30pt;
				width:			100%;
			}

                        .lead .text-centered {
				width:			430px;
                                display:                inline-block;
                                text-align:		left;
			}

			#menu {
				position:		relative;
				width:			400px;
				background:		transparent;
				font-family:		'courier new';
			}

			hr {
				border:			0;
				height:			1px;
				border-top:		1px solid #ddd;
				margin:			0 auto;
				margin-top:		1em;
				margin-bottom:		1em;
				width:			410px;
                        }

			@media only screen and (max-width: 480px) {
				hr {
					width: 99%;
				}
			}
