body {
	margin:0;
	padding:0;
	}
	

	a { /*configura o link */
		color:#808080;
		text-decoration:none; /*retira a cor e o sublinhado */
	}

a:hover{
		color: #000;
		background-color:#fff;

		
	}

  .login {
    position: absolute;
  margin-top: 100px;
  margin-left: 70%;
  height:50px;  
  color: #000000;
  font-family:arial;
  font-size: 12px;

}


  .link_vermelho { /*configura o link */
    color:red;
    text-decoration:none; /*retira a cor e o sublinhado */
  }

.link_vermelho:hover{
    color: red;
    background-color: #000000;
   

    
  }

	.aLink_vermelho { /*configura o link */
		color:#808080;
		
	}



	
	.topo {
 	height:100px;
	background-color:#000;

}
	

	.logo_pol {
	width:100%;
	max-width:200px;
	height:100px; /* altura */
	background-color: #000;
  margin-left: 20%; /* margem com relação à esquerda*/
  position: relative;
	color: #000000; /*cor do texto */
	/*font-family:arial;*/
}
  .white_pol {
    position: absolute;
   height:80px; /* altura */
  background-color: #000000;
  margin-top: 20px;
  width: 800px;
  margin-left: 31%; 
    /*font-family:arial;*/
}


.linha_menu{
  position: relative;
  width: 60%;
  margin: auto;
  height: 40px;
  background-color: #ffffff;
  text-decoration:none;
  z-index:1;
}

.link_menu{
text-decoration:none;
color: #000000;
font-weight: bold;
}

.link_menu:hover{
color: red;
}



.base_links{
  position: relative;
  width: 60%;
  margin: auto;
  height: 30px;
  background-color: #000000;
}

.base_links1{
  font-size: 13px;
  width: 20%;
  margin-left: 3%;
  height: 30px;
  background-color: blue;
  background-color: #000000;
  display: inline;
}

.base_links1a{
  font-size: 13px;
  width: 20%;
  margin-left: 3%;
  height: 30px;
  background-color: blue;
  background-color: #000000;
  display: inline;
}

.base_links0{
   font-size: 13px;
    width: 20%;
  margin-left: 18%;
  height: 30px;
  background-color: #000000;
   display: inline;
}

.base_links2{
   font-size: 13px;
    width: 20%;
  margin-left: 5%;
  height: 30px;
  background-color: #000000;
   display: inline;
}

.base_links3{
   font-size: 13px;
    width: 20%;
  margin-left: 5%;
  height: 30px;
  background-color: #000000;
   display: inline;
}


.base_links4{
   font-size: 13px;
    width: 20%;
  margin-left: 5%;
  height: 30px;
  background-color: #000000;
   display: inline;
}

.link_bases{
text-decoration:none;
color: #ffffff;
}

.link_bases:hover{
  background-color: #000000;
  color: red;
}





.corpo {

	width:58%;
	max-width:90%px; 
	background-color:#fff;
	/*background-image: url('fundo.jpg'); insere um fundo na div*/
	margin:auto; /*centraliza na página */
	color: #000; /*cor da forte */
	/* margin-top:0; margem com  relação ao topo*/
	border-radius: 10px;
	font-family:helvetiva, arial;
	text-align: left;


}


  .link_cinza { /*configura o link */
    color:#808080;
    
  }

    .link_cinza:hover { /*configura o link */
    color:red;
    text-decoration: none;
    
    
  }



  .link_preto { /*configura o link */
    color:#000000;
    
  }

    .link_preto:hover { /*configura o link */
    color:red;
    text-decoration: none;
    
    
  }




.central {
  width: 500px;
  padding: 5% 0 0;
  margin: auto;
}

/*inicio - formulário login */
.login-page {
  width: 230px;
  padding: 8% 0 0;
  margin: auto;
}


.div_centro{
position: relative;
height: 700px;
margin: auto; /*alinha na página*/
padding: 50px;
/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/

}



.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #000000;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #a0a0a0;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .register-form {
  display: none;
}


.bodyform {
      font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

/*fim formulário login */


.button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ed1c24;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.button:hover,.form button:active,.form button:focus {
  background: #000000;
}

.formoutro {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 500px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: left;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.botao{

	width:200;
	height:40;
		}

.bordasolida{
	border-collapse: collapse;
} 


td{
	text-align: center;

}



.galeria img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}




div.upload {
    width: 127px;
    height: 70px;
   background: url(../imagens/up.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    overflow: hidden;
}
 
div.upload input {
     display: block !important;
    width: 127px !important;
    height: 127px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}


#appearance-select{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url(../imagens/seta1.png) no-repeat #ffffff;  /* Imagem de fundo (Seta) */
   background-size: 10px 10px;
   background-position: 280px center;  /*Posição da imagem do background*/
   width: 300px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:38px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
}

#appearance-select2{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url(../imagens/seta1.png) no-repeat #ffffff;  /* Imagem de fundo (Seta) */
   background-size: 10px 10px;
   background-position: 180px center;  /*Posição da imagem do background*/
   width: 200px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:38px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
}


.seta_pesquisa{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url(../imagens/seta1.png) no-repeat #ffffff;  /* Imagem de fundo (Seta) */
   background-size: 10px 10px;
   background-position: 230px center;  /*Posição da imagem do background*/
   width: 50px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:38px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border:1px solid #ddd;
}


