
/* ============ Geral ================= */

* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

body {
	font-size: 1.2em;
	font-family: Arial,verdana,Sans-Serif;
	/* color: #666; */
	margin: 5px;
	line-height: 1.4em;
}

h1.title, h1.style-h1 {
	font-size: 12px;
	background-color: #E0E0E3;
	margin: 4px 0;
	padding: 4px;
	border-bottom: 1px solid #AFAFAF;
	color: #43A24D;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #555;
}

ul {
	list-style-type: none;
}

a:hover {
	text-decoration: underline;
}

/* =========== Header ================ */

div#header {
	/* border: 1px solid red; */
	height: 66px;
	padding-top: 4px;
	border-bottom: 1px dotted #666;
	position: relative;	
}

img#logo-fiec {
	width: 280px;
}

img#mobile-logo {
	position: absolute;
	top: 11px;
	right: 11px;
}

/* ============= Body =============== */

div#cadastro {
	display: none;
}

div#mais-dest {
	display: none;
}

div#dest-mobile {
	margin-top: 5px;
	
	margin-bottom: 10px;
	padding-left: 10px;
}

div#dest-mobile ul {
	list-style-type: none;
}

div#enquete {
	display: none;
}

form#busca-portal {
	display: none;
}

div#canais {
	text-indent: 4px;

}

#banner-flash {
	display: none;	
}

ul#menu li {
	background-color: #E0E0E3;
	margin-bottom: 3px;		
	padding: 2px 0;
	border-bottom: 1px dotted #AFAFAF;	
}

ul#banners {
	display: none;
}

ul#banners li img{
	margin: 4px 0;
}

/* ======== Footer ================= */

div#footer {	
	text-align: left;
	color: #555;
	font-size: 10px;
	margin: auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: transparent url(../../images/bg_header.gif) repeat-x top center;
}





