/* Estilo Basico */
@import url("basico.css");

/*#secondary-banner {
	display: none;	}*/
/*
#overlayBanner {
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
	background-color: #000000;
	z-index: 666;
	
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	
	display: none;	}
*/

#overlayBannerContent {
	float: left;
	position: absolute;
	top: 62px;
	left: 279px;
	z-index: 999;	}


#steps ul {
	padding: 0 0 0 20px;
	margin: 0;
	color: #808080;	}

#steps .disabled {
	color: #666666;
	text-decoration: none !important;	}

#important ul {
	padding: 0 0 0 20px;
	margin: 0;
	color: #808080;	}
	
#important ul li {
	margin-bottom: 5px;	}

#important .disabled {
	color: #666666;
	text-decoration: none !important;	}

#search .sec-title { background: none; color: #837870;
	height: 25px;
	line-height: 25px;
	margin: 10px 0;
	padding: 0;}

#fatecs, 
#cursos {
	position: relative;
	float: left;
	z-index: 0;
	padding: 0 10px 10px;	}

#fatecs {
	border-right: 1px solid white;
	width: 349px;	}
#cursos	{
	width: 350px;	}

