/*

criado por Siglobal <Ivan - contato@siglobal.com.br>
2 maio 2013
arquivo para personalizar formatação da pagina
*/


#cabecalho {
/*exibe imagem de fundo*/
/*
http://stackoverflow.com/questions/711265/getting-a-background-image-to-display-in-a-blank-div-element
*/
background:url("http://www.sensorbras.com.br/images/fundo1.jpg")  ; /*no-repeat */
 
 /*background: #3f3f3f;  */
  
  color: #fff;
  padding: 11px 0;
  margin-top: 0px; 
  margin-bottom: 0px;}
  

 
	
#menu1 {

  background: #0824ab; /*0066cb  0824ab*/
   color: #ffffff;
   

  padding: 0px 0;
  margin-top: 0px; 
  margin-bottom: 0px;
  
    /*color: #ffffff;
    font-size: 13px;
	font-weight: bold;*/
	
	}	
#rodape {

  background: #0824ab; /*0066cb  0824ab*/
  color:#ffffff; 
 

  padding: 10px 0;
  margin-top: 30px; 
  margin-left: 0px;
  margin-bottom: 0px;
  

    /*font-size: 14px;*/
  

    /*font-size: 12px;*/
	/*font-weight: bold;*/
	
	}
  
#font_1 {

 color:#0824ab;
  margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
  
  padding: 0px 0;
    /*font-size: 12px;*/
	/*font-weight: bold;*/
	
	}
#font_2 {

 color:#ffffff;
  margin-bottom: 5px;
    margin-top: 5px;
	margin-left: 0px;
    font-size: 12px;
  

    /*font-size: 12px;*/
	/*font-weight: bold;*/
	
	}	
#loginlink {
    color: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 0px;
    right: 4px;
    border: 1px solid rgb(0, 0, 0);
    margin: 8px 8px -20px 0px;
    padding: 3px 10px 4px;
    font-size: 13px;
    font-family: Tahoma,sans-serif;
    border-radius: 16px 16px 16px 16px;
    opacity: 0.7;
    transition: opacity 0.17s ease-in 0s;
}
