body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #4C4C4C;
}


#page {
	height: 100%;
	margin: auto;
	background-color: #fff;
	
}

#intro {
	background-image: url(img/lines.png);
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

#intro p {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	color: #4C4C4C;
	text-align: center;
}

#lang {
	font-size: 0.8em;
	background-color: #CC5200;
	float: left;
	width: 25px;
	height: 25px;
	padding: 5px;
	border-radius: 0 0 50px 0;
}

#lang a {
	text-decoration: none;
	color: #FFFFFF;
}

#lang a:hover {
	text-decoration: none;
	color: #000;
}


#head {
	background-color: #cc5200;
	height: auto;
	padding-bottom: 15px;
}

#menu {
	max-width: 1800px;
	margin: auto;
	list-style: none;
	padding-left: 0px;
	text-align:center;	
}

#menu li {
	display: inline-block;
	font-size: 0.7em;
	width: auto;
	line-height: 100%;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#menu li a {
	text-decoration: none;
	color: #fff;
}

#menu li a:hover {
	color: black;
}

#content {
	background-color: #f8f8f8;
	width: 100%;
	padding-top: 0px;
	border-bottom: solid 1px #ccc;
	clear: both;
}

.post {	
	display: table;
	width: 1000px;
	margin: auto;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;

}



.painel {
	width: 100%;
	margin: auto;
	background-color: #FFDAC2;
	display: table;
	border-bottom: solid 1px #cc5200;
	border-top: solid 1px #cc5200;
}

.lights_off {
	width: 100%;
	margin: auto;
	background-color: #FFDAC2;
	display: table;
}

.topics {
	font-size: 1em;
	border-top: dotted 1px #cc5200;
	padding-top: 10px;
	margin-bottom: 5px;
	list-style: decimal;
}

.col {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.colup {
	text-align: center;
	float: inherit;
	width: 100%;
	margin-bottom: 15px;
}

.col-75 {
	width: 75%;
	float: left;
}

.col-50 {
	width: 50%;
	float: left;
	padding-bottom: 10px;
}

.col-30 {
	width: 30%;
	float: left;
	padding-bottom: 30px;
}

.col-25 {
	width: 25%;
	float: left;
}

.col-33 {
	width: 32.7%;
	display: inline-table;
}

.date {
	padding: 1px;
	padding-left: 10px;
	background-color: #ffcaca;
	border-radius: 0 0 15px 15px;
	font-weight: 400;
	font-size: 0.8em;
}
.map {
	width: 100%;
	margin: auto;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/* footer */

#footer {
	font-size: 0.8em;
	bottom: 0px;
	color: #000;
	background-color: #ccc;	
	width: 100%;
	float: left;
	border-top: solid 1px #a6a6a6;

}
.fund {

	bottom: 0px;
	background-color: #f9f9f9;	
	width: 100%;
	float: left;
	border-top: solid 1px #a6a6a6;
}

/* links */

.topo {
   	text-align: center;
   	width: 30px;
   	height: 15px;
	margin-left: 10px;
	padding: 5px;
	font-size: 0.7em;
	background-color: #6699FF;
	border-radius: 20px 20px 0 0;
	}

h1 a {
	text-decoration: none;
	color: #1F5CFF;
}


a {
	color: #000;
}

p a {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #000;
}

p a:hover {
	color: #cc5200;
}


.map {
	width: 100%;
	margin: auto;
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding-bottom: 10px;
}

/* titles*/

h1 {
	width: 100%;
	font-size: 1.3em;
	font-weight: 400;
	color: #cc5200;
	}

h2 {
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 10px;
}

h3 {
	font-size: 0.8em;
	padding: 0px;
}

h4 {
	font-weight: 700;
	font-size: 1em;
	margin: 0px;
}

p {
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
}

sup {
	font-size: 0.6em;

}

.post p {
	margin: auto;
	max-width: 600px;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-right: 30px;
	padding-bottom: 20px;

}
.post li {
	padding-right: 20px;
	padding-bottom: 5px;
}

.post2 p {
	align-content: center;
	margin: auto;
	max-width: 600px;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-right: 30px;
	padding-bottom: 20px;

}
.post2 li {
	padding-right: 20px;
	padding-bottom: 5px;
}


legend {
	font-size: 0.7em;
	line-height: 1.4em;
	width: 100%;
	float: left;
}

hr {
	border-bottom: solid 1px;
	border-top:none;
	border-color: #c50;
}

ul {
	text-decoration: none;
	padding: 0;

}

li {
	list-style: none;
	list-style-type: none;
	padding: 0;
}

figure {
	background-image: url(img/img_lecture.jpg);
	display: table;
	width: 100%;
	height: 500px;
	margin: 0;
	text-align: center;
}


blockquote {
	font-size: 1.1em;
	line-height: 140%;
	color: #cc5200f;
}

img {
	border: 0;

}
caption {
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
	padding-bottom: 20px;
}

table {
	text-align: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	border-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
}
th {
	text-transform: uppercase;
	font-size: 0.7em;
	padding-bottom: 10px;

}
td {
	border-top: solid 1px #ccc;
	font-size: 0.8em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	vertical-align: top;
}

.middle {
	text-align: center;
}

.left {
	text-align: left;
}

.invert {
	color: #fff;
}

.alumni {
	display: table;
	text-align: center;
	width: 148px;
	height: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255, 255, 0);
}

.alumni p {
	padding: 0px;
	text-align: left;
	font-size: 15px;
	color: #cc5200;
}

.alumni img {
	max-height: 100px;
	padding: 0px;
	border-radius: 50px;
	border: solid 1px #FF5050;
}

.alumni2 {
	display: table;
	text-align: center;
	width: 148px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255, 255, 0);
}

.alumni2 p {
	padding: 0px;
	text-align: center;
	font-size: 15px;
	color: #cc5200;
}

.alumni2 img {
	max-height: 100px;
	padding: 0px;
	border-radius: 50px;
	border: solid 1px #FF5050;
}

.faculty {
	position: relative;
	display: inline-block;
	width: 10rem;
	height: 10rem;
	margin: 0px;
}

.faculty img {
	padding: 0px;
	width: 100%;
}

.bio {
	float: right;
	font-size: 0.8em;
	width: 15rem;
	height: 15rem;
	margin: 0px;
	background-color: #ccc;
}

.bio p {
	padding: 10px;
}

.bio ul {
	padding: 10px;
}

.faculty a {
	text-align: center;
	text-decoration: none;
	position: absolute;
	width: 100%;
	padding-bottom: 1rem;
	padding-top: 1rem;
	bottom: 0px;
	left: 0px;
	font-size: 12px;
	color: #fff;
	background-color: rgba(250, 110, 20, 0.4);
}

.faculty a:hover {
	color: #000;
	background-color: rgba(255,255, 255, 0.8);
}

.retangle {
	text-decoration: none;
	height: 1.5rem;
	width: 100%;
	display: block;
	padding: 5px;
	border: solid 1px #ccc;
	color: #cc5200;
	margin-bottom: 10px;
}

.botton {
	margin-top: 20px;	
	margin-bottom: 20px;
	padding-right: 50px;
}
.botton a {
	font-size: 0.7em;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #cc5200;
	color: #fff;
	background-color: #cc5200;
}

.botton a:hover {
	color: #1F5CFF;
	background-color: #fff;
}

.square {
	text-decoration: none;
	text-align: center;
	height: 2rem;
	width: 1rem;
	padding: 1rem;
	border: solid 1px #cc5200;
	color: orange;
	background-color: #fff;
}

.square a:hover {
	border: solid 1px #cc5200;
	color: #fff;
	background-color: #cc5200;
}

.carousel {
  position: relative;
  text-align: center;
  padding: 0px;
}

.carousel img {
  	width: 100%;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.carousel-inner > .item {
  position: relative;
  display: none;

  -webkit-transition: .3s ease-in-out left;
       -o-transition: .3s ease-in-out left;
          transition: .3s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cc5200;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #cc5200;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (max-width: 800px) {

	.post {	
	display: table;
	width: 800px;
	margin: auto;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}

}
