/*------------------------------------------------
>> Fontes
------------------------------------------------*/
@font-face {
    font-family: 'Folks';
    src: url('fonts/Folks-Normal-webfont.eot');
    src: url('fonts/Folks-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Folks-Normal-webfont.woff') format('woff'),
         url('fonts/Folks-Normal-webfont.ttf') format('truetype'),
         url('fonts/Folks-Normal-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------
>> Geral
------------------------------------------------*/
body {
	background: #fff url("../figuras/sic/fundo_degrade.jpg") repeat-x; 
}

#sis {
	background: url(../figuras/sic/sis_efeito.png) top center no-repeat;
	margin-top: 60px;
}

#sis h2 {
	color: #8e0000;
	font: bold italic 52px "Times New Roman", Times, serif;
	letter-spacing: -3px;
	margin: 0 0 15px -2px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#sis h3 {
	color: #ad2828;
	font: italic 28px "Times New Roman", Times, serif;
	line-height: 40px;
	margin: 0 0 25px 0;
	text-shadow: 1px 1px 1px #cccccc;
}
#sis h4 {
	color: #ad2828;
	font: italic 18px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
strong {
	color: #ad2828;
}

/*------------------------------------------------
>> Imagens
------------------------------------------------*/
.img_destaque {
	background: url(../figuras/sic/sic_destaque.png) no-repeat right;
}


/*------------------------------------------------
>> Botão Versão Demonstração
------------------------------------------------*/
.botao  {
	float: left;
	margin: 0 20px 0 0;
	padding: 0px;
}
.botao a {  
	background: url("../figuras/sic/sic_botao.png") no-repeat;	
	color: #a74b4b;
	display: block;	
	font: 14px/40px Arial, Helvetica, sans-serif;	
	height: 40px;	
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;	
	width: 160px;  
}
.botao a:hover { 
	background: url("../figuras/sic/sic_botao_ativo.png") no-repeat;	
	color: #333333;
}


/*------------------------------------------------
>> Separadores
------------------------------------------------*/
.sep_topo {
	background: url(../figuras/sic/sep_topo.png) top center;
	height: 50px;
	margin: 10px auto 15px auto;
	width: 920px;
}

.sep_conteudo {
	border-top: #b6c6cd 1px dotted;
	margin: 20px auto 30px auto;
	max-width: 980px;
	width: 100%;
}


/*------------------------------------------------
>> Listas
------------------------------------------------*/
ul.lista {
	list-style: url("../figuras/sic/sic_figuras_check.png");
	padding: 0;
}
.lista li {
	margin: 0 0 10px 19px;
}
