@import url(http://fonts.googleapis.com/css?family=Oswald|Source+Sans+Pro:300,400,600);

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#total {
	margin: 35px auto 0px auto !important;
	width: 925px;
	min-width: 925px;
	max-width: 925px;
	overflow: hidden;
}

#conjunto {
	margin: 0 auto !important;
	overflow: hidden !important;
	width: 890px;
	min-width: 890px;
	max-width: 890px;
	margin-top: 30px !important;
	float: left;
	position: relative;
}

.fontsource {
	font-family: 'Source Sans Pro', sans-serif, helvetica, arial !important;	
}

.fontoswald {
	font-family: 'Oswald', sans-serif, impact, helvetica, arial !important;	
}

.fontCA {
	letter-spacing: -0.5px !important;
	text-transform: uppercase !important;
}

.rotulo {
	font-size: 14px;
	color: #014478;
	margin-right: 15px !important;
	margin-top: 10px !important;
	font-weight: 600;
}

.float {
	position: relative;
	display: table;
	float: left;
}

#busca {
	width: 330px;
	min-width: 330px;
	max-width: 330px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	border: solid 1px #014478;
	/* background: url(images/botao_buscar.png) no-repeat 265px 6px !important; */
	background: url("images/botao_buscar.png") no-repeat scroll 265px 6px transparent !important;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#busca input {
	width: 245px;
	min-width: 245px;
	max-width: 245px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	font-size: 16px;
	color: #014478;
	border: none !important;
}

#linha_tempo {
	width: 890px;
	min-width: 890px;
	max-width: 890px;
	height: 28px;
	min-height: 28px;
	max-height: 28px;
	background-color: #99ccff;
	padding-top: 2px;
	padding-left: 15px;
	color: #003366;
	overflow: hidden !important;
}

#linha {
	width: auto;
	height: 1px;
	min-height: 1px;
	max-height: 1px;
	background-color: #014478;
	margin-left: 15px;
	position: relative;
	top: -12px;
	left: 60px;
}

.title, .title a {
	margin-top: 10px;
	font-weight: 600;
	color: #014478;
	letter-spacing: -0.3px;
	margin-bottom: 6px;
	font-size: 16px;
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
	color: #0066cc;
}

.leiamais, .leiamais a {
	font-weight: 600;
	color: #0066cc;
	letter-spacing: -0.3px;
	font-size: 14px;
	text-decoration: none;
}


.leiamais:hover, .leiamais a:hover {
	text-decoration: underline !important;
	color: #014478 !important;
}

.descritivo {
	font-weight: 300;
	color: #000000;
	font-size: 14px
}

#paginacao {
	margin-top: 40px;
	margin-bottom: 20px;
}

#pag {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	letter-spacing: -0.5px;
}

#linkp {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}

#linkp a {
	color: #095197;
	text-decoration: none !important;
}

#linkp a:hover {
	color: #000000;
	text-decoration: none !important;
}

#espaco {
	float: right;
	margin-bottom: -15px;
	margin-right: -10px;
	margin-top: 60px;
	max-width: 450px;
	position: relative;
	width: 450px;
}

#controle, #controle a {
	color: #095197;
	font-size: 16px;
	letter-spacing: -0.3px;
	text-decoration: none;
	margin-right: 20px !important;
}

#controle:hover, #controle a:hover {
	color: #0066cc;
	text-decoration: none;
	margin-right: 20px !important;
}

.inline {
	display: inline !important;
}