﻿/*
 * INICIALIZAÇÃO
 */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 72%/1.4em Verdana, Arial;
	color: #333;
	background: #FFF;
	width: 824px;
	margin: 0 auto;
}

/*
 * ESTILOS GERAIS
 */

h1
{
	font-size: 1.6em;
}


h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.0em;
}

ul
{
	list-style: none;
}

/*
 * LAYOUT 
 */

.clear
{
	clear: both;
}

#container
{
	font-size: 1em;
	background: #FFFFFF;
}
#topo
{
	background: url(imagens/barrasuperior.jpg) left center no-repeat;
	height: 15px;
	text-align: right;
	vertical-align: bottom;
}
#cabecalho
{
	background: url(header.jpg) left center no-repeat;
	height: 199px;
}

#cabecalho h1 a
{
	display: block;
	height: 110px;
	margin: 0pt auto;
	overflow: hidden;
	text-indent: -9000px;
}
#menuPrincipal
{
	position: relative;
	background: url(backmenu.jpg) left top no-repeat;
	height: 46px;
}

#menuPrincipal ul
{
	padding-right:75px;
}
#menuPrincipal li
{
	margin-top: 6px;
	margin-left: 15px;
	font-size: 1.1em;
	float: right;
	background: url(li.gif) left center no-repeat;
	padding-left: 18px;
	font-weight: bold;
	vertical-align: bottom;
}

#menuPrincipal li a
{
	text-decoration: underline;
	color: #FFFFFF;
}
#menuPrincipal li a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
#corpo
{
	clear: both;
	position: relative;
	background: inherit;
}

#menuSecundario
{
	background: #EEE;
	float: left;
	width: 200px;
}

#menuSecundario li
{
	font-variant: small-caps;
}

#menuSecundario li li
{
	font-variant: normal;
	padding-left: 5px;
}

#secaoPrincipal
{
	background: #FFF;
	margin-left: 200px;
	padding: 10px 0 0 15px;
	min-height: 320px;
}

#secaoPrincipal ul
{
	position: relative;
}

#secaoPrincipal li
{
	width: 33%;
	float: left;
	padding: 10px 0;
}
#secaoPrincipal h2
{
	background: url(li.gif) no-repeat left;
	text-indent: 20px;
}
#secaoCompleta
{
	background: inherit;
	margin-left: 45px;
	margin-top: 10px;
	min-height: 300px;
}
#secaoCompleta .imgEsqueda
{
	float: right;
	margin: 0 0 10px 20px;
}

#secaoCompleta h2
{
	background: url(marcador.gif) no-repeat left;
	text-indent: 30px;
	color: #582b27;
}
#secaoCompleta h3
{max-width: 550px;
	padding-left: 80px;
}
#secaoCompleta p
{
	max-width: 500px;
	font-size: 1.1em;
	padding-left: 80px;
}
#secaoCompleta p.menor
{
	max-width: 340px;
	font-size: 1.1em;
	padding-left: 80px;
}
#secaoCompleta-2
{
	background: #FFF;
	margin-top: 10px;
	min-height: 320px;
	padding: 15px 0px 0px 45px;
}
#secaoCompleta-2 h2
{
	background: url(marcador.gif) no-repeat left;
	text-indent: 30px;
	color: #0c4175;
}
#secaoCompleta-2 h3
{
	text-indent: 30px;
}
#secaoCompleta-2 p
{
	text-indent: 30px;
	max-width: 600px;
	font-size: 1.2em;
}
#menuListaNoticia
{
	clear: both;
	background: #582b27 none repeat scroll 0%;
	height: 10px;
}

#rodape
{
	clear: both;
	background: #582b27 none repeat scroll 0%;
}

#menuRodape a
{
	color: #fff;
	background: #582b27 url(left-corner.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

#menuRodape a span
{
	background: url(right-corner.gif) right top no-repeat;
	padding-right: 10px;
}

#menuRodape a, #menuRodape a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#menuRodape a, #menuRodape a span
{
	float: none;
}
/* End hide */

#menuRodape a:hover
{
	color: #fff;
	background: #582b27 url(left-corner.gif) left top no-repeat;
	padding-left: 10px;
}

#menuRodape a:hover span
{
	background: url(right-corner.gif) right top no-repeat;
	padding-right: 10px;
}

#menuRodape ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuRodape li
{
	float: right;
	margin: 0px 0px 0px 10px;
	line-height: 2.5em;
	width: 120px;
	text-align: center;
}



#menuNoticia a
{
	color: #fff;
	background: #582b27 url(imagens/bg-ListaNoticiaEsquerda.jpg) left bottom no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

#menuNoticia a span
{
	background: url(imagens/bg-ListaNoticiaDireita.jpg) right bottom no-repeat;
	padding-right: 10px;
}

#menuNoticia a, #menuNoticia a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#menuNoticia a, #menuNoticia a span
{
	float: none;
}
/* End hide */

#menuNoticia a:hover
{
	color: #fff;
	background: #582b27 url(imagens/bg-ListaNoticiaEsquerda.jpg) left bottom no-repeat;
	padding-left: 10px;
}

#menuNoticia a:hover span
{
	background: url(imagens/bg-ListaNoticiaDireita.jpg) right bottom no-repeat;
	padding-right: 10px;
}

#menuNoticia ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuNoticia li
{
	float: right;
	margin: 0px 0px 0px 10px;
	line-height: 1.7em;
	text-align: center;
}
#menuNoticia .teste
{
	float: left;
	font-size: 1.0em;
	font-weight: bold;
}

# /* Caixa de Noticia */ .box
{
	background: transparent url(i/bg-box-h-blue-l.gif) no-repeat scroll left top;
	margin: 0pt;
	padding: 0pt;
}
.rightblock
{
	margin-left: 10px;
}
.caixaMessagem
{
	border:1px solid #DC3A25;
	background-color: #FFFFFF;
	margin: 2px 10px 2px 10px;
	color:Red;
		padding:2px 2px 2px 2px;

	
	}
