/* CSS Document */

#content {
	color: #fff;
	}
	#content .wrapper {
		padding: 215px 106px 50px;
		width: 748px;
		}

	#content #botoes {
		float: left;
		width: 217px;
		margin-right: 30px;
		}
		#content .botao p {
			text-align: left;
			padding-left: 10px;
			}

	#content #texto {
		float: right;
		width: 501px;
		}
		#content #texto a {
			text-decoration: underline;
			}
			#content #texto a:hover {
				text-decoration: none;
				}

		#content #texto ul li {
			font-size: 12px;
			margin-bottom: 10px;
			text-align: justify;
			}

	#content p {
		text-align: justify;
		font: 13px Verdana, Helvetica, sans-serif;
		line-height: 15px;
		}
		#content p.creditos {
			font-size: 10px;
			}

		#content p.selecione a {
			text-decoration: none !important;
			}

		#content ul li {
			list-style-position: inside;
			}

	#content h2 {
		font: 13px Verdana, Helvetica, sans-serif;
		font-weight: normal;
		color: #ff9b50;
		text-transform: uppercase;
		}

		#content h2 a {
			color: #ff9b50;
			}
			#content h2 a:hover {
				text-decoration: none;
				}

	#content h3 {
		font-size: 13px;
		}

	.midCenter{
		background-color: #DC6C18;
	    border-radius: 5px 5px 5px 5px;
	    font-size: 14px;
	    margin: 30px 0;
	    padding: 7px 0;
	    text-align: center;
	}	
	#content .title {
		background-color: #dc6c18;
		margin: 30px 0;
		}
		#content .title .content {
			padding: 7px 0;
			text-align: center;
			}

	#content a.laranja {
		color: #dc6c18;
		}

	#content h4 {
		/*padding: 7px;
		color: #dc6c18;
		background-color: #212121;
		margin-bottom: 15px;*/
		font-size: 12px;
		}

	#content h5 {
		font-size: 12px;
		}

	#content p.voltar {
		margin: 20px 0 0 30px;
		}

	#content ul.menu-expand {
		margin-bottom: 10px;
		}
		#content ul.menu-expand li {
			list-style: none;
			background: url(../img/bg_list.gif) no-repeat left center;
			padding-left: 10px;
			*padding-left: 0;
			*margin-left: -1px;
			}
			#content ul.menu-expand li a:hover {
				text-decoration: none;
				color: #999;
				}

	#content .botao .tr {
		_right: -2px;
		}

	#content .botao .bl {
		_bottom: -12px;
		}

	#content .botao .br {
		_right: -2px;
		_bottom: -12px;
		}