/*-----------------------------------------------------------------------------
Folha de Estilos para páginas web

version:   1.0
author:    david sue
email:     diniz.david@gmail.com
website:   
-----------------------------------------------------------------------------*/

@import url(menu_horizontal.css);


/*************************************************************** GERAL ***************************************************************/
html, body {
  text-align: center;
  background: #003333;
	margin: 0 auto;
	height: 100%;
	overflow: auto;
}

#pagina {
  background: #FBF5E6;
  width: 900px;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}
/*************************************************************** FIM GERAL ***************************************************************/




/*************************************************************** TOPO ***************************************************************/
#topo {
  height: 80px;
  padding-top: 15px;
  font-weight: bold;
  font-family: Georgia;
}

#topo #logo_cs {
  position: absolute;
  left: 15px;
  width: 70px;
  height: 65px;
}

#topo .nome_superior{
  font-size: 18pt;
  color: #435034;
  text-align: justify;
  text-indent: 90px;
}

#topo .nome_inferior{
  font-size: 10pt;
  color: #2D3885;
  text-align: justify;
  text-indent: 100px;
}

#sub_topo {
  font-weight: bold;
  font-size: 11pt;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: justify;
  text-indent: 20px;
}

#sub_topo .sair {
  width: 70px;
  height: 20px;
  background: url("imagens/sair.png") no-repeat center center;
  padding-right: 50px;
  float: right;
}

#divisao {
  border: solid 1px #99B130;
}
/*************************************************************** FIM TOPO ***************************************************************/




/*************************************************************** LOGIN ***************************************************************/
#login{
  position: absolute;
  left: 50%;
  margin: 60px 0 0 -200px;
  background: #EBECE4;
  border: dotted 1px #99B130;
  color: #000;
  width: 400px;
  height: 250px;
  font-family: Georgia;
  font-weight: bold;
  text-align: justify;
}

#login fieldset{
  padding: 0;
  margin: 10px 0 0 10px;
  border: solid 0 transparent;
}

#login legend{
  text-indent: 20px;
  background: url(imagens/marcador.png) no-repeat left center;
	font-size: 18pt;
	margin: 5px 0 30px 0;
}

#login .cadeado{
  position: absolute;
  left: 20px;
  top: 55px;
}

#login .dados{
  position: absolute;
  left: 70px;
  top: 37px;
}

#login .alinhar{
  display: inline-block;
  margin-left: 40px;
  width: 115px;
  text-align: justify;
  text-indent: 40px;
}

#login .button{  
  width: 75px;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  font-family: Georgia;
	cursor: pointer;
	border: outset 2px #1971b3;
	background: #1971b3;
	color: #fff;
}

#login .button:hover{
	border: outset 2px #1b539d;
  background: #006699;
  color: #fff;
}

#login .button:active{
	border: inset 3px #1b539d;
  background: #006699;
  color: #fff;
}


#login #esqueci_senha{
  width: 160px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -85px;
}

#login #esqueci_senha a{
  color: #000;
  text-decoration: none;
}

#login #esqueci_senha a:hover{
  color: #fff;
  background: #000033;
}

/*************************************************************** FIM LOGIN ***************************************************************/







/*************************************************************** PRINCIPAL ***************************************************************/
#principal{
  width: 100%;
  height: 100%;
  font-family: Georgia;
  font-weight: bold;
  text-align: justify;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
  color: #000;
}

#login fieldset{
  padding: 0;
  margin: 10px 0 0 10px;
  border: solid 0 transparent;
}

#login legend{
  text-indent: 20px;
  background: url(imagens/marcador.png) no-repeat left center;
	font-size: 18pt;
	margin: 5px 0 30px 0;
}

#principal p{
  text-indent: 20px;
}

#principal p .alinhar{
  display: inline-block;
  width: 200px;
}


#principal .enviar{
  width: 100px;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  font-family: Georgia;
	cursor: pointer;
	border: outset 2px #1971b3;
	background: #1971b3;
	color: #fff;
	margin: 10px 0 0 20px;
	float: left;
}

#principal .enviar:hover{
	border: outset 2px #1b539d;
  background: #006699;
  color: #fff;
}

#principal .enviar:active{
	border: inset 3px #1b539d;
  background: #006699;
  color: #fff;
}

#principal .voltar{
  width: 75px;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  font-family: Georgia;
	cursor: pointer;
	border: outset 2px #1971b3;
	background: #1971b3;
	color: #fff;
	margin: 10px;
	float: left;
}

#principal .voltar:hover{
	border: outset 2px #1b539d;
  background: #006699;
  color: #fff;
}

#principal .voltar:active{
	border: inset 3px #1b539d;
  background: #006699;
  color: #fff;
}

.clear {
  clear: both;
}

/*************************************************************** FIM PRINCIPAL ***************************************************************/









/*************************************************************** ERROR ***************************************************************/
#erro {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  border: dotted 1px #99B130;
  font-family: Georgia;
  font-weight: bold;
  color: #FF0000;
}

#erro p {
  text-align: justify;
  text-indent: 65px;
}

#erro .atencao {
  position: absolute;
  left: 10px;
  top: 3px;
}

#erro .button{
  float: left;
  margin: 0 0 10px 10px;
  width: 75px;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  font-family: Georgia;
	cursor: pointer;
	border: outset 2px #1971b3;
	background: #1971b3;
	color: #fff;
}

#erro .button:hover{
	border: outset 2px #1b539d;
  background: #006699;
  color: #fff;
}

#erro .button:active{
	border: inset 3px #1b539d;
  background: #006699;
  color: #fff;
}

/*************************************************************** FIM ERROR ***************************************************************/







