/* DECLARAÇÕES GERAIS */

* {
	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: white;
	line-height: 11.5pt;
	background-color: #141615;
	background-image: url("../img/fundo.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	word-spacing: -0.75pt;
	font-weight: normal;
}

a {
	border: 0px;
	text-decoration: none;
	outline: 0px;
}
.dotted2 {
	color: black;
}
.dotted:hover {
	color: white;
	border-bottom: 1px dotted;
}
.dotted2:hover {
	color: black;
	border-bottom: 1px dotted;
}

p {
	margin: 0px 0px 10px 0px;
}

span.bold {
	font-weight: bold;
}

span.superscript {
	position: relative;
	top: -5px;
	font-size: 5pt;
	font-weight: bold;
}

ul {
	list-style-type: square;
	margin: 0px 0px 15px 20px;
}

li.large {
	margin-bottom: 5px;
}

ul ul {
	list-style-type: square;
	margin: 5px 0px 5px 15px;
}

h1 {
	font-size: 14pt;
	margin: 25px 0px 20px 0px;
}

h1.first {
	margin-top: 1px;
}

#container {
	position: relative;
	z-index: 2;
	width: 761px;
	height: 100%;
	margin: auto;
	background-image: url("../img/fundo-container.jpg");
	background-repeat: no-repeat;
}

.acc-container img {
	margin: 10px 2px 0px 2px;
	padding: 0px;
	border: 6px solid white;
}

.download-gallery, .image-gallery {
	text-align: center;
}

.image-gallery-title {
	text-align: left;
}

.image-gallery-title b {
	display: block;
	margin-right: 80px;
}

.image-gallery-titlespan {
	float: right;
}

.download-gallery img, .image-gallery img {
	width: 72px;
	height: 72px;
}

.download-gallery a:hover img, .image-gallery a:hover img {
	border-width: 5px;
}

.image-gallery .img-title {
	display: none;
}


/* ---------- INÍCIO: ACCORDION ---------- */

/* TRIGGER */

.acc-trigger {
	position: relative;
	float: right;
	clear: right;
	width: 608px;
	height: 30px;
	margin-bottom: 6px;
	cursor: pointer;
}

.acc-trigger-marker {
	float: left;
	width: 17px;
	height: 30px;
}

.acc-trigger-content {
	float: left;
	width: 591px; /* 608 - 17 */
	height: 30px;
	background-color: black;
}

.acc-trigger-name {
	float: right;
	height: 30px;
	margin-right: 37px;
}


/* CONTAINER */

.acc-container {
	position: relative;
	float: right;
	clear: right;
	width: 560px; /* 600 - 20 - 20 (padding) */
	height: 272px;
	margin-bottom: 6px;
	padding: 20px;
	overflow: hidden;
	font-size: 9pt;
}

.acc-container-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.acc-container-scroller {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.acc-container-content {
	position: relative;
	float: none;
	width: 100%;
	height: 272px;
}

.estrutura-wrapper {
	position: relative;
	width: 100%;
	height: 202px;
	margin-top: 20px;
	overflow: hidden;
	bottom: 5px;
}

.estrutura-scroller {
	position: absolute;
	height: 100%;
	overflow: hidden;
}

.estrutura-content {
	position: relative;
	float: left;
	width: 560px;
	height: 100%;
}

.note {
	position: absolute;
	float: right;
	bottom: 1px;
	right: 0px;
	font-size: 8pt;
	color: #9acfff;
	text-align: right;
}

.estrutura-menu {
	position: absolute;
	float: left;
	bottom: 10px;
	left: 0px;
}

.estrutura-anchor {
	font-weight: normal;
	cursor: pointer;
}

.estrutura-menu .separator, .estruturaCurricular .separator {
	color: #67a7dd;
}

.estruturaCurricular {
	margin: auto;
	font-size: 8pt;
	border-collapse: collapse;
	text-align: center;
}

.estruturaCurricular th {
	padding-bottom: 5px;
	font-size: 9pt;
	text-align: left;
}

.estruturaCurricular td {
	border: 1px solid #83b6e4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
}

.estruturaCurricular td.creditos {
	text-align: center;
}

.estruturaCurricular tr.headers {
	color: #265072;
	font-weight: bold;
	background-color: #83b6e4;
}

.estruturaCurricular tr.alt {
	background-color: #2f78ba;
}

.estruturaCurricular td.empty, .estruturaCurricular td.spacer {
	padding: 0px;
	border: none;
	background-color: #3887CE;
}


/* SUB-MENU */

.acc-submenu {
	position: relative;
	float: left;
	width: 155px;
}

.acc-submenu-item {
	float: left;
	z-index: -1;
	width: 155px;
	height: 30px;
	margin-bottom: 2px;
	cursor: pointer;
}

.acc-submenu-item a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ---------- FIM: ACCORDION ---------- */


/* LOGO */

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}


/* BANNER */

#banner {
	position: relative;
	float: right;
	width: 499px;
	height: 85px;
	margin-bottom: 6px;
	cursor: pointer;
}

#banner .slideshow {
	position: relative;
	float: right;
	width: 100%;
	height: 100%;
}

#banner .slideshow-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

#banner ul {
	position: absolute;
	width: 32700px;
	margin: 0px;
	background-color: #C69;
	list-style: none;
}

#banner ul li {
	display: block;
	float: left;
	width: 499px; /* Largura das imagens */
	height: 85px; /* Altura das imagens */
	padding: 0px;
	margin: 0px;
}

#banner #thumbNav {
	position: relative;
	float: right;
	margin-right: 8px;
	top: 68px;
}

#banner #thumbNav a {
	display: block;
	float: left;
	margin-left: 3px;
	background: #000;
	width: 10px;
	height: 10px;
	border: 1px solid white;
}

#banner #thumbNav a:hover {
	background-color: #666;
}

#banner #thumbNav a.cur {
	background-color: #FFF;
}


/* COPYRIGHT */

#bottom {
	position: relative;
	float: right;
	width: 600px;
	font-size: 8pt;
}

#bottom .links {
	position: relative;
	float: left;
	color: #acb7bd;
}

#bottom .links a {
	color: #acb7bd;
}

#bottom .links .separator {
	color: #606f78;
}

#bottom .copyright {
	position: relative;
	float: right;
	color: #acb7bd;
}

.alt2 {
	font-size: 7pt;
	line-height: 7pt;
}
