@charset "utf-8";
/* CSS Estrutura Geral */

@import url("est_ass.css");

/* Espaco do Conteudo*/
#Ger_Est_Con{
	width:100%;
	margin:15px auto 0 auto;
	text-align:left;
	}
		
/* Espaco do Titulo */
#Ger_Est_Tit {
	margin:15px 0 20px 0;
	color: #333;
	font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
	border-top:1px solid #368391;
	width:100%;
}
	#Ger_Est_Tit a{
		text-decoration:none;
		color: #333;

	}

	#Ger_Est_Tit h1{
		margin:0;
		padding:10px 0 0 0;
		color: #333;
		font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
		text-transform: uppercase;
	}


/* Limpar Div */
#Limpar_Div, .Limpar_Div{
	clear:left;
	}


/* Retira os outlines das tags object */
object, img, a {
	outline: none;
}