/* TRT - 21ª Região                                              */
/* Desenvolvido por Ionaldo Carvalho Junior - ionaldo@gmail.com  */
/* www.maxmeio.com                                               */


/*
GERAL
*/

* {
	margin:0 auto;
	padding:0;
	line-height: normal;
	list-style: none;
}

body {
	overflow-x:hidden;
	background: #084782;
	font: 12px "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #fff;
}

a {
	text-decoration: none;
	color: #66CCFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

h2 {
	font: bold 16px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #fff;
	margin: 5px 0 25px 0;
	line-height: 75%;
	text-transform: uppercase;
}


h3 {
	font: bold 14px "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #fff;
	text-transform: uppercase;
}

/*
POSICIONAMENTO
*/

#flashcapa {
	width: 800px;
	background-color: #185d9e;
	border: 10px solid #185d9e;
}


#topoflash {
	width: 800px;
}

#moldura {
	width: 747px;
	background-color: #185d9e;
	padding: 6px;
}

#textos {
	width: 715px;
	background-image: url(../imgs/bg_texto.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #185d9e;
	padding: 0 10px 10px 10px;
	vertical-align: top;
	border: 4px solid #084782;
	margin: 2px;
}


/* 
TEXTOS
*/

#textos p {
		text-align: justify;
		font: 13px "Trebuchet MS", Tahoma, Arial, Verdana;
		color: #fff;
		line-height: 185%;
		margin-bottom: 10px;
}
#textos #conteudo p{
		text-align: justify;
		font: 13px "Trebuchet MS", Tahoma, Arial, Verdana;
		color: #fff;
		line-height: 175%;
		margin-bottom: 10px;
		text-indent: 200px;
}
#textos #conteudo p u{
		text-indent: 200px;
}
.tit{
	font-weight:bold;
	text-decoration:underline;
	}
#textos p em {
/*		text-align: justify;*/
		font: 13px "Trebuchet MS", Tahoma, Arial, Verdana;
		color: #fff;
		line-height: 185%;
		margin-bottom: 10px;
		text-indent: 20px;
}
#textos p u {
		text-align: justify;
		font: 13px "Trebuchet MS", Tahoma, Arial, Verdana;
		color: #fff;
		line-height: 185%;
		margin-bottom: 10px;
		text-indent: 20px;
}

#textos p.destaque {
		text-align: justify;
		font: bold italic 13px "Trebuchet MS", Tahoma, Arial, Verdana;
		color: #fff;
		line-height: 185%;
		margin: 0 0 10px 250px;
		text-indent: 0px;		
}

#textos p.rodape {
		font: bold 13px "Trebuchet MS", Tahoma, Arial, Verdana;
		color: #fff;
		line-height: 110%;
		margin: 20px 0;
}


/*
RODAPE
*/

#rodape {
	width: 100%;
	background-color: #185d9e;
	padding: 10px;
	vertical-align: top;
	border-top: 3px solid #fff;
	vertical-align: bottom;
}

#rodape p {
		text-align: center;
		font: 11px "Trebuchet MS", Tahoma, Arial, Verdana;
		color: #fff;
		line-height: 170%;
		margin-bottom: 10px;
}


#citacao {
		border-top: #fff solid 1px;
		padding: 5px;
		margin: 20px 10px;
		color: #fff;
}

#citacao p{
		font: 12px "Trebuchet MS", Tahoma, Arial, Verdana;
		font-style: italic;
		color: #fff;
		line-height: 70%;
}
.direita {
	text-align: right;
	margin: 12px;
}
.resumo {
	margin: 12px 12px 12px 350px ;
	text-align: justify;
}
.recuo {
	margin: 12px 12px 12px 200px ;
	text-align: justify;
}
.recuo p{
	text-indent: 0;
}
.foto {
	border: 4px solid #084782;
	margin: 20px;
	cursor: pointer;
}
