﻿* 
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
}

html 
{

	background-color: #EDEBEC;

}



#geral 
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: White;
	
}


a 
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#topo 
{
	position: relative;
	width: 1000px;
	height: 120px;
	background-image: url(/img/topo_bg.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #184c8c;
}

#logo 
{
	position: absolute;
	width: 210px;
	height: 120px;
	background-image: url(/img/topo_bg_logo.png);
	background-repeat: no-repeat;
}

#logo a 
{
	width: 153px;
	height: 109px;
	margin-left: 20px;
	margin-top: 5px;
	display: block;
}



#apoio 
{
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
}

	#apoio li, #menu li
	{
		float: left;
		height: 30px;
		list-style: none;
	}

	#apoio li a 
	{
		display: block;
		height: 32px;
		background-position: top;
	}

	#apoio li a:hover 
	{
		background-position: bottom;
	}

	#apoio_grupo a  
	{
		background-image: url(/img/logos/logo_grupo.png);
		background-position: top !Important;
		background-repeat:no-repeat;
		width: 106px;
		margin-top: 6px;
	}
	

	#apoio_trabalhe_conosco a  
	{
		background-image: url(/img/apoio_trabalhe_conosco.png); 
		width: 162px;
	}

	#apoio_contato a  
	{
		background-image: url(/img/apoio_contato.png); 
		width: 97px;
	}

	#apoio_mapa_site a  
	{
		background-image: url(/img/apoio_mapa_site.png); 
		width: 113px;
	}




#linhaTopo
{
	position: absolute;
	right: 0;
	top: 31px;
	width: 745px;
	height: 1px;

	background-image: url(/img/topo_ln.png);
	background-repeat: repeat-x;

}

#menu 
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 363px;
	height: 30px;
	background-color: #FFFFFF;
}

#menu ul 
{
	margin: 2px 3px;
}


#conteudo 
{
	position: relative;
}

#rodape 
{
	position: relative;
	bottom: 0;
	width: 1000px;
	height: 30px;

	background-image: url(/img/rodape_bg.png);
}


	#rodape .copyright 
	{
		position: absolute;
		left: 10px;
		top: 10px;
	}
	
	#rodape .byseven 
	{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	

.titulo 
{
	position: absolute;
	top: 0;
	left: 0;
}


.limpa 
{
	clear: both;
}


p 
{
	text-align: left;
	padding: 10px 0 0 0;
}


small 
{
	font-size: 7pt;
}


#formulario 
{
	margin: 20px 0 20px 0;
}

#formulario input[type="text"], #formulario textarea
{
	border: solid 1px #EDEBEC; 
	padding: 5px;
}

#formulario input[type="submit"] 
{
	padding: 5px;
}


.data 
{
	color: #015DC6;
}


.box_cinza_sombra 
{
	background-image: url(/img/submenu_sombra.png); background-position: center bottom; padding-bottom: 11px; background-repeat: no-repeat;
}

.box_cinza_interna 
{
	background-color: #F7F7F6; background-image: url(/img/submenu_bg.png); background-position: bottom; background-repeat: repeat-x; padding: 30px 0 10px;
	height: 100%;
}