.texto {
			font-family: trebuchet ms, "Courier New";
			width: 580px; 
			
			font-size: 13px;
			text-align: left;
		}
		.titulo {
			font-family: Trebuchet MS;
			color: #309;
			font-size: 16px;
		}

		td {
			font-family: trebuchet ms,"Courier New";
			font-size: 12px;
			color: #666;
		}
		.votacion {
			border: dashed #ccc 1px;
			width: 80%;
		}
		.tr1 {
			background: #f5f5cc;
		}
		.tr2 {
			background: #ddc;
		}
		.td1 {
			text-align: center;
		}
		.td2 {
			text-align: center;
			color: #000;
		}
		.fecha {
			font-family: Trebuchet MS;
		}
		.fecha2 {
			color: #888;
			font-size: 10px;
			text-align: right;
		}
		li {
			padding: 10px;
		}
		p {
			text-indent: 30px;
		}
		.grupo {
			list-style: decimal;
			background-color: #f5f5cc;
			margin-top: 15px;
			border: dashed #ccc 1px;
		}
		.nu {
			list-style: decimal;
			border-left: dotted #999 1px;
			margin-bottom: 10px;
		}
		ul, ol {
			padding-left: 50px;
		}
		hr {
			height: 0px;
			border: 0px;
			border-bottom: dashed #f90 1px;
			width: 95%;
			text-align: center;
			margin-bottom: 10px;
			
			
		}
		.manifest {
			font-family: 'Trebuchet MS';
			font-size: 20px;
			font-style: italic;
			padding-top: 30px;
			padding-bottom: 30px;
		}