/* CSS Document */

.textoEditor {
	line-height: 150% !important;
}
	.textoEditor > * + * {
		margin: 20px 0 0 0 !important;
	}
	.textoEditor > h2 {
		color: #c00027 !important;
		font-size: 25px !important;
	}
	.textoEditor > h3 {
		color: #c00027 !important;
		font-size: 20px !important;
		margin-top: 25px !important;
	}
	.textoEditor ul {
		list-style: square !important;
		margin-left: 30px !important;
	}
	.textoEditor ul li {
		margin-left: 0 !important;
	}
	.textoEditor ul > li + li {
		margin: 15px 0 0 0 !important;
	}
	.textoEditor ul ul {
		margin-top: 15px !important;
	}
	.textoEditor a {
		color: #c00027 !important;
		text-decoration: none;
	}
	.textoEditor a:hover {
		text-decoration: underline;
	}
	.textoEditor table {
		border-collapse: collapse;
		margin-top: 15px;
	}
	.textoEditor table td,
	.textoEditor table th {
		border: 1px solid #ccc;
		padding: 5px;
		vertical-align: top;
	}