@CHARSET "ISO-8859-1";

*{
	font-family: arial;
}

img{
	border: none;
}

a{
	text-decoration: none;
}

a:HOVER{
	text-decoration: underline;
}

.source-image{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:#fff url('../img/background.jpg') repeat-x top center;
	min-height: 50%;
    min-width: 50%;
    overflow: auto;
}

#destaq, #main{
	width: 940px; 
	position: relative;
	margin: 20px auto;
}

.abas{
	position: relative; 
	clear: both; 
	margin-left: 55px;

}
.abas .itens{
	width: 180px; 
	height: 51px; 
	position: relative; 
	float: left; 
	background: transparent url('../img/abas.png') no-repeat center center;
}

.abas .itens div{
	font-size: 16px;
	font-weight: bold;
	height: 20px; 	
	position: relative;
	margin: 16px auto; 	
}

.abas .itens div a{
	color: #69c;
}

#boxes{
	height: 210px;
	margin-top: 20px;
}

#boxes .box{
	cursor: pointer; 
	position: relative; 
	float: left; 
	height: 210px; 
	width: 300px; 
	background: transparent url('../img//box_cinza.png') no-repeat center center;
}

#boxes .box .b_desc{
	padding: 15px 0px 0px 15px;
}

.t1{
	text-transform: uppercase; 
	font-size: 14px;
	font-weight: bold;
}

.t3{
	font-size: 13px;
}

.t5{
	padding: 15px; 
	font-size: 20px; 
	color: #369; 
	font-weight: bold;
}

.t5 a{
	color: #369;
}

.t6{
	font-size: 12px;
}

#top-areas{
	font-weight: bold; 
	font-size: 16px; 
	text-transform: uppercase; 
	padding: 7px;
}

#areas{
	font-size: 10pt; 
	font-weight: bold; 
	padding: 20px 10px;
}

#areas .a-1{
	position: relative; 
	float: left; 
	margin-right: 5px;
}

#areas .n-cursos{
	padding: 3px 6px; 
	position: relative; 
	float: left; 
	margin-top: -2px; 
	clear: right; 
	width: 15px;
}

#detalhes{
	margin: 0px 0px 0px 20px; 
	position: relative; 
	float: left; 
	width: 680px;
}

.area-h{
	font-size: 20px; 
	font-weight: bold; 
	position: relative; 
	float: left; 
	width: 660px; 
	padding: 7px 0px 7px 20px; 
	margin-bottom: 10px;
}

.menu_head{
	cursor: pointer;
	position: relative;
	float: left;
	background: #ccc url('../img/plus.png') no-repeat 646px center;
	width: 680px;
	height: 24px;
	font-size: 12px;
	font-weight: bold; 
	padding-top: 2px;
	margin-bottom: 10px;
	/*border: 1px solid #ccc; */
}	

.header{
	position: relative; 
	float: left; 
	margin: 3px 0px 1px 20px;
}	

.menu_body {
	position: relative;
	float: left;
	display: none;
	min-width: 351px;
}

.menu_body .sub{
	min-height: 351px; 
	position: relative; 
	float: left; 
	background-color: #fff; 
	width: 300px; 
	padding: 0px 20px;
}

.footer{
	width: 940px;
	height: 35px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	background: transparent url('../img/foot.png') no-repeat bottom center;
	position: relative;
	float: left;
}

#uni_logo{
	position: relative;
	float: left;
	padding-left: 15px;
	margin: 0px auto;
}

.copyright{
	font-size: 11px;
	position: relative;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

.f_links{
	 font-size: 11px;
	 text-transform: uppercase;
	 position: relative;
	 float: right;
	 padding-top: 15px;
	 padding-right: 10px;
}

.f_links ul{
	padding: 0px;
	margin: 0px;
}

.f_links ul li{
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.f_links ul li a{
	text-decoration: none;
	color: #000;
}

.f_links ul li a:hover{
	text-decoration: underline;
}