@charset "utf-8";
/* CSS Document */

/*
 CORES
 #ffffff : BRANCO
 #ffdd00 : AMARELO 
 #e62327 : VERMELHO
 #2d265a : AZUL MARINHO
 #70778f : AZUL MARINHO 2 (FUNDO)
 #f9f9f9 : CINZA CLARO
 #e4e4e4 : CINZA
 #6a6a6a : CINZA 2
 #000000 : PRETO
*/

body{
	font-family:Arial, Verdana, Tahoma;
	font-size:11px;
	color: #6a6a6a;
	background-image:url(../_img/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
} 

.style1 {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration:none;
}

.style2 {color: #FFFFFF}

.nome_campo {line-height: 15px;}
.valor_campo {line-height: 20px;}
.obrig {color: #ff0000;}
.nobrig {}
.sub_titulo {position: relative; line-height: 30px; margin-top: 10px; font-weight: bold;} 

#esqueleto {
 width: 770px;
 height: 100%;
 border: 0px;
}
 
#td_cabecalho {
 height: 140px;
 align: top;
 background: url('./../recursos/home/home_r1_c1.jpg') no-repeat top left;
} 
  
#td_corpo {
 height: 100%;
 background: #ffffff url('../recursos/fundo_pagina.jpg');
}

#td_rodape {
 height: 30px;
 background: #ffffff;
}

#cabecalho {
 position: absolute;
 height: 140px;
 background: #ffffff;  
}
 
#endereco {
 position: absolute;
 margin: -100px 0px 0px 10px;
 width: 720px;
} 
 
#barra_menu {
 position: absolute;
 height: 18px;
 width: 560px;
 margin: 120px 0px 0px 210px; 
}  

.menu {
 text-align: center;
 padding: 2px 15px;
 height: 18px;
 float: right; 
 border-right: 0px solid #FFDD00;
} 

#corpo {
 position: relative;
 width: 770px; 
 border-top: 2px solid #ffdd00;
} 
 
#corpo_home {
 background: #ffffff url('../recursos/home/home_r2_c1.jpg') no-repeat top left;
 height: 100%;
} 

#rodape {
 position: absolute; 
 background: #ffffff url('../recursos/home/rodape2.jpg') no-repeat top left;
 width: 770px;
 height: 30px;
}

 a:link    {color: #336600; text-decoration: none; border:1px solid #FFFFFF; background-color:#FFFFFF; padding:2px;}
 a:visited {color: #336600; text-decoration: none;}
 a:active  {color: #336600; text-decoration: none;}
 a:hover   {color: #336600; text-decoration: underline;}

 a.menu_l:link    {font: 11px tahoma; color: #ffffff; text-decoration: none; font-weight: normal;}
 a.menu_l:visited {font: 11px tahoma; color: #ffffff; text-decoration: none; font-weight: normal;}
 a.menu_l:active  {font: 11px tahoma; color: #ffffff; text-decoration: none; font-weight: normal;}
 a.menu_l:hover   {font: 11px tahoma; color: #ffdd00; text-decoration: none; font-weight: normal;}

.titulo {
 font: 13px tahoma;
 font-weight: bold;
 color: #2d265a;
 width: 738px;
 text-align: left;
 margin: 16px 16px 16px 16px;
}

.texto1 {
 font: 9px verdana;
 color: #6a6a6a;
 text-align: justify;
 padding: 4px 16px 4px 16px;
 float: left;
}

.texto2 {
 font: 9px tahoma;
 color: #ffdd00;
 text-align: justify;
 margin: 4px 8px 4px 8px;
 float: left; 
}

.texto3 {
 font: 11px tahoma;
 color: #666666;
 text-align: justify;
 line-height: 20px;
 margin: 0px 0px 0px 0px;
 padding: 8px 16px 8px 16px;
}

.campo {
 font: 11px tahoma; 
 color: #2d265a; 
 margin-bottom: 6px; 
 background: #ffffff;
 border: 1px solid #999999; 
}

.campo2 {
 font: 11px Tahoma, Arial, Verdana; 
 font-weight: bold;
 color: #333333; 
 margin-bottom: 6px; 
 background: #f9f9f9;
 border: 1px solid #2d265a; 
} 
 
.botao{
	width:auto;
	cursor:pointer;
}

input, textarea{
	border:2px solid #DFDFDF;
	font-family:tahoma, verdana, arial;
	font-size:11px;
	
}

#restrito {
 float: left;
 width: 95px;
 height: 70px;
 margin: 90px 0px 0px 293px;
}
 
.titulo_pag {
 position: relative;
 background: #ffffff url('../recursos/titulo_pagina_c.jpg') no-repeat center left;
 font: 13px tahoma;
 font-weight: bold;
 color: #2d265a;
 text-align: left;
 height: 40px;
 width: 400px;
 margin: 22px 0px 14px 16px;
 padding: 9px 0px 0px 37px;
}

