@charset "utf-8";
/* CSS Document */

*{
 padding:0;
 margin:0;
 font-size:13px;
 font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
body{
	background:url(../imagens/fundo.jpg) #333333 ;
}
.topo{
	background:url(../imagens/fundo_cinza.jpg) #CCCCCC repeat-x;
	height:70px;
}
.fundo_meio{
	background:url(../imagens/fundo_meio.jpg) #CCCCCC repeat-x;
	height:430px;
}
.txt_rodape{
	font-size:10px;text-decoration:none;color:#FFFFFF;font-weight:bold;
}
#meio{
	width:98%;
	padding:3px;
}
.menu{
	text-align:center;
	height:70px;
	font-family:Georgia, Arial, Verdana;
	font-size:14px;
	font-weight:bolder;
	color:#2767AF;
	text-decoration:none;
	cursor:pointer;
}
.menu_over{
	text-align:center;
	height:70px;
	font-family:Georgia, Arial, Verdana;
	font-size:14px;
	font-weight:bolder;
	color:#71C2EF;
	text-decoration:none;
	cursor:pointer;
}
.div_texto{
	width:98%;
	padding:5px;
	color:#333333;
	text-align:justify;
	text-indent:20px;
	padding-bottom:25px;
}
.tab_login{
	background:url(../imagens/fundo_login.jpg) #FFFFFF left no-repeat;
	width:282px;
	height:126px;
}
h1{
	color:#2767AF;
	font-size:14px;
	font-weight:bold;
}
h2{
	color:#2767AF;
	font-size:12px;
}
h3{
	color:#FFFFFF;
	font-size:12px;
	font-family:Georgia, Arial, Verdana;
	font-weight:bolder;
	
}
.intranet_input{
	background:#2767AF ;
	border:none;
	width:120px;
	height:12px;
	color:#FFFFFF;
}
.intranet_bt{
	background:#2767AF ;
	border:none;
	font-weight:bolder;
	font-size:11px;
	width:40px;
	height:15px;
	color:#FFFFFF;
}
.faleconosco_input{
	background:#2767AF ;
	border:none;
	width:350px;
	height:12px;
	color:#FFFFFF;
}
.faleconosco_txtarea{
	background:#2767AF ;
	border:none;
	width:350px;
	color:#FFFFFF;
}
.faleconosco_bt{
	background:#2767AF ;
	border:none;
	font-weight:bolder;
	font-size:11px;
	width:90px;
	height:15px;
	color:#FFFFFF;
}
.clientes_fundo_menu{
	background:#FFFFFF url(../imagens/clientes_fundo_menu.jpg) repeat-x;	
}
.clientes_menu{
	text-align:center;
	font-family:Georgia, Arial, Verdana;
	font-size:11px;
	font-weight:bolder;
	color:#495677;
	text-decoration:none;
	cursor:pointer;
}
a.clientes_menu:hover{
	text-align:center;
	font-family:Georgia, Arial, Verdana;
	font-size:11px;
	font-weight:bolder;
	color:#2C6FB3;
	text-decoration:none;
	cursor:pointer;
}
.clientes_clientes{
	color:#FFFFFF;
	font-size:11px;
	width:280;
	padding:5px;
	text-align:left;	
}
.clientes_cidade{
	margin-top:6px;
	background:url(../imagens/clientes_seta.jpg) no-repeat;
	padding-left:18px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bolder;
	height:15px;
	width:280;
	text-align:left;	
}
.bt_sistemas{
	text-align:left;
	font-family:Georgia, Arial, Verdana;
	font-size:11px;
	font-weight:bolder;
	color:#2767AF;
	text-decoration:none;
	cursor:pointer;
	margin-left:4px;


}
a.bt_sistemas:hover{
	color:#71C2EF;
}
.bt_demo{
background:url(../imagens/bt_demo.jpg) no-repeat;
width:187px;
height:30px;
font-size:11px;
}
.bt_video{
background:url(../imagens/bt_video.jpg) no-repeat ;
width:187px;
height:30px;
}
.bt_folder{
background:url(../imagens/bt_folder.jpg) no-repeat ;
width:187px;
height:30px;
}
.bt_texto{
background:url(../imagens/bt_texto.jpg) no-repeat;
width:187px;
height:30px;
font-size:11px;
}
.titulo{
	font-family:Georgia, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
	color:#2767AF;
}
.ajuda_div{
	padding:3px;
	padding-left:15px;
	background:url(../imagens/seta_ajuda.jpg) no-repeat left;
	margin-left:2px;
}
.ajuda_menu{
	text-align:center;
	font-family:Georgia, Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
a.ajuda_menu:hover{
	color:#2C6FB3;
}

