/* formato do link geral */
a:link {
	color: #3F3F3F;
	text-decoration: none
	}
a:visited {
	color: #3F3F3F; 
	text-decoration: none
	}
a:hover {
	color: #292914;
	text-decoration: underline
	}
a:active {
	color: #3F3F3F;
	text-decoration: none
	}
/*fim-------------------------------------------*/


/* ------------------------------------------- */
/*=Info - referente a div rodape */
/* estilo do capitulador */
#texto .info h1 {
	background-color: #FFFFFF;
	text-indent: 8px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-bottom: 15px;
	}
/*fim----------------------------------------- */


/* ------------------------------------------- */
/* estilo do titulo do artigo */
#texto h1 {
	font-size: 19px;
	color: #242424;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px 18px 20px;
   }

/* estilo do texto */
#texto p {
	font-size: 12px;
	color: #1F1F1F;
	text-align: left;
	margin-right: 20px;
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
   }


/* ------------------------------------------- */
/*=Barradir - referente a div rodape */
/* estilo de borda da imagem */
#barradir .imgformato {
	margin: 18px 15px 5px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: left;
	}


/* estilo do texto de descricao */
#barradir p {
	font-size: 11px;
	color: #484848;
	line-height: 16px;
	text-align: left;
	margin-top: 17px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2C7;
	}


/* estilo do texto sobre a universidade */
#barradir .uefs h1 {
	font-size: 12px;
	color: #484848;
	line-height: 18px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: -2px;
	margin-left: 16px;
	font-weight: normal;
	}
/*fim------------------------------------------- */