/* 
 *	Layout, Cabeçalho - Menu à Esquerda - Principal - Rodapé
 *	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *	+            (c) 2005 - Daniel Camargo Silva                       +
 *	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */
 
html {
   height:100%; 
   max-height:100%; 
   padding:0;
   margin:0; 
   border:0; 
   background:#fff; 
   font-size:12px; 
   font-family:  Arial, Verdana, Helvetica, sans-serif !important;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
   overflow: hidden; 
/* */ 
}

body {
  height:100%;
  max-height:100%;
  overflow:hidden;
  padding:0;
  margin:0;
  border:0;
  background-image:url(imagens/fundop.jpg);
}

#content {
  display:block;
  overflow:auto;
  position:absolute;
  z-index:3;
  top:158px;
  bottom:50px;
  background-color:#fff;
 /* background-image:url(imagens/logo_quimica3.jpg); 
  background-repeat: no-repeat;  */
  width:780px; /*para FFox*/
  margin-left:-391px;
  left:50%;
  padding: 20px 5px 5px 5px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  text-align:justify;
  /*Arredonda as bordas [somente para mozilla ou firefox]*/ 
  /*-moz-border-radius-topleft: 1.0em;
  -moz-border-radius-topright: 1.0em; 
  -moz-border-radius-bottomleft: 2.0em;
  -moz-border-radius-bottomright: 2.0em;*/
  
}

* html #content {
  top:0;
  bottom:0;
  height:100%;
  max-height:100%;
  width:790px; /*para IE*/
  position:absolute;
  z-index:3;
  border-top:180px solid #fff;
  border-bottom:50px solid #fff;
}


#cabecalho {
  position:absolute;
  width:790px;  
  margin-left:-391px;
  min-width:780px;
  left:50%; 
  top:0; 
  display:block;
  height:158px;
  background-image:url(imagens/logo_quimica.jpg);
  /*background-position:0 0;
  background-repeat:repeat-x;*/
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  font-size:16px;
  text-align:left;
  z-index:5;
  overflow:hidden;
 
}

#rodape {
   position:absolute;
   /*padding-top:25px;*/
   display:block;
   width:790px; 
   min-width:780px;
   margin-left:-391px; 
   left:50%; 
   bottom:0;  
   height:50px;
   font-size:10px;
   text-align:center;
   z-index:5;
   overflow:hidden;
   background-image:url(imagens/rodape.jpg);
   background-repeat:no-repeat;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc; 
   color: #737373;
}

#content p {
   padding:10px;
}

label {
  cursor:pointer;
}

.bold {
   font-size:12px;
   font-weight:bold;
}

.rdp {
   padding-top:12px;
}

a{ 
   color:#CC9966;
   text-decoration:none;
}   

a:hover{ 
   color: #FF6600;
   text-decoration:none;
} 
.navlink {
    position:absolute;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-style:oblique;
    font-weight:bold;
}

.navlink a{
	text-decoration:none;
	color: #000066;
}

.navlink a:hover{
	text-decoration:none;
	color: #0099FF;
}

.titulopag {
    position:absolute;
	margin-top:15px;
	margin-left:350px;
	font-family: georgia, palatino linotype, times new roman, serif !important;
    font-size: 20px;
	font-style:oblique;
    font-weight:bold;
    color:#fff;
}

.subtitulopag {
    position:absolute;
	margin-top:55px;
	margin-left:150px;
	font-family: georgia, palatino linotype, times new roman, serif !important;
    font-size: 14px;
	font-style:oblique;
    font-weight:bold;
    color:#fff;
}

table{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}
