* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: auto;
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 9pt;
	color: #dbe0e4;
	line-height: 11pt;
	background-color: #141615;
	background-image: url("../img/fundo.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

ul {
	list-style-type: square;
	margin: 0px 0px 15px 20px;
}

li {
	margin-bottom: 5px;
}

a {
	color: #dbe0e4;
	border: 0px;
	text-decoration: none;
	outline: 0px;
}

.dotted:hover {
	color: white;
	border-bottom: 1px dotted;
}

div.header {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #92999f;
	margin-bottom: 5px;
}

h1 {
	position: relative;
	width: 310px;
	font-size: 9pt;
}

span.date {
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	font-weight: normal;
	font-size: 8pt;
	color: #92999f;
}

#container {
	position: relative;
	z-index: 2;
	width: 907px;
	height: 391px;
	margin: auto;
	background-image: url("../img/inicial-fundo-container.jpg");
	background-repeat: no-repeat;
}

#top, #top-left, #top-right, #middle, #middle-left, #licenciatura, #middle-middle1, #mestrado, #middle-middle2, #middle-right, #bottom, #bottom-top, #bottom-top-left, #pt, #bottom-top-center, #en, #bottom-top-right, #bottom-bottom {
	position: relative;
	float: left;
}

#bottom {
	clear: both;
}

#licenciatura a, #mestrado a, #pt a, #en a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#top {
	width: 907px;
	height: 139px;
}

#top-left {
	width: 468px;
	height: 139px;
	background-image: url("../img/inicial_fundo_top_left.jpg");
}

#top-right {
	width: 439px;
	height: 139px;
	background-image: url("../img/inicial_fundo_top_right.jpg");
}

#middle {
	width: 907px;
	height: 231px;
}

#middle-left {
	width: 460px;
	height: 231px;
}

#licenciatura {
	width: 460px;
	height: 101px;
	background-image: url("../img/inicial_licenciatura_off.jpg");
	cursor: pointer;
}

#licenciatura:hover {
	background-image: url("../img/inicial_licenciatura_on.png");
}

#middle-middle1 {
	width: 460px;
	height: 7px;
	background-image: url("../img/inicial_fundo_middle1.jpg");
}

#mestrado {
	width: 460px;
	height: 101px;
	background-image: url("../img/inicial_mestrado_off.jpg");
	cursor: pointer;
}

#mestrado:hover {
	background-image: url("../img/inicial_mestrado_on.png");
}

#middle-middle2 {
	width: 460px;
	height: 22px;
	background-image: url("../img/inicial_fundo_middle2.jpg");
}

#middle-right {
	width: 447px;
	height: 231px;
	background-image: url("../img/inicial_fundo_news.jpg");
}

#news {
	position: relative;
	float: right;
	width: 439px; /* 447 - 8 = 439 */
	height: 209px; /* 231 - 22 =  */
	overflow: hidden;
	border: 0px;
	margin: opx;
}

#news ul {
	padding-top: 20px;
	list-style: none;
}

#news ul li {
	padding: 0px 20px 10px 0px;
}

#bottom {
	width: 907px;
	height: 21px;
}

#bottom-top {
	width: 907px;
	height: 21px;
}

#bottom-top-left {
	width: 388px;
	height: 21px;
	background-image: url("../img/inicial_fundo_bottom_top_left.jpg");
}

#pt {
	width: 72px;
	height: 21px;
	background-image: url("../img/inicial_pt_on.jpg");
}

#bottom-top-center {
	width: 8px;
	height: 21px;
	background-image: url("../img/inicial_fundo_bottom_top_center.jpg");
}

#en {
	width: 56px;
	height: 21px;
	background-image: url("../img/inicial_en_off.jpg");
	cursor: pointer;
}

#en:hover {
	background-image: url("../img/inicial_en_on.jpg");
}

#bottom-top-right {
	width: 383px;
	height: 21px;
	background-image: url("../img/inicial_fundo_bottom_top_right.jpg");
}

#bottom-bottom {
	width: 907px;
	height: 165px;
	background-image: url("../img/inicial-fundo-bottom-bottom.jpg");
}
