body {
	color: #777;
	margin: 0px;
	font-family: Arial;
	font-size: 13px;
	padding: 0px;
}

.barraTopo {
	background: url(../img/barra-topo-degrade.jpg) center center no-repeat #0069ab;
	height: 50px;
	width: 100%;
}

.barraTopo .logo {
	background: url(../img/logo-fiep.png) 10px center no-repeat transparent;
	height: 50px;
	margin: 0px auto;
	max-width: 978px;
	width: 100%;
}

.logoCIN {
	display: block;
	margin: 62px 10px 51px 10px;
}

.corpo {
	margin: 0px auto;
	max-width: 998px;
	width: 100%;
}

.conteudo {
	background: url(../img/fundo-conteudo.png) center top no-repeat transparent;
	border-radius: 5px;
	margin: 0px 10px;
	padding: 23px;
}

.ui-accordion .ui-accordion-icons {
	background: #5eb69b;
	border: 0px;
	color: #fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
}

.ui-state-default .ui-icon, 
.ui-state-active .ui-icon
 {
	background-image: url(../img/icone-mais.png);
	background-position: 6px 3px;
}

.ui-widget {
	font-family: Arial;
	font-size: 13px;
}

.ui-widget-content {
	color: #777;
	background: #efefef;
	border: none;
}

.ui-widget-content ul {
	padding-left: 15px;
}

.ui-widget-content ul li {
	color: #5eb69b;
}

.ui-widget-content ul li span {
	color: #777;	
}

.botao {
	display: block;
	margin-top: 30px;
}

/* BIGGER */
@media only screen and (min-width: 769px){
	body {
		background: url(../img/fundo.jpg) center 50px no-repeat transparent;
	}
}

/* 768 */
@media only screen and (max-width: 768px) and (min-width: 321px){
	body {
		background: url(../img/fundo-768.jpg) center 50px no-repeat transparent;
	}
}

/* 320 */
@media only screen and (max-width: 390px){
	body {
		background: url(../img/fundo-320.jpg) center 50px no-repeat transparent;
	}
}