<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------
Folha de Estilos para páginas web

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


/*************************************************************** GERAL ***************************************************************/
html{
	height: 100%;
}

body{
	height: auto;
	margin: 0 auto;
	background-color: #F5F5F5; 
}
/*************************************************************** FIM GERAL ***************************************************************/




/*************************************************************** TOPO ***************************************************************/
#topo{
  padding: 10px 0 10px 0;
  font-family: Georgia;
  font-weight: bold;
  margin-left:-100px;  
}

#topo #logo_cs {
  width: 60px;
  height: 55px;
}

#topo .nome_superior{
  font-size: 15pt;
  color: #003300;
}

#topo .nome_inferior{
  font-size: 10pt;
  color: #2D3885;
  padding-left: 80px;
  display: block;
  margin-top: -20px;
  padding-bottom: 5px;
}

#sub_topo{
	padding-top: 10px;
	font-family: Georgia;
  font-weight: bold;
  color: #fff;
}

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






/*************************************************************** LOGIN ***************************************************************/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: 10px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

.form-login .sublogin{
  margin-bottom: 20px;
}
/*************************************************************** FIM LOGIN ***************************************************************/





/*************************************************************** PRINCIPAL ***************************************************************/
#principal {
  padding-bottom: 10px;
}

#principal .panel{
	text-indent: 5px;
	padding-bottom: 10px;	
}

#principal .panel-heading{
	margin-bottom: 5px;
	font-weight: bold;
}

#principal .panel p{
	text-indent: 5px;
	padding-left: 10px;
}

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

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

#principal .busca-cep{
  width: 40px;
  height:20px;
  cursor: pointer;
}

#principal .button_formulario{
  text-indent: 20px;
  width: 240px;
  height: 60px;
  background: url(imagens/formulario.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_bb{
  width: 140px;
  height: 90px;
  background: url(imagens/bb.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal .button_bb_disabled{
  width: 140px;
  height: 90px;
  background: url(imagens/bb_disabled.png) no-repeat center;
	cursor: pointer;
	border: none;
}

#principal input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 20px;
}
/*************************************************************** FIM PRINCIPAL ***************************************************************/








/*************************************************************** RODAPE ***************************************************************/
#footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -440px;	
	padding-top: 5px;
	font-family: Georgia;
	height: 30px;
	width: 880px;
}
/*************************************************************** FIM RODAPE ***************************************************************/


</pre></body></html>