@font-face {
	font-family: Oswald;
	src: url('../fonts/oswald-regular-webfont.eot');
	/* IE9 Compatibility Modes */
	src: url('../fonts/oswald-regular-webfont.eot?') format('eot'), /* IE6-IE8 */
	url('../fonts/oswald-regular-webfont.woff') format('woff'), /* Modern Browsers */
	url('../fonts/oswald-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/oswald-regular-webfont.svg#Oswald') format('svg');
	/* Legacy iOS */
}

body {
	font: 0.875em Arial;
	color: #333;
}

a {
	color: #000;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrap-topo {
	background: #2E81BE;
}

#full-slider-wrapper {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#utilitarios-1,
#utilitarios-2 {
	background: #fff;
}

#utilitarios-1 h2,
#utilitarios-2 h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 8px;
	color: #2e81be;
}

#wrap-conteudo #conteudo-index {
	background: #2e81be;
	font-size: 1em;
}

#texto-conteudo h1 {
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 10px;
}

#texto-conteudo p {
	margin: 0px 0px 10px 0px;
}

#idocumentos h2 {
	font-size: 1.25em;
	color: #fff;
	margin-bottom: 10px;
}

#idocumentos-form {
	background: #fff;
}

#idocumentos-form input {
	border: 1px solid #ccc;
	padding: 1%;
	font-size: 1em;
}

#idocumentos-form button {
	background: #2E81BE;
	border: 0px;
	cursor: pointer;
	color: #FFF;
	padding: 1%;
	font-size: 1em;
}

#icalendario h3 {
	font-size: 1.250em;
	font-weight: bold;
	margin-bottom: 10px;
}

#icalendario thead th {
	color: #FFF;
	background: #2e81be;
	padding: 5px;
}

#icalendario tbody .titulo {
	color: #fff;
	background: #2e81be;
}

#icalendario td {
	padding: 5px;
	border: 1px solid #e6e6e6;
	height: 24px;
	line-height: 23px;
}

#icalendario a {
	color: #2e81be;
}

#icalendario .atual {
	color: green;
}

#icalendario #icalendario_agenda_estadual {
	margin-top: 10px;
}

#utilitarios-3 {
	background: #2e81be;
}

#box-news h2 {
	font-size: 1.45em;
	margin-bottom: 10px;
	color: #2e81be;
}

#inews .veja_mais {
	background: #2e81be;
	border: 0px;
	cursor: pointer;
	color: #FFF;
	padding: 1%;
	font-size: 1em;
}

.box-conteudo h1 {
	font-size: 1.250em;
	font-weight: bold;
	margin-bottom: 10px;
}

.btnenvia,
.btnreseta {
	width: 30%;
	height: 2.5em;
	margin-top: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #2e81be;
	border: 0px;
	cursor: pointer;
	color: #FFF;
	padding: 1%;
	font-size: 1em;
}

.box-parceiro {
	background: #f1f1f1;
}

#top_rodape {
	background: #2e81be;
}

#top_rodape_menu a {
	color: #FFF;
}

#top_rodape_menu span {
	color: #fff;
	margin: 0 1%;
}

#top_rodape_redesocial span {
	color: #FFF;
}

#rodape {
	background: #1e669a;
	color: #FFF;
}

#rodape a {
	color: #FFF;
}

#rodape p {
	font-size: 1em;
}

#rodape h4 {
	font-size: 1.250em;
}

#under_rodape {
	background: #2e81be;
	color: #FFF;
}

#iartigos h1,
#iartigos-detalhes h1 {
	font-size: 1.250em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Box com link's úteis (utilitários contábeis) */

#box-links-uteis p {
	cursor: pointer;
}

#box-links-uteis p a {
	color: #000;
}

#box-links-uteis p:hover {
	background: #CCC
}

#box-links-uteis p.t-ativo {
	background-color: #777;
	color: #FFF;
	border: 1px solid #999;
}

#box-links-uteis p.t-ativo span,
#box-links-uteis p.t-ativo a {
	color: #FFF;
}

#box-links-uteis div ul li {
	list-style: circle;
}

#box-links-uteis div ul li:hover {
	list-style: disc;
}

#box-links-uteis div ul li a {
	color: #080101;
	font: 11px Tahoma;
}

#box-links-uteis p a:hover {
	text-decoration: none;
}

/*---CSS mapa personalizado--*/

.infoBox {
	background-color: #FFF;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 2px solid #3fa7d8;
	border-radius: 3px;
	margin-top: 10px;
	padding: 10px;
}

.infoBox p {
	padding: 0 15px
}

.infoBox:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3fa7d8;
	top: -10px;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	left: 138px
}

--------------
