@charset "utf-8";
/* CSS Document */

/*** INSTITUCIONAL - CONTEÚDO ***/
.inst_content {
	width: 550px;
	padding-top: 115px;
	float: right;
	min-height: 950px;;
	_width: 545px;
	_height: 720px;
}
.inst_content h2 {
	color: #231F20;
	font-family: Arial Narrow;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/tit_institucional.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
	border-bottom: 1px dotted #F3D200;
	letter-spacing: 5px;
	line-height: 100px;
}
.inst_content h3 {
	color: #F3D200;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	padding: 25px 0 0 0;
	border-bottom: 1px dotted #231F20;
}
.inst_content h4 {
	color: #D4B600;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #231F20;
}

.inst_content p {
	padding: 15px 15px 0 15px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color:#231F20;
	text-align: justify;
}
.inst_content p a {
	color:#231F20;
	text-decoration: underline;
}
.inst_content p a:hover {
	text-decoration: none;
}
.inst_content hr{
	border: 1.5px solid #CDCDCD;
	margin: 15px 0;
}