/* TITULOS ---------------------------------------------------------------------------------------------------------------------*/

.titulo{font-family:Tahoma; font-size:20pt; color:#223676; font-weight: normal; line-height: 130%; text-decoration:none}

.tituloPQ{font-family:Tahoma; font-size:12pt; color:#223676; font-weight: normal; line-height: 130%; text-decoration:none}

.tituloPPQ{font-family:Tahoma; font-size:10pt; color:#223676; font-weight: bold; line-height: 130%; text-decoration:none}

.tituloPQ2{font-family:Tahoma; font-size:12pt; color:#d3a809; font-weight: bold; line-height: 120%; text-decoration:none}

A.tituloPQ:link{font-family:Tahoma; font-size:11pt; color: #1e3777; font-weight: bold; text-decoration: none}
A.tituloPQ:visited{font-family:Tahoma; font-size:11pt; color: #1e3777; font-weight: bold; text-decoration: none}
A.tituloPQ:hover{font-family:Tahoma; font-size:11pt; color: #1e3777; font-weight: bold; text-decoration: underline}



/* DATAS ---------------------------------------------------------------------------------------------------------------------*/

.data{font-family:Tahoma; font-size:10pt; color:#d08b09; font-weight: normal; line-height: 120%; text-decoration:none}

.dataPQ{font-family:Tahoma; font-size:8pt; color:#d08b09; font-weight: normal; line-height: 120%; text-decoration:none}



/* TEXTOS ---------------------------------------------------------------------------------------------------------------------*/

.texto{font-family:Tahoma; font-size:10pt; color:#000000; font-weight: normal; line-height: 130%; text-decoration:none}

.textoPQ{font-family:Tahoma; font-size:8pt; color:#000000; font-weight: normal; line-height: 150%; text-decoration:none}



/* BOTTON ---------------------------------------------------------------------------------------------------------------------*/

.botton{font-family:Tahoma; font-size:8pt; color:#808182; font-weight: normal; line-height: 140%; text-decoration:none}

.bottonPQ{font-family:Tahoma; font-size:7pt; color:#808182; font-weight: normal; line-height: 140%; text-decoration:none}

.contador{font-family:Tahoma; font-size:20pt; color:#dadbdc; font-weight: bold; line-height: 150%; text-decoration:none}

A.botton:link{font-family:Tahoma; font-size:8pt; color: #808182; line-height: 140%; font-weight: normal; text-decoration: none}
A.botton:visited{font-family:Tahoma; font-size:8pt; color: #808182; line-height: 140%; font-weight: normal; text-decoration: none}
A.botton:hover{font-family:Tahoma; font-size:8pt; color: #FFFFFF; line-height: 140%; font-weight: normal; text-decoration: underline}



/* LINKS ---------------------------------------------------------------------------------------------------------------------*/

A.Leiamais:link{font-family:Tahoma; font-size:10pt; color: #d3a809; line-height: 180%; font-weight: normal; text-decoration: underline}
A.Leiamais:visited{font-family:Tahoma; font-size:10pt; color: #d3a809; line-height: 180%; font-weight: normal; text-decoration: underline}
A.Leiamais:hover{font-family:Tahoma; font-size:10pt; color: #223676; line-height: 180%; font-weight: normal; text-decoration: underline}



/* IMAGEM ---------------------------------------------------------------------------------------------------------------------*/

.BordaIMG{ border-color:#999999;}



/* DIVS -----------------------------------------------------------------------------------------------------------------------*/

.informativos{
	width: 240px;
	border: 1px solid #999;
	padding: 15px;
	background: #fffee5;
	font-size: 12px;
	}

/* FORMULARIOS -------------------------------------------------------------------------------------------------------------------------------------- */

form input{margin: 3px 0px; background-color:#FFFFFF; border:1px solid #bcbec0; border-radius:3px; padding:5px; font-size:10pt;}

form textarea{margin: 3px 0px; background-color:#FFFFFF; border:1px solid #bcbec0; border-radius:3px; padding:5px; font-family:Arial; font-size:10pt;}

form select{margin: 3px 0px; background-color:#FFFFFF; border:1px solid #bcbec0; border-radius:3px; padding:5px; font-size:10pt;}

.botaoForm {border:0px; padding:0px;}

.botaoForm{margin: 3px 0px; padding: 5px; background-color:#40a4c1; border:0px solid #000; border-radius:3px; color:#fff; font-weight:normal; font-size:10pt;}
.botaoForm:hover{margin: 3px 0px; padding: 5px; background-color:#bc0028; border:0px solid #000; border-radius:3px; color:#fff; font-weight:normal; font-size:10pt;}

.bt-inscricao{
	margin: 5px;
	padding: 10px 15px;;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: none;
	border-radius: 5px;
	background-color: #40a4c1;
    cursor: pointer;
}

.bt-inscricao:hover{
	color: #fff;
    background-color: #bc0028;
}


/* MENU --------------------------------------------------------------------------------------------------------------------------------------------- */

 
	nav{
		width:97%;
		text-align: left;
		font-family: Tahoma;
		font-weight: bold;
		margin: 2px 0px -10px 0px;
		}

	nav ul{
		list-style-type:none;
		}
	nav li {
		display: inline;
		}
	nav ul li a{
		margin-right: 2px; /*espaço à direita de cada link do menu*/
		}
	nav a:link, nav a:visited{
		width:19%;
		color:#152f54;
		font-size: 14px;
		line-height: 120%;
		display:inline-block;
		text-decoration: none;
		}
	nav a.ativo:link, a:hover{
		font-color:#40a4c1;
		text-decoration: none;
		}
