@charset "utf-8";
/* CSS Document */

/****************************************
		PARA ZERAR TUDO
****************************************/
@import url("reset.css"); /* resets all browser */

*{
	margin:0px;
	padding:0px;
}

html {height:100%;margin-bottom:1px;}


A:link {
	color: #333;
	text-decoration: underline;
}
A:visited {
	color:  #333;
	text-decoration: underline;
}
A:hover {
	color:#666;
	text-decoration: underline;
	}
A:active {
	color: #333;
	text-decoration: underline;
}

body {
	margin: 0px;
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(fundo.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#tudo{
	width:775px;
	position:relative;
	padding:0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #fff;

}

#topo {
	height: 168px;
	background-image: url(topo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

#topo #titulo {
	width: 380px;
	height:20px;
	float:right;
	margin-top:70px;
	margin-right:15px;
	list-style:none;
	display: block;
	clear:right;
	text-align: right;
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;

}
#topo #flash {
	width: 268px;
	height:30px;
	float:left;
	margin-top:75px;
	margin-left:0px;
	list-style:none;
	display: block;
	clear:left;
	text-align: left;
	vertical-align: bottom;
}



/****************************************
				MENU  DO TOPO
****************************************/

#menutopo {
	width: 300px;
	float:right;
	margin-top:25px;
	list-style:none;
	
	}
#menutopo ul {
	list-style-type: none;
	}
#menutopo ul li {
	float:left;
	width:65px;
	text-align:center;
	font-size:20px;
	line-height:20px;
	display:inline;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#menutopo ul li#first {
	width:100px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
#menutopo ul li#last{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menutopo ul li a{
	font-size: 11px;
	text-decoration:none;
	color: #666;
	padding-bottom:5px;

}

#menutopo li a:hover{
	font-weight: bold;	
	color: #666;
}
#menutopo li a:active{
	color: #666;
}


/****************************************
				CONTEUDO
****************************************/

#meio{
	width: 775px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#conteudo{
	padding-top:0px;
	width: 550px;
	height: auto;
	float: left;
	display: block;
	padding-left: 20px;
	padding-top:40px;
	padding-bottom: 20px;
}

/****************************************
		   MENU
****************************************/
#menu{
	width:190px;
	height:auto;
	float:left;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#menu li {
	display: block;
	width:190px;
	background: url(menu_verde.gif) top left repeat-x;
	text-align:right;
	font-size: 11px;
	text-decoration:none;
	color: #fff;
	height:22px;
	line-height: 20px;	/*para o texto ficar no meio*/
}
#menu li  ul {
}

#menu li a{
	display: block;
	width:180px;
	height:22px;
	text-align:right;
	font-size: 11px;
	text-decoration:none;
	color: #666;
	background-image: url(menu_cinza.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 20px;	/*para o texto ficar no meio*/
	padding-right: 10px;
}

#menu li a:hover{
	background: url(menu_chumbo.gif) top left repeat-x;
	text-align:right;
	font-size: 11px;
	text-decoration:none;
	color: #666;
	font-weight: bold;
}

#menu li a:active{
	background: url(menu_chumbo.gif) top left repeat-x;
	text-align:right;
	font-size: 11px;
	text-decoration:none;
	color: #666;
	font-weight: bold;	
}

.submenu{
	display: block;
	width:180px;
	background: url(menu_verde.gif) top left repeat-x;
	text-align:right;
	font-size: 11px;
	color: #fff;
	height:22px;
	line-height: 20px;	/*para o texto ficar no meio*/
	padding-right: 10px;
	font-weight: bold;
}





/****************************************
				RODAPÉ
****************************************/


#rodape {
	background-image:url(rodape.gif);
	height:92px; /*o rodapé é maior, mas so esta parte deve aparecer em reluções de telas normais*/
	clear:both; /*para ficar bem embaixo*/
	margin-right: auto;
	margin-left: auto;
	background-position: center top; /*para ficar resoluções de tela maiores verticalmente*/
}
#conteudo_rodape {
	height:92px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top; 
}
#microsist {
	height:26px;
	width: 120px;
	float: left;
	margin-top: 65px;
	text-align: right;
	vertical-align: bottom;
}
#webmail {
	height:26px;
	width: 74px;
	float: left;
	margin-top: 65px;
	margin-left:0px;
	text-align: right;
	vertical-align: bottom;
}


/****************************************
				HOME
****************************************/
#esquerda{
	width:330px;
	height:auto;
	float:left;
}
#direita{
	width: 200px;
	height:auto;
	float: left;
	display: block;
	margin-left: 10px;
}



/****************************************
			TITULOS E LETRAS
****************************************/
.letra_vermelha{
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #da251d;
}

.letra_vermelha_bold{
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #da251d;
	font-weight: bold;
}

.letra_verde{
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	color:#009900;
}

.letra_verde_bold{
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	color:#009900;
	font-weight: bold;
}
.letra_cinza_bold{
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	color:#999;
	font-weight: bold;
}
.titulo_verde{
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 14px;
	color:#009900;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-bottom:10px;
}

.titulo_verde_grande{
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 16px;
	color:#009900;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-bottom:10px;
}

.titulo_vermelho{
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 14px;
	color:#da251d;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-bottom:10px;
}

.titulo_cinza{
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 14px;
	color:#999;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-bottom:10px;
}
.letra_peq{
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 9px;
	color: #333;
}




/****************************************
				HS
****************************************/
h1 {
	background-image: url(pontilhado.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	clear:left;
	padding-left:10px;
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 14px;
	color:#999;
	font-weight: bold;
	letter-spacing: -0.02em;
	width:530px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {
	background-image: url(pontilhado.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	clear:left;
	padding-left:10px;
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 14px;
	color:#999;
	font-weight: bold;
	letter-spacing: -0.02em;
	width:530px;
	margin-top: 30px;
	margin-bottom: 0px;
}
h3 {
	background-image: url(pontilhado.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	clear:left;
	padding-left:10px;
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 14px;
	color:#FF0000;
	font-weight: bold;
	letter-spacing: -0.02em;
	width:530px;
	margin-top: 30px;
	margin-bottom: 0px;

}
h4 {
	clear:left;
	padding-left:10px;
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	width:530px;
	margin-bottom: 20px;
	color: #999;
}
h5 {
	background-image: url(pontilhado.gif);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	clear:left;
	padding-left:10px;
	font-family: arial, helvetica, sans-serif, verdana, tahoma, "trebuchet MS";
	font-size: 14px;
	color:#009900;
	font-weight: bold;
	letter-spacing: -0.02em;
	width:530px;
	margin-top: 30px;
	margin-bottom: 0px;

}
h6{
	margin-left: 13px;
	font-family: verdana, tahoma, "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
} 

/****************************************
				LISTA
****************************************/


#lista li{
	list-style-position:inside;
	margin:10px 0px 0px 40px;
	line-height: 15px;
	list-style-position: outside;/* para a linha de baixo ficar na mesema posição da primeira*/
	list-style-image: url(_seta.gif);
}
#lista li a {
	font-weight:normal;
	text-decoration: none;
}
#lista li a:hover {
	color: #999;
	text-decoration: underline;
}


#home li{
	list-style-position:inside;
	margin:5px 0px 0px 0px;
	line-height: 15px;
	list-style-position: outside;/* para a linha de baixo ficar na mesma posição da primeira*/
}
#home li a {
	font-weight:normal;
	text-decoration: none;
}
#home li a:hover {
	color: #999;
	text-decoration: underline;
}


#lista_home li{
	list-style-position:inside;
	margin:7px 0px 0px 20px;
	list-style-position: outside;/* para a linha de baixo ficar na mesema posição da primeira*/
	list-style-image: url(_seta.gif);
}
#lista_home li a {
	font-weight:normal;
	text-decoration: none;
}
#lista_home li a:hover {
	color: #999;
	text-decoration: underline;
}

/****************************************
				DIVERSOS
****************************************/

.A:link {
	color: #da251d;
	text-decoration: underline;
}
.A:visited {
	color: #da251d;
	text-decoration: underline;
}
.A:hover {
	color: #666;
	text-decoration: underline;
	}
.A:active {
	color: #da251d;
	text-decoration: underline;
}

.I:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.I:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.I:hover {
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #FF0000;
}
.I:active {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.foto {
	border-right: 1px solid #918080;
	border-top: 1px solid #e5e0e0;
	border-left: 1px solid #e5e0e0;
	cursor: default;
	border-bottom: 1px solid #918080;
	padding: 8px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
}

.botao  {
	font:11px arial;
	color:#000000;
	background-color: #FFFFFF;
	border: 1px #CCCCCC;
	display:block;
}
