




/*body {
    background: #F0EFE7;
    margin: 0;
    padding: 0;
    font: 15px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4E443C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizelegibility;
}

h1 {
    color: #4E443C;
    font-size: 36px;
    font-weight: bold;
}

h2, h2 a {
    color: #F14E32;
}

h3, h3 a {
  color: #0388A6;
}

a {
  color: #0388A6;
}*/























.notice pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.notice {
    max-width: 300px;
    padding: 0 0 40px 0;
    margin: auto;
}

.news_cont {
    max-width: 670px;
    padding: 0 0 40px 0;
    margin: 20px 0 0 0;
}

.notice .jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
	height:auto;
}

.notice .jcarousel-control-prev,
.notice .jcarousel-control-next {
    position: absolute;
    bottom: -52px;
    margin-top: -15px;
    width: 22px;
    height: 32px;
	background-image:url(../imagens/news_nav2.png);
	background-repeat:no-repeat;
}
.notice .jcarousel-control-prev {
    left: 85px;
	background-image:url(../imagens/news_nav.png);
	background-repeat:no-repeat;
}

.notice .jcarousel-control-next {
    left: 125px;
}
































/** Carousel **/

.notice .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.notice .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.notice .jcarousel li {
    width: 300px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.notice .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/




/** Carousel Pagination **/

.notice .jcarousel-pagination {
    position: absolute;
    bottom: -45px;
    left: 12%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.notice .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
	background-image:url(../imagens/eventnav_bulletin.png);
	width:15px;
	height:15px;
}

.notice .jcarousel-pagination a.active {
    background-image:url(../imagens/eventnav_bulletin_hover.png);
    opacity: 1;
	width:16px;
	height:15px;
}
