/* CSS Document */

p
{
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	height: auto;
	width: auto;
	cursor: auto;
}

.texto
{
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
	text-align: justify;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.titulo
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #874338;
	line-height: 18px;
	padding: 5px;
	margin: 2px;
}

.Subtitulo
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F2A377;
	line-height: 10px;
	padding: 2px;
	font-weight: bold;
	font-style: normal;
	margin: 5px;
	text-transform: none;
	text-align: left;
}

.Links
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #864438;
	line-height: 20px;
	padding: 3px;
	margin: 0px;
	text-decoration: underline;
	filter: Light;
}
.centro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	position: relative;
	text-align: center;
}
