@charset "utf-8";
/**
  * ELEMENTOS GENÉRICOS
  */
body {
	width:770px;
	padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	min-height:574px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	color:#990000;
	/*border:1px dotted black;*/
}
h1 { 
	margin:0;
	padding:5px;
	font-size:13px;
	text-indent:0;
}
h2 { 
	margin:0;
	padding:5px;
	font-size:12px;
	text-indent:0;
}
h2 { 
	margin:0;
	padding:5px;
	font-size:11px;
	text-indent:0;
}
p  { 
	margin:0;
	padding:5px;
	text-indent:15px;
	text-align:justify;
}
blockquote {
	margin:10px;
	padding:10px;
	font-size:12px;
	background-color:#f2f2f2;
}
table {
	border:0;
	padding:0;
	margin:0;
}
	table tr {
		margin:0;
		padding:0;		
	}
	table td {
		margin:0;
		padding:0;
	}
	
ul { margin:5px; padding:2px 5px 2px 5px;}
li { margin:5px; padding:2px 5px 2px 5px;}

a:link { color:#990000; text-decoration:none; font-weight:bold; }
a:visited { color:#990000; text-decoration:none; font-weight:bold; }
a:active { color:#990000; text-decoration:none; font-weight:bold; }
a:hover{ color:#ff0000; text-decoration:underline; font-weight:bold; }

/**
  * CLASSES E ID'S DO SITE
  */
div .aviso {
	margin:10px;
	padding:10px;
	border:1px dashed #990000;
}
/**
  * CLASSES E ID'S :: ESTRUTURAL, NÃO MEXA
  */
#topo {
	margin:0;
	padding:0;
	height:100px;
	width:inherit;
	background-image:url(../img/topo/topo_fundo.png);
	background-repeat:repeat-x;
}
	#topo_logo{
		margin:0;
		height:60px;
		width:128px;
		padding:31px 20px 20px 20px;
		float:left;
	}

#meio {
	margin:0;
	padding:0;
	width:auto;
	text-align:left;
	/*border: 1px dotted green;*/
}
	#banner_meio_esq{
		/*aguardando...*/
	}
	#meio_corpo {
		margin:20px;
		padding:0;
		height:400px;
		/*border:1px dotted #F09;*/
	}
		#meio_corpo p{
			margin-top:0;
			padding-top:0;
		}
	#banner_meio_dir{
		/*aguardando...*/
	}
#banner_inferior{
	margin:3px;
	padding:5px;
}
	#banner_inferior a {
		text-indent:10px;
	}
#rodape {
	height:30px;
	background-image:url(../img/rodape/rodape_fundo.png);
	background-repeat:repeat-x;
	font-size:10px;
	color:#ffffff;
}
#rodape p {
	text-align:center;
}
/************************************************************************************************/
/**
  * CSS DO MENU HORIZONTAL DO TOPO
  */
/************************************************************************************************/  
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
width:600px; /*largura do topo - largura do logo*/
height:inherit;
padding-top:78px;
overflow: hidden;
}

.indentmenu ul{
height:20px;
float: left;
width:auto; /*width of menu*/
margin: 0;
margin-left:35px;
padding: 0;
border: 1px solid #900; /*dark purple border*/
/*border-width: 1px;*/
background: black url(../img/topo/menu_horizontal_positivo.png) center center repeat-x;
}
.indentmenu ul li{ margin:0; padding:0;
display: inline;
}

.indentmenu ul li a{
font-size:12px;
float: left;
color: white; /*text color*/
padding: 3px 5px;
text-decoration: none;
border-right: 1px solid #900; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 4px; /*shift text down 1px for selected and active item*/
padding-bottom: 1px; /*shift text down 1px for selected and active item*/
background: black url(../img/topo/menu_horizontal_negativo.png) center center repeat-x;
}  