﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 12px 0px;
	background-color: #ffffff;
	color: #5f51a0;
	font-family:"Century Gothic";
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

table {
	font-family:"Century Gothic";
	font-size: 12px;
}

h1 {
	font-family:"Century Gothic";
	font-size: 20px;
}

h2 {
	font-family:"Century Gothic";
	font-size: 18px;
}

h3 {
	font-family:"Century Gothic";
	font-size: 16px;
}

h4 {
	font-family:"Century Gothic";
	font-size: 14px;
}

h5 {
	font-family:"Century Gothic";
	font-size: 12px;
}

a {
	color: #672f90;
	text-decoration: underline;
}

a:hover {
	color: #abb9cd;
}

.aviso {
	color:#CC0000;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
	font-size:12px;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	font-size:12px;
}


