/*IMPORTs*/
@import url('nav.css');
@import url('estilos.css');
@import url('titulos.css');
/*Padronizando o navegador*/
* { margin:0px; padding:0px; border:0; outline:0; }
body { background:#f5f5f5 url(../img/col_esq_logo_bg.jpg) repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#456192; }
/*Codificação*/
a {
	text-decoration:none;
	color: #005797;
}
a:hover {
	text-decoration: underline;
}
#geral { width:1000px; }
#col_esq { float:left; width:251px; }
#logo { height:191px; padding:0px; }
#logo a { position:  absolute; top: 10px; left: 2px; width: 240px; height: 90px; z-index: 2001; background:url("../img/logo.png") no-repeat scroll left center transparent; }
#col_dir { float:left; width:747px; min-height:600px; }
#topo { width:747px; height:236px; }
#logo_flash {
	display: block;
	visibility: visible;
	z-index: 1000;
}
#col_dir div#content { float:left; width:484px; min-height:600px; background:url(../img/fundo_content.gif) left bottom repeat-y; padding: 5px 20px 20px 20px; }

#col_dir div#content_dir { 
	float:left; 
	width:197px; 
	min-height:300px; 
	
	margin-bottom:10px; 
}
#col_dir .colVerde{
	background:#65bd6d url(../img/rodape_content_dir_ver.gif) left bottom no-repeat; 
}

#col_dir .colVerdeClaro{
	background:#7ae467 url(../img/rodape_content_dir_ver.gif) left bottom no-repeat; 
}

#col_dir .colPadrao{
	background:#ACCDE6 url(../img/rodape_content_dir.gif) left bottom no-repeat; 
}
#col_dir .colNormal{
	background:#ACCDE6 url(../img/rodape_content_dir.gif) left bottom no-repeat; 
}
#col_dir .colAmarelo{
	background:#eccb48 url(../img/rodape_content_dir_ama.gif) left bottom no-repeat; 
}
#col_dir .colLaranja{
	background:#f6a45f url(../img/rodape_content_dir_lar.gif) left bottom no-repeat; 
}
#col_dir .colVermelho{
	background:#d95242 url(../img/rodape_content_dir_verm.gif) left bottom no-repeat; 
}
#col_dir .colAzul{
	background:#ACCDE6 url(../img/rodape_content_dir.gif) left bottom no-repeat; 
}
#col_dir .colRoxo{
	background:#836eb3 url(../img/rodape_content_dir_roxo.gif) left bottom no-repeat; 
}

#rodape { width:100%; background:#00CCFF; height:66px; border-top:5px solid #fff; margin-top:16px; background:url(../img/baixo_bg.jpg) center bottom repeat-x; }

