* {
	margin:0;
	padding:0;
	border:0;
}
	
html {
	width:100%;
	/*height:100%;
	overflow:hidden;*/
}

body {
	width:100%;
	/*height:100%;
	overflow:hidden;*/
	background:#111414 url(index_of.gif) 50% 50% no-repeat;
}

body.nobg {
	background-image:none !important;
}

/* ----------------------------------------------------------------------- */
/* --- INDEX_OF_FOLDER.PHP (INDEX OF - HTACCESS) PARA PASTAS SEM INDEX --- */
/* ----------------------------------------------------------------------- */

#search {
	position:fixed; z-index:9;
	right:50%;
	top:50%;
	width:303px;
	height:98px;
	/*margin:-49px -410px 0 0;*/
	margin:-49px -380px 0 0;
	padding:0;	
	background-color:#fff;
	-moz-border-radius:49px; /* Firefox */ -webkit-border-radius:49px; /* Safari and chrome */ -khtml-border-radius:49px; /* Linux browsers */ border-radius:49px; /* CSS3 */
}
	#search input {
		height:50px;
		width:280px;
		margin:24px 0 0 11px;
		font-family:'trebuchet MS', Arial, Verdana;
		color:#a29f89;
		font-size:40px;
		text-transform:uppercase;
		text-align:center;
	}

.ui_filterNoResult {
	position: absolute;
	top: 50%;
	width: 380px;
	height: 40px;

	margin: -20px 0 0;
	padding:0;

	color: #9fafbf;
	font-family: "trebuchet MS",Arial,Verdana;
	font-size: 24px;
	font-style: italic;
	text-align: center;
}


/* --- MENU CARROSSEL --- */
	
#carrossel {
	min-height:100%;
	height:auto !important;
	/*height:100%;*/
	margin: 0 auto;
	padding:10px 0 10px 10px;
	text-align:left;
	
	background:#111414
}

#carrossel h1 {
	margin:30px 0 25px 0;
	padding:0 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#9fafbf;
}

#carrossel a {
	/*display:block; width:1px; white-space: nowrap;*/ /* para forçar não quebrar a palavra (caso tenha espaço) */
	display:block;
	
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:35px;
	color:#929293;
	text-decoration:none;
	
	line-height: 100%;
    margin: 7px 0;
	padding:0 10px 0 0;
}

#carrossel a:hover {
	color:#fff;
}

#carrossel a:visited {
	text-decoration:line-through;
}

#carrossel a:active {
    outline: none;
}

#carrossel a.carrosselME {
	color:#929293;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	margin: 6px 0;
}

#carrossel a.carrosselME:hover {
	color:#d0d0d0;
}

#carrossel a.carrosselME:visited {
	text-decoration:none;
}


/*
#carrossel h1 {
	margin:30px 0 25px 0;
	padding:0 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#9fafbf;
}

#carrossel a {
	padding:0 10px 0 0;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#929293;
	text-decoration:none;
}

#carrossel a:hover {
	color:#fff;
}

#carrossel a:visited {
	text-decoration:line-through;
}

#carrossel a.carrosselME {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

#carrossel a.carrosselME:hover {
	color:#d0d0d0;
}

#carrossel a.carrosselME:visited {
	text-decoration:none;
}
*/


/* ----------------- */


@media all and (max-width: 768px) {
	#search {
		/*display:none;*/
		position:relative;
		right: 0;
		top: 0;
		margin:0 auto;
		padding:0;
		height:68px;
		width:100%;
		background-color: #fff;
		border:10px solid #111414;
		box-sizing: border-box;
		-moz-border-radius:49px; /* Firefox */ -webkit-border-radius:49px; /* Safari and chrome */ -khtml-border-radius:49px; /* Linux browsers */ border-radius:49px; /* CSS3 */
	}
		#search input {
			background:transparent;
			height: 48px;
			font-size:22px;
			margin: 0;
			width: 100%;
		}
	#carrossel a {
	}
}