﻿/*  ELEMENTOS  */

p{
	padding-bottom: 12px;
	line-height: 20px;
}

h1 /* titulo */
{
	font-size: 16pt;
	padding-bottom: 15px;
	font-weight: normal;
	font-family: Arial, Verdana,tahoma,helvetica;
}

h2 /* interti­tulo */
{
	font-size: 15pt;
	padding-bottom: 15px;
	font-weight: normal;
	font-family:Arial, Verdana,tahoma,helvetica;
}

h3
{
	font-size: 13pt;
	padding-bottom: 15px;
	font-weight: normal;
	font-family:Arial, Verdana,tahoma,helvetica;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 35px;
	
}
ol {
	list-style-position: outside;
	margin-left: 35px;
}

li {
	margin-bottom:5px;
}

/*  CLASSES  */

.color1 {
	color: #ffd800;
}
.color2 {
	color: #8a6b3d;
}

.color3 {
	color: #a2927b;
}

a:link{
	color:#c0914b;
	text-decoration: none;
	}

a:visited{
	color:#c0914b;
	text-decoration: none;
	}
a:active{
	color:#c0914b;
	text-decoration: none;
}

a:hover{
	color:#c0914b;
	text-decoration: underline;
}

.clear {
	clear:both;
}

.titulo {
	clear: both;
	width: 100%;
	font-size: 13pt;
	color: #8a6b3d;
	border-bottom: 1px #8a6b3d solid;
	font-family:Arial, Verdana,tahoma,helvetica;
	margin-bottom: 15px;
}


.tituloBoxMenorCentro {
	width: 100%;
	font-size: 13pt;
	color: #8a6b3d;
	border-bottom: 1px #8a6b3d solid;
	font-family:Arial, Verdana,tahoma,helvetica;
	margin-bottom: 15px;
}

.centro {
	text-align:center;
}

.direita {
	text-align:right;
}

.legenda {
	font-size: 10px;
	font-weight:bold;
}

.p1{ text-indent: 35px; }

.imgContentR /* serve para inserir o quadro com foto e legenda */
{
	float: right;	
	width: auto;
	padding: 0 5px 0 0;
	margin: 0 0 10px 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	
}
.imgContentL /* serve para inserir o quadro com foto e legenda */
{
	float: left;	
	width: auto;
	padding: 0 5px 0 0;
	margin: 0 10px 10px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

