#header #logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#header #logo a {
    -webkit-flex:1 1 auto;
    -moz-flex:1 1 auto;
    -ms-flex:1 1 auto;
    -o-flex:1 1 auto;
    flex:1 1 auto;
}

#content .container {
	background: url("/static/imgs/miolo_bg.jpg") repeat-y;
}

#content a:link, #content a:visited {
	color: #2E5079;
    text-decoration: none;
}
#content a:hover, #content a:active {
	color: #2E5079;
    text-decoration: underline;
}

#content h3 {
    color: #2E5079;
    font-weight: bold;
}

#content .principal h3 {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
	margin-top:24px;
}

.bx-wrapper img {
    width: 100%;
}

#content .principal p {
    text-align: right;
    font-size: 13px;
	line-height:24px;
}
#content .anuncio1 {
min-height: 220px;
}

#content .secundario h3 {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

#content .secundario p {
    font-size: 12px;
    text-align: right;
	line-height:20px;
}

#content .inferior {
	padding-top:20px;
    padding-bottom: 24px;
}
#content .inferior .secundario h3 {
    color: #2E5079;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
#content .inferior .secundario h3 a {
    color: #2E5079;
}
#content .inferior .secundario p {
    font-size: 13px;
    text-align: left;
}

#content .inferior .principal h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

#content .inferior .principal p {
    font-size: 13px;
    text-align: left;
}
#content .inferior .facebook {
    background-color: #FFF;
    font-size: 12px;
    padding: 12px 4px;
    text-align: center;
    width: 214px;
	border-left: 8px solid #94B1D6;
	margin-right:-10px !important;
	min-height: 650px;
}
.border-divisor {
    border-top: 1px solid #A5B0B0;
    float: left;
    margin: 30px 0;
    width: 100%;
}

.destinferior {
width: 100px;
float: right;
margin-left: 6px;
}

#twitter_update_list li {
    margin-bottom:12px;
}

#linha_do_tempo {
    border-top: 8px solid #94B1D6;
    background-color: #FFF;
    float: left;
    height: 145px;
    margin: 24px auto 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 6px;
}

#linha_do_tempo h4 {
    color:#2F5079; text-align:center;
}

#linha_do_tempo .lt_navegacao {
    z-index: 10;
    width: 950px;
    top: 65px;
    position: absolute;
}

#linha_do_tempo .lt_navegacao .next {
    background: url("/static/imgs/sprite.png") no-repeat scroll 0 -88px transparent;
    border: medium none;
    cursor: pointer;
    height: 77px;
    position: absolute;
    width: 34px;
    z-index: 7;
    right: 0;
}

#linha_do_tempo .lt_navegacao .prev {
    left: 0;
    background: url("/static/imgs/sprite.png") no-repeat scroll 0 0px transparent;
    border: medium none;
    cursor: pointer;
    height: 77px;
    position: absolute;
    width: 34px;
    z-index: 7;
}


#linha_do_tempo .lt_container {
    background-color: #EFEFEF;
    overflow: hidden;
    width: 860px;
    display: block;
    position: relative;
    height: 150px;
    margin-left: 45px;
}

#linha_do_tempo ul {
    width: 100000px;
    position: absolute;
    left: 0px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

#linha_do_tempo li {
    border-right: 2px dotted #94B1D6;
    float: left;
    padding: 0 20px 0 10px;
    width: 240px;
}

#linha_do_tempo li a {
    width: 240px;
    height: 148px;
    display: block;
}
#linha_do_tempo h3 {
    font-weight: bold;
	font-size:22px;
	margin-bottom:8px;
}
#linha_do_tempo p {
	font-size:13px;
	width: 240px;
}
