*{	margin:0;
	padding:0;
	outline:none;
	list-style:none;
	font-size: 100%;
	background:#DCDCDC;
	font-family: 'Roboto', sans-serif;
}
a{
	text-decoration: none;
}
/* classes de herança */
.bradius{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
/* multiplos estilos */
#index, .logo, .titulo, .sbl, .sb, #duvidas, .msgform, #duvidas h1, .rodape, .btn-dir, .btn-esq, #cadastro, .termo, .termo td div, 
.acomodar, #cadficha, #cadficha h1, #cadficha label, #resultado, #res, .foto, .dados, #amplia, .ampliaf, .aviso, .exib, .tabela, .tabela table, .f, .td{
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
}
.btn-dir{
	border-bottom-left-radius:25px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomleft:25px;
	-moz-border-radius-bottomright:0px;
	height:40px;
	width:240px;
	background:#999999;
	text-align: center;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	font-size: 25px;
	font-weight: 900;
}
.btn-esq{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:25px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:25px;
	height:40px;
	width:260px;
	background:#999999;
	text-align:center;
	position:absolute;
	left: 0;
	top:0;
	cursor:pointer;
	font-size: 25px;
	font-weight: 900;
}
/* TELA DE INDEX */
#index{
	width: 600px;
	margin: 0 auto;
	position: relative;
	top:30px;
	border:1px solid #8B8682;
	padding:25px;
	text-align:center;
	font-size: 25px;
}
.logo{
	width:250px;
	margin: 0 auto;
	padding:7px;
}
.titulo{
	font-size: 20px;
	font-weight: 900;
	margin-top:10px;
	text-align:center;
}
.sbl{
	display: block;
	border:none;
	width:70%;
	margin-left:15%;
	font-size: 35px;
	font-weight: 900;
	margin-top: 10px;
	cursor:pointer;
	background: #a8a8a8;
	color:#070707;
}
.rodape {
	width: 100%;
	text-align:center;
	margin-top:90px;
}
.rodape p{
	font-size: 12px;
	color:#303030;
}
.rodape h3{
	font-size: 14px;
	color:#303030;
}

/* TELA DE DÚVIDAS E SUGESTÕES */
#duvidas{
	width: 600px;
	margin: 0 auto;
	position: relative;
	top:60px;
	border:1px solid #8B8682;
	padding:25px;
}
#duvidas .msgform{
	margin:0 auto;
	width: 600px;
	text-align:left;
}
#duvidas h1{
	text-align:center;
}
.sb{
	display: block;
	border:none;
	width:70%;
	font-size: 35px;
	font-weight: 900;
	margin-top: 30px;
	cursor:pointer;
	background: #a8a8a8;
	margin-left:15%;
	color:#070707;
}
.txt{
	border:none;
	width:100%;
	font-size: 20px;
	height: 35px;
	border: 1px solid #777777;
	background:#ffffff;
	color:#0F3CFF;
}
.txt:focus, .txtarea:focus{
	border: thin solid #f1f1f1;
	box-shadow: 0 2px 10px #303030;
	-webkit-box-shadow: 0 2px 10px #303030;
	-moz-box-shadow: 0 2px 10px #303030;
}
.txtarea{
	border:none;
	width:100%;
	height:300px;
	border:thin solid #8B8682;
	background:#ffffff;
}

/* TELA DE CADASTRO DE USUARIOS */
#cadastro{
    width: 700px;
	margin: 0 auto;
	position: relative;
	top:60px;
	border:1px solid #8B8682;
	padding:25px;
}
#cadastro h3{
	text-align:center;
	font-size: 18px;
}
.termo { 
  border-collapse:collapse; 
  border:1px solid #8B8682; 
  background-color:#FFFFFF;
  margin-left: 2px;
}
.termo td div {
  text-align: justify;
  color:#696969; 
  padding:2px; 
  width:690px; 
  height:690px; 
  overflow:auto; 
 }
 .termo p{
 	padding: 3px;
 }

/* TELA DE LOGIN */
#login{
	width: 600px;
	margin: 0 auto;
	position: relative;
	top:60px;
	border:1px solid #8B8682;
	padding:25px;
	text-align:center;
	font-size: 25px;
}
.acomodar{
	margin:0 auto;
	width: 600px;
	text-align:left;
}
.acomodar h1{
	text-align:center;
}
#redefinir {
	font-size: 14px;
	text-align: right;
	padding-top: 8px;
}

/* TELA DE CADASTRO DE FICHA */
#cadficha{
	width:800px;
	margin:0 auto;
	position:relative;
	top:55px;
	border:1px solid #8B8682;
	padding:15px;
}
#cadficha h1{
	padding:10px;
	font-size: 30px;
 	text-align:center;
}
.form label{
	display: block;
	padding-top:5px;
	font-size: 20px;

}
.sbfoto{
	display: block;
	border:none;
	width:70%;
	font-size: 20px;
	font-weight: 900;
	cursor:pointer;
	color:#070707;
	margin-bottom: 30px;
}

/* TELA DE RESULTADO DA PESQUISA */
#resultado{
	width:100%;
	text-align:center;
	margin: 0 auto;
	background:#cccc;
	font-size: 22px;
}
#resultado h1{
	font-size: 30px;
}
#resultado h2{
	font-size: 20px;
}
#res{
	width:900px;
	height:240px;
	margin: 3px auto;
	border: 1px solid #666666;
}
.foto{
	width:180px;
	height:240px;
	display: block;
	float:left;
}
.dados{
	width:715px;
	height:240px;
	display: block;
	float:left;
	margin-left:5px;
	text-align:left;
	font-size: 17px;
	font-weight: 500;
}
.dados p{
	padding: 1px;
}

/* TELA DE PESQUISA */
#cadficha .form .txtf{
	border:none;
	width:300px;
	font-size: 20px;
	height: 35px;
	border: 1px solid #777777;
	background:#ffffff;
	color:#0F3CFF;
}
#cadficha .form .txtn{
	border:none;
	width:250px;
	font-size: 20px;
	height: 35px;
	border: 1px solid #777777;
	background:#ffffff;
	color:#0F3CFF;
}

/* TELA DE DETALHE DA FICHA */
#detalhe{
	width:100%;
	text-align:center;
	margin: 0 auto;
	background:#cccc;
}
.icones{
	width:100%;
	display:block;
	margin: 10px auto;
}
.icones a{
	display: inline;
	padding-right: 15px;
}
.f{
	height: 400px;
	padding:5px;
}
.tabela table{
	width: 960px;
	font-size: 20px;
	margin: 0 auto;
	border-collapse: collapse;
}
.tabela td{
	border:1px solid #8B8682;
	text-align:left;
	height: 25px;
	border-collapse: collapse;
}
.td{
	width: 50px;
}


/* TELA DE AMPLIAÇÃO */
#amplia{
	text-align: center;
	margin-top: 30px;
	padding: 20px;
	font-size: 30px;
}
.ampliaf{
	height:600px ;
}
.avisos{
	text-align:center;
	font-size:20px;
}

/* TELA DE ALTERAÇÃO DE FICHA */
.exib{
	display: block;
	text-align:center;
	height: 400px;
	font-size:20px;
	margin:30px auto;
}
#aviso {
 	width:100%;
 	font: 300 25px Roboto;
 	margin-top:100px;
 	text-align:center;
 }
.sb:hover, .sbl:hover, .btn-dir:hover, .btn-esq:hover {
	background: #303030;
	color:#fff;
}
#adm{
	display: block;
	float: right;
	position: relative;
	margin-top: 5px;
}

/* TELA DE USUÁRIOS*/
#usuarios{
	width: 400px;
	margin: 60px auto 0px auto;
	position: relative;
	text-align:center;
}
#barraresult{
	text-align: center;
	font-size: 20px;
}

/* TELA DE LOG */
.logs table{
	width: 900px;
	font-size: 16px;
	margin: 0 auto;
	border-collapse: collapse;
}
.logs td{
	border:1px solid #8B8682;
	text-align:left;
	height: 25px;
	border-collapse: collapse;
}