/* Creatd by Gilberto M. Lopes - 2005-2009 */ 
html { height:100%; width:100%; } 
body { padding: 0px; margin: 0px auto; height:100%; width:100%; background-image:url(../images/fundo.gif); font-family: Arial, Helvetica, sans-serif;} 
*{scrollbar-arrow-color:#000000; scrollbar-base-color:#FFFFFF; scrollbar-face-color:#FFFFFF; scrollbar-highlight-color:#FFFFFF;  scrollbar-shadow-color:#CCCCCC;}
/* Header */
#header{width:750px; height:136px;}

/* Footer */
#footer{width:750px; height:20px;}
#geral {position:relative; width:750px; left:50%; margin:8px 0 0 -375px; background-color:#F6F6F6; border:2px solid #000000; text-align:center; clear:both;}
#esquerda { width:220px; float:left; margin-top: 10px;}
#direita { width:520px; float:right; margin-top: 10px;}
#table-center{width:750px;  margin:0px 0 0 0px; float:left; display:block; background-color:#ffffff;}
.conteudo { font-family:tahoma, Helvetica, sans-serif; font-size: 11px;  color:#616161; margin-left: 6px; margin-right: 6px;}	/* texto */
.red { font-family:tahoma, Helvetica, sans-serif; font-size: 11px;  color: #FF0000;}	/* texto */
a:link, a:visited{ text-decoration:none; font-family: Arial, Helvetica, sans-serif; color:#990000; font-size:11px; font-weight:normal;}
a:hover, { text-decoration:none; font-family: Arial, Helvetica, sans-serif; color:#000000; font-size:11px;  font-weight:normal;}
.h1 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000;}
.h2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666;}
.h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000;}
.email {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000;}
.email a{font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000; text-decoration:none;} 
.email a:hover{text-decoration:underline; font-size:12px; color:#000; font-weight: bold;} 


/* ---------- Contatos ---------- */
ul#contatos{width:550px; margin:10px 0 0 0; float:left;}
ul#contatos li{line-height:36px; display:block; float:left; list-style:none;}
ul#contatos li.left-form{width:120px; margin:0 12px 0 0; font-weight:bold;}
ul#contatos li.left-form div#celulas01{width:120px; height:25px; *height:32px; line-height:20px; margin:0px 0 0 0; *margin:0; text-align:right;}
ul#contatos li.left-form div#celulas02{width:120px; height:25px; *height:32px; line-height:20px; text-align:right;}
ul#contatos li.left-form div#celulas03{width:120px; height:25px; *height:25px; margin-top:0px; line-height:20px; text-align:right;}
ul#contatos li.left-form div#celulas04{width:120px; height:25px; *height:25px; margin-top:8px; line-height:20px; text-align:right;}
ul#contatos li.right-form{width:300px;}
ul#contatos li.right-center{width:390px; height:40px; text-align:right;}
ul#contatos li .campo{width:260px; height:20px; top:0; margin:0 0 5px 0; *margin:0 0 12px 0; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; background-color: #EEEEEE;}
ul#contatos li .campo_textarea {width:260px; margin:5px 0 6px 0; *margin:0px 0 6px 0; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; background-color: #EEEEEE;}


/* Novo Menu */
ul#menu {width:100%; height:25px;  margin:8px 0 0 0px; text-align:center; list-style:none; border:1px solid red;}
ul#menu li{width:80px; height:25px; margin:0 12px 0 0; background:#E5010E; text-align:center; display:inline;}
ul#menu li a{width:80px; height:25px; font:13px arial; color:#ffffff; text-decoration:none;}
ul#menu li a:hover{width:80px; height:25px; color:#000000; text-decoration:none; background:#FF0000;}

/* Formulario 
.campo_form { font:tahoma; font-size: 11px;  color:#2B2B2B; margin-left: 6px; margin-right: 6px;}	
INPUT.campo {
	width						: 180px;
	height						: 18px;
	background-image			: url('images/fundo_input.gif');
	background-repeat			: repeat-x;
	border						: 1px solid #2B2B2B;
	position					: relative;
	font						: 11px Tahoma; color:#2B2B2B;
}
textarea.campo2 {
	width						: 220px;
	height						: 54px;
	background-image			: url('images/fundo_textarea.gif');
	background-repeat			: repeat-x;
	border						: 1px solid #2B2B2B;
	position					: relative;
	font						: 11px Tahoma; color:#2B2B2B;
}
.botao_entrar {	position: relative;	border: 1px solid #2B2B2B;}
*/
/* pop-up */
#popup{position:absolute; width:800px; height:230px; top:25%; left:-4%; border:4px solid black; background-color:#F2A476;}
#popup a {font:11px tahoma; text-decoration:none; color:#000; font-weight:bold;}
#popup a:hover {color:#fff;}
#popup h2{position:absolute; right:3px; top:-18px; *top:1px;}
