/* Folha de Estilos */

#body_index
{
	background:#fff url(../img/filete1.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center
}

#body_interna
{
	background:#f2edef url(../img/filete2.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

#container
{
	width:1258px;
	margin-left:auto;
	margin-right:auto;
}

p,div,label,span,a{
	font-family:"Arial", "Trebuchet MS", "Verdana";
	font-size:12px;
	color:#666666;
	line-height:13px;
}

br{line-height:12px}

div { text-align:left }

img{border:0px}

a {text-decoration:none}

a:hover { text-decoration:underline }

.block { display:block}

.negrito {font-weight:bold}

.underline {text-decoration:underline}

.titulo{font-weight:bold; font-size:14px;}

.verde{color:#1c9852}

.verde2{color:#0e4928}

.vermelho{color:#f2666f}


/* ========== Formulário ========== */
input, select
{
	border:1px solid #056738;
	background-color:#cfe2d9;
	color:#666666;
	font-size:12px
}

textarea{
	border:1px solid #056738;
	background-color:#cfe2d9;
	color:#666666;
	font-size:12px;
}

#esquerda_home{
	 width:362px;
	 float:left;
	 margin-top:33px;
}

#esquerda_home table .cabecalho{color:#000;font-weight:bold}

#esquerda_home table td{border-bottom:1px dashed #a7a7a7}

#esquerda_home table span{font-size:10px}

.tabela_home{
	margin-top:15px
}
	
#direita_home{
	 text-align:center;
	 width:804px;
	 float:left;
	 margin-left:22px;	
	 margin-top:33px
}

#direita_home p{
	color:#fff;
}

.tit_bem_vindo{
	margin-top:16px	
}

#direita_home p{
	margin-top:14px;
	text-align:left	
}

.div_overflow{
	margin-top:14px;
	width:738px;
	margin-left:auto;
	margin-right:auto;
	height:340px;
	overflow:auto
}


	