﻿/* ******************* CSS Document ******************* */
body 
{
	margin:0; 
	padding:0;
	background-image: url(_img/bgBack001.png);
	background-repeat:repeat-x;
	
}

ul li {
	margin: .6em 0 .6em 0;
}

div.clear 
{
	clear:both;
}

.barraCustom 
{
	
}

/* ******************* INÍCIO - Retirar o sublinhado de todos os links ******************* 
a:link {
	text-decoration: none;
	color: #999;
}

a:active {
	text-decoration: none;
	color: #999;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #ffcc00;
}

 ******************* FIM - Retirar o sublinhado de todos os links ******************* */

#geral{
	margin-top: 25px; 
	margin-right: auto;
	margin-bottom: 0px; 
	margin-left: auto;
	width: 768px;
	height:auto;
	padding:0px;
	/*border: 2px solid #D4D0C8; */
	
}

#topo {
	float:left;
	width:768px;
	clear:both;
	
}

/* ******************* INÍCIO - CSS do Menu ******************* */

#menuGeral {
	float:left;
	position:relative;
	top:5px;
	width:768px;
	height:auto;
	padding:0px;
	clear:both;
}

.menuIE8Fix 
{
	z-index:100;	
}

#menu {
	font-size:12px;
	float: left;
	top: 5px;
}
/*
#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none; /*Retira os marcadores
	display: inline;
	padding: 5px;
	color:#000;
}

#menu a {
	color:#000;
}

#menu li a:hover {
	color:#999;
	text-decoration:none;
}

#menu li a:visited {
	
}

#menuWebmail {
	float:right;
	margin-top: 5px;
	margin-right: 7px;
	
}
*/

/* ******************* FIM - CSS do Menu ******************* */
#bannersFiliais {
	float:right;
	position:relative;
	width:240px;
	border-color:#e5e5e5;
	border-width:medium;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:20px;
	top: 0px;
}

#meioGeral 
{
	float:left;
	position:relative;
	top:10px;
	margin:0px;
	width:768px;
	background-color:#f8f8f8;
	padding:0px;
	border-color:#000;
}

#meioGeral2 {
	float:left;
	position:relative;
	top:5px;
	margin:0px;
	margin-left:5px;
	margin-bottom:20px;
	width:510px;
	background-color:#f8f8f8;
	border-color:#000;
	clear:both;
}

#rodape
{
	position:relative;
	background-image:url(_img/bgRodape.png);
	background-repeat:no-repeat;
	height:32px;
	clear:both;
	
}

.fonteRodape 
{
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-align:center;
}

.divInternaGeral 
{
	border: 2px solid #fff;
}


.divImagensGeral
{
	border: 5px solid #fff;
	text-align: center;
}

.titulo
{
	font-family:Verdana, Tahoma;
	font-size:16px;
	font-weight:bold;
	color: #cc0000;
}

.texto1 {
	font-family:Verdana, Tahoma;
	font-size:14px;
	color: #003300;
}

.texto1_Justificado {
	font-family:Verdana, Tahoma;
	font-size:14px;
	color: #003300;
	text-align:justify;
	padding:5px;
}

.texto2 {
	font-family: Verdana, Tahoma; 
	font-size: 10px;
	color:#333;	
}

.texto3 {
	font-family: Arial;
	font-size: 10px;
	font-style:normal;
	color:#666666;
	text-align:justify;
	
}

.texto4 {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style:normal;
	color: #333;
}

.texto4_justificado 
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style:normal;
	color: #333;
	text-align:justify;
	padding:5px;
		
}

.texto5 {
	font-family:Verdana, Tahoma;
	font-size:12px;
	color: #333;
	font-weight:bold;
	
}

a.link:link 
{
	text-decoration: none;
	color: #999;
}

a.link:active
{
	text-decoration: none;
	color: #999;
}

a.link:visited
{
	text-decoration: none;
	color: #999;
}

a.link:hover
{
	text-decoration: none;
	color: #ffcc00;
}