/*----------------------------------*\
	Content (Internas)
\*----------------------------------*/

/* Fundo */
#left-background {
	position: absolute;
	float: left;
	left: 0;
	width: 50%;
	background: url('../img/bg-nav-left.png') repeat-x;
	height: 64px;
}

#right-background {
	position: absolute;
	float: none;
	right: 0;
	width: 50%;
	background: url('../img/bg-nav-right.png') repeat-x;
	height: 64px; 
}

/* Barra de navegacao */
.navigation {
	position: relative;
	background: url('../img/bg-nav-divider.png') no-repeat 193px 0px;
	height: 64px;
	max-height: 64px;
	margin-bottom: 18px;
	margin-top: 6px;
}

.navigation .span-3 {
}

.navigation .span-3 h1,
.navigation .span-3 .heading{
	line-height: 46px;
	font-family: 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	min-height: 46px;
	font-size: 150%;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: -1px;
	display: block;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.05);
	padding: 0;
}

.navigation .span-9 {
	background: url('../img/bg-nav-right.png') repeat-x;
	height: 65px;
}

.navigation .span-9 h1,
.navigation .span-9 .heading{
	font-family: 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	min-height: 48px;
	font-size: 240% !important;
	text-transform: uppercase;
	color: #fff;
	line-height: 48px;
	overflow: visible;
	text-shadow: 1px 0px 0.0px rgba(255,255,255,0.05);
}

.navigation .span-9 .breadcrumbs{
	position: relative;
	top: -8px;
	left: 8px;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	text-transform: none;
	color: #888;
	line-height: 15px;
	font-size: 80%;
	white-space: nowrap;
	overflow: hidden;
}

.navigation .span-9 .breadcrumbs a{
	border-bottom: 1px solid #c4d3df;
	text-decoration: none;
	color: #135180;
}

.large {
	color: #135180;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 14px;
	padding: 6px 16px !important;
}

/* Baloes */
.balloon h2 {
	background: url('../img/bg-balloon.png') repeat-x #012e51;
	margin: 0px -8px 0 -8px;
	padding: 6px 10px;
	color: #fff !important;
	text-indent: 0 !important;	
}

.gray {
	background: #eaeaea;
}

.balloon h2 strong {
	color: #8ecde7;
	font-weight: inherit;
}

.balloon div.arrow {
	border-top: 5px solid #012e51;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 1px solid #fff;
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 0;
	width: 0px;
}

.gray div.arrow {
	border-right: 5px solid #eaeaea;
	border-left: 5px solid #eaeaea;
}

.balloon a {
	color: #de8800;
	border-bottom: 1px solid #f9d900;
}

.balloon a:hover {
	color: #449de1;
	border-bottom: 1px solid #9ed5ff;
}

.balloon a:active{
	color: #000 !important;
	border-bottom:  1px solid #000;
}

.balloon {
	padding: 0px 8px 4px !important;
	margin: 0;
}
.right {
	text-align: right;
}



.main {
	position: relative;
	left: 15px;
	border-right: 1px solid #b2e2f6;
}

.main p {
	margin: 10px 20px 20px 5px;
	line-height: 1.6em;
	font-size: 1.1em;
}

.main div {
	margin: 10px 20px 20px 5px;
}

.main div div {
	margin: 0;
}

.main img {
	display: block;
	margin-bottom: 10px;
}

.main div.CorpoDocenteProfessor {
	margin: 15px 0px;
	padding: 0;
}

div.ConteudoTitulo {
	margin: 0;
}

.main div.CorpoDocenteConteudo,
div.ConteudoDescricao {
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px !important;
	background: #e5ebed;
}

.main div.CorpoDocenteProfessor a,
div.ConteudoTitulo a,
div.Categoria a
{
	border: none !important;
	display: block;
	font-weight: bold;
}

.main div.CorpoDocenteConteudo a,
div.ConteudoDescricao a,
div.ConteudoPageList a
{
	/* border: none;
	font-weight: bold; */
}

.sidebar {
	padding: 0px 20px 20px 2px;
	font-size: 90%;
}

.sidebar h2 {
	text-indent: 0;
	padding-top: 4px !important;
	margin-top: 30px;
}

.sidebar h2 {
	margin-top: 15px;
}

.sidebar p {
	padding-left: 0;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 30px;
}

/* Noticias */

div.rss-link {
	float: right;
	padding: 5px 5px 0;
}

div.news {
	margin-top: 10px;
}

h1.news {
	font-size: 180%;
	padding: 0 10px 0px;
	margin-top: 0;
}

p.news {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 6px;
}

p.news-desc {
	padding-left: 6px;
}

img.news {
	float: right;
}

div.news-body p {
	line-height: 2em;
	padding-right: 5px;
	margin-bottom: 30px;
	padding-left: 5px;
}

div.news-body p.tools {
	text-align: center;
}

div.news-body {
	margin-bottom: 30px;
	margin-top: 30px;
}

div.photo-gallery {
	background: #fafafa;
	padding: 20px;
	margin: 0;
	position: relative;
}

div.photo-gallery ul li,
div.virtual-tour ul li {
	display: inline-block;
	padding: 10px;
}

div.photo-gallery ul .error,
div.virtual-tour ul .error {
	display: none;
}

div.photo-gallery .asmillerMainImage,
div.virtual-tour .asmillerMainImage {
	width: 650px;
	overflow: hidden;
	position: relative;
	background: black;

}

.asmillerGalleria {
	overflow: auto;
}

div.photo-gallery ul li,
div.virtual-tour ul li {
	background: #000 !important;
	border: 4px solid #eee;
	margin: 16px !important;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
}

/* Right Float */
.float {
	float: right;
	width: 210px;
	margin: 13px 5px 16px 16px;
}

.tab {
	background: #eee url('../img/icons-tab.png') 5px -18px no-repeat;
	color: #135180;
	padding: 5px 10px 1px 20px;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2);
	border-radius: 2px 2px 0 0;
	display: inline;
	cursor: pointer;
}

#grid-tab {
	background-position: 5px 5px !important;
}

.index {
	border: 8px solid #fff;
	background: #fff;
	float: left;
	margin-bottom: 15px;
	clear: left;
	width: 100%;
}

.index a {
	padding: 4px 8px;
	background: #ccc;
	border: none;
	float: left;
	margin-right: 1px;
}

.index a:hover {
	padding: 4px 8px;
	background: #92a9b2;
	color: #fff !important;
	border: none;
	float: left;
	position: relative;
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.index span {
	padding: 4px 8px;
	background: #ccc;
	float: left;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin-right: 1px;
}

.group {
	background: url('../img/bg-group.png') repeat-x;
	padding: 4px 8px;
	margin-bottom: 15px;
	float: left;
	clear: left;
	position: relative;	
}

.group a.top {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	width: 40px;
	background: url('../img/btn-top.png') center center no-repeat;
	text-indent: -999px;
	overflow: hidden;
	border: none;
}

.group h2 {
	margin: 0;
	padding: 4px;
	line-height: 100%;
	font-family: 'DIN', "Lucida Grande", "Lucida Sans Unicode", "Calibri", "Trebuchet MS", sans-serif;
	color: #fff !important;
	text-shadow: 1px 1px 0 #939fa3;
}

.course {
	float: left;
	margin: 0;
	width: 180px;
	padding: 20px;
	position: relative;
}

.border {
	position: absolute;
	min-height: 20px;
	min-width: 20px;
	background: red;
	border: none;
	background: url('../img/bg-grid-corners.png') 
}
.horizontal { left: 20px; right: 20px; background: url('../img/bg-grid-horizontal.png') }
.vertical { top: 20px; bottom: 20px; background: url('../img/bg-grid-vertical.png') }
.left { left: 0; background-position: left; }
.right { right: 0; background-position: right; }
.top { top: 0; background-position: top; }
.bottom { bottom: 0;  background-position: bottom; }
.bottom-right { bottom: 0; right: 0; background-position: bottom right;  }
.bottom-left { bottom: 0; left: 0; background-position: bottom left;  }
.top-left { top: 0; left: 0; background-position: top left;  }
.top-right { top: 0; right: 0; background-position: top right;  }
.center { padding: 1px !important; background: #fff; position: relative; margin: -1px !important; padding: 0}
.listing {
	 position: relative;
	 float: left;
	 padding: 20px;
	 width: 300px;
}

.listing a {
	font-size: 130% !important;
	padding: 5px  !important;
	border-bottom: 1px solid #eee !important;
	display: block;
	color: #135180 !important;
}

.listing li {
	background: none !important;
}

.listing li:last-child a {
	border: none !important;
}

.course h3 {
	padding: 0 4px;
	margin: 0;
	border-bottom: 1px solid #eee;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif !important;
	text-transform: none;
	font-size: 140% !important;
}

.course h3 a {
	border: none !important;
}

.course *,
.listing * {
	margin: 0;
	padding: 0;
}

.listing h2 {
	font-size: 150%;
	cursor: pointer;
	color: #135180;
	border: none;
}

.listing li a {
	font-size: 100%;
	padding: 0;
	border: none;
}

.listing li {
	padding-left: 10px;
}

.listing hr {
	background: #eee;
	color: #eee;
	height: 1px;
	margin: 5px 0;
}

.listing hr:last-child {
	display: none;
}

select {
	/*width: 100%;*/
}

button.next,
button.prev {
	color: #DD8700;
	background: transparent;
	border: none;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.carousel {
	margin: 0 auto !important;
	max-width: 500px;
}

.carousel ul li {
	background: none !important;
	padding: 0 5px !important;
	text-align: center;
}

div.image {
	text-align: center;
	margin: 8px;
}

div.image img {
	border: 1px solid #ccc;
}

.carousel ul li .image img, 
.carousel ul li .tiny-image img {
	display: block;
	padding: 0;
	margin: auto;
}

.carousel ul li .small {
	font-size: 80%;
}

.carousel ul li .image {
	background: #111;
	height: 90px;
	width: 130px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #ccc;
}

.carousel ul li .tiny-image {
	background: #111;
	height: 55px;
	width: 95px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #ccc;
}

button.next {
	float: right;
	margin-top: 5px;
	padding: 40px 5px 40px 5px;
}

button.prev {
	float: left;
	margin-top: 5px;
	padding: 40px 5px 40px 5px;
}

button.next:hover,
button.prev:hover {
	background: #f4f4f4;
}

button.next:active,
button.prev:active {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.categories ul {
	padding: 0;
	margin: 0;
}

.categories li {
	background: none !important;
	margin: 0;
	border-top: 1px solid #eee !important;
}

.categories li:first-child {
	border-top: none !important;
}

.categories li a {
	font-size: 120%;
	border: none !important;
}

.categories li li {
	border: none;
	padding: 2px 0 !important;
}

.categories li li a {
	font-size: 100% !important;
}

.categories li a.expander {
	font-weight: bold;
	border: none;
	color: #009FE0 !important;
	width: 2em;
	padding: 0;
	margin: 0;
	margin-left: -2em;
	display: inline-block;
	text-align: center;
}

.virtual-tour .location-bar {
	padding: 8px;
	float: left;
}

.virtual-tour .location-bar .location.active {
	background: #012d4f;
	position: relative;
	top: 14px;
}

.virtual-tour .location-bar .location {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	padding: 6px;
	margin: 4px;
	background: white;
	float: left;
}

.virtual-tour .location-bar .location:hover {
	background: #f9ea00;
}

.virtual-tour .location-bar h2 {
	margin: 0;
	padding: 2px 4px;
	border: none;
	line-height: 1em;
	background: #009fe0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14pt;
	font-family: 'DIN', sans-serif;
}

.virtual-tour .location-bar img {
	display: block;
	margin-top: 2px;
}

.virtual-tour .location-bar .location .arrow {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 0px solid transparent;
	border-top-color: #f9ea00;
	border-bottom: none;
	position: absolute;
}

.virtual-tour .location-bar .location.active .arrow {
	border: 12px solid transparent;
	border-top-color: #012d4f;
	border-bottom: none;
	position: absolute;
}

.virtual-tour .location-bar .location:hover .arrow {
	border-top-color: #f9ea00;
}

.virtual-tour .slideshow {
	background: white;
	clear: both;
	padding: 32px;
}

.unit-logo {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.box {
	-webkit-border-radius: 1.5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	-moz-border-radius: 1.5px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	-o-border-radius: 1.5px;
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	border-radius: 1.5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
}
.box .box {
	-webkit-box-shadow: none;
}

.destaque h2 {
	font-size: 220% !important;
	font-weight: bold;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif !important;
	color: #135180 !important;
	margin: 0 5px !important;
	padding: 0 !important;
}

.destaque em {
	font-style: normal;
	font-size: 120% !important;
	color: #009fe0;
}

.publications {
	float: left;
	width: 90%;
	margin-left: 5%;
}

.publications dl{
	float: left;
	width: 33%;
	height: 120px;
	text-align: center;
	padding-top: 20px;
}

.relacionamento h2 {
	margin: 0 !important;
	text-align: center;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif !important;
	font-size: 130%;
}

.relacionamento p {
	text-align: center;
}

.relacionamento strong {
	font-size: 130%;
}

.location {
	background: white;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
	-webkit-border-radius: 1.5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	-moz-border-radius: 1.5px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	-o-border-radius: 1.5px;
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
	border-radius: 1.5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.08), 0px 2px 1px rgba(0,0,0,0.03);
}

.location h2 {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif !important;
	font-size: 130%;
	color: #002c4e;
}

.location address {
	margin: 0;
	font-style: normal;
}

.location .map-wrapper {
	background: #009fe0;
	color: white;
	margin: 0 -1em;
	padding: 0.2em 1em 0.2em;
}

.location .open {
	background: #002c4e;
}

.location .options {
	text-align: right;
}

.map {
	height: 400px;
	margin: 1em 0 0.5em;
	background: white url('../img/loading.gif') no-repeat center center;
	color: black;
}

.popup-content {
	margin: 0;
	padding: 0;
}

.popup-content a,
.popup-content p,
.popup-content address,
.popup-content h2 {
	margin: 0 !important;
	padding: 0 !important;
}

.location .options .show-map {
	background: #009fe0 url('../img/show-arrow.png') no-repeat 97% center;
	padding: 2px 20px 2px 5px;
	border: none !important;
	color: white !important;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.location .options .hide-map {
	background: #002c4e url('../img/hide-arrow.png') no-repeat 97% center;
	padding: 2px 20px 2px 5px;
	border: none !important;
	color: white !important;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.location .map-wrapper a {
	display: inline-block;
	margin-bottom: 0.5em;
}

.addthis_toolbox a {
	margin: 0 5px;
}

.addthis_toolbox a span {
	margin-right: 5px;
}
.tab-par {
padding:.3em 1em;
text-align:center;
	vertical-align: top;
}