/* Universidade Rede APAE */
/*_Destaque_*/
#destaque { 
	background:#9c3 url(../img/bg-destaque.png) no-repeat;
	width:465px;
	height:280px;
	position:relative;
	}
	#destaque h2 { display:none;}
	#nav {
		list-style:none;
		position:absolute;
		right:40px;
		bottom:5px;
		}
		#nav li { display:inline;}
		#nav li a {
			color:#fff;
			font-size:18px;
			font-weight:bold;
			text-decoration:none;
			margin:0 5px;
		}
#destaque #slide {
	width:430px;
	height:240px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:10px;
	left:20px;
	z-index:1;
	}
	#slide ul { list-style:none; width:9999px;}
	#slide li {
		width:430px;
		height:240px;
		background:#fff;
		float:left;
		}
		/*
		#slide li#s1{ background: #f00 ;}
		#slide li#s2{ background: #0f0;}
		#slide li#s3{ background: #00f;}
		*/
	.mask {
		position: absolute;
		top:10px;
		left:20px;
		z-index:2;
		background:transparent url(../img/bg-slide.png) no-repeat;
		width:430px;
		height:240px;
	}
	
	#destaque img{
		width:430px;
		height:240px;
	}
/*_/Destaque_*/

#livraria{
	background:#ffe985;
	display:table;
	width:465px;
	margin:20px 0 0;
	}
	#livraria h2 {
		background: #fff url(../img/tit-livraria.gif) no-repeat;
		text-indent:-500px;
		overflow:hidden;
		height:30px;
	}
	#livraria ul { list-style:none; clear:both;}
	#livraria li {	
		width:210px;
		float:left;
		padding:10px;
		text-align:left;
	}
		#livraria li a { text-decoration:none;	}
		#livraria li a img { 
			display:block;
			float:left;
			border:4px solid #fff;
			margin: 0 10px 0 0;
		}
