@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/***********************
Cabecalho e Menu
***********************/
/*** Cabecalho ***/
#cabecalho {
	width:970px;
	height:145px;
	background-image:url(../img/topo/imgFundoTopo.gif);
	background-repeat:repeat-x;
	margin:0 auto;
}

#cabecalho #topo {
	width:970px;
	height:145px;
	background-image:url(../img/topo/imgTopoFundo.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#cabecalho #topo #logo {
	width:360px;
	_width:360px;
	height:145px;
	float:left;
}

#cabecalho #topo #imgs {
	width:610px;
	_width:610px;
	height:95px;
	display:table;
	text-align:right;
}
/*** Fim Cabecalho ***/

/*** Menu ***/
#cabecalho #topo #menu {
	width:610px;
	_width:610px;
	height:50px;
	display:table;
	overflow:visible;
	text-align:center;
	margin:0px;
}

#cabecalho #topo #menu ul {
	width:610px;
	_width:610px;
	height:45px;
	display:table;
	overflow:visible;
	padding-top:10px;
	margin:0px;
}

#cabecalho #topo #menu ul li {
	display:inline;
}

#cabecalho #topo #menu ul li a:hover {
	color:#CC3300;
}

#cabecalho #topo #menu ul li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-bottom:13px;
	padding-top:12px;
	padding-left:17px;
	_padding-left:17px;
	padding-right:18px;
	_padding-right:18px;
	text-transform:uppercase;
	height:50px;
	margin:0px;
}




/*** Fim Menu ***/

/***********************
Fim Cabecalho e Menu
***********************/

#conteudo {
	width:970px;
	margin:0 auto;
	background-image:url(../img/fundoConteudo.gif);
	background-repeat:repeat-y;
	padding-top:18px;
	padding-bottom:18px;
	margin-bottom:20px;
}

.ulGeral {
	padding-left:20px;
}

.liGeral {
	list-style-image:url(../img/liImage.gif);
}

/***********************
Rodape
***********************/
/*** Rodape ***/

#rodape {
	width:970px;
	height:35px;
	margin:0 auto;
	background-image:url(../img/imgFundoRodape.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top:10px;
	padding-bottom:0px;
}

#rodape a {
	color:#FFFFFF;
}

/*** Fim Rodape ***/
/***********************
Fim Rodape
***********************/

.link1 {
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}

.link2 {
	color:#006699;
	text-decoration:underline;
}


#loginF{ background-image:url(../img/loginF.png); width:439px; height:372px ; display:block;}
#formLogin input {background:#fff; border:1px solid #da251d; height:18px}

.entrarLogin { background-image:url(../img/entrarBT.gif); width:118px ; height:30px ;
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	display:block;
	line-height:30px;}
	
.entrarLogin:hover { background-image:url(../img/entrarBThover.gif); width:118px ; height:30px ;}
	
button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
    font-size:14px;
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

/*blue buttons*/
button.submitBtn { 
  background:url(../img/entrarBT.gif) right no-repeat; 
  font-size:14px; 
}
button.submitBtn span { 
  height:30px; 
  line-height:30px;
  background:url(../img/entrarBT.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(../img/entrarBT.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(../img/entrarBT.gif) left no-repeat; 
}


	
	
.loginVer {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#da251d; font-weight:bold;}
.loginPre {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; font-weight:bold;}
