@font-face {
    font-family: fontDimn;
    src: url('DINM.ttf');
    src: url('DINM.ttf') format('embedded-opentype'),
    url('DINM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {height:100%;} 
body{
    margin: 0 auto;
    font: normal 13px "Arial"; color: #444444;
}
.top-banner {background-image: url(../images/banner-index.jpg); width: 1300px; height: 322px;}
.banner-insitucional{
    background-image: url(../images/banner-institucional_1.jpg); width: 1299px; height: 232px;
}
.banner-areas{
    background-image: url(../images/banner-areas.jpg); width: 1300px; height: 232px;
}
.banner-portfolio{
    background-image: url(../images/portfolio.jpg); width: 1300px; height: 232px;
}
.banner-contato{
    background-image: url(../images/banner-contato.jpg); width: 1300px; height: 232px;
}
.bottom-banner {background-image: url(../images/banner.jpg); width: 1300px; height: 293px;}

.menu {
    height: 81px;
    padding: 0 150px;
}
.menu div {
    float: left;
    height: 81px;
    line-height: 81px;
    margin: 0 20px;
    font-size: 17px;
    color: #444444;
	font-family: fontDimn;
}
.menu div a {
    text-decoration: none;
    color: #858585;
}
.menu div.active {
    font-weight: bold;
}
.telefone {
    height: 81px;
    width: 136px;
    background-image: url(../images/phone.png);
    display: block;
}
.clear {
    clear: both;
}
.content {
    padding: 50px 175px;
}
.content-left {
    float: left;
    padding-right: 50px;
    width: 450px;  
}
.content-right {
    float: right;
    width: 450px;    
}
.content-title {
font-family: fontDimn;
    font-size: 30px;
    margin-bottom: 20px;
color: #757584;
}
.content-title-blue {
font-family: fontDimn;
    font-size: 38px;
    margin-bottom: 20px;
    color: #6F8AB9;
}
.content-title-brown {
font-family: fontDimn;
    font-size: 38px;
    margin-bottom: 20px;
    color: #66522d;
}
.content-text {
    font-size: 13px; 
	line-height:1.5;
    margin-bottom: 20px;
    text-align: justify;
}
.content-text-gray {
    font-size: 12px; 
    margin-bottom: 20px;    
    background-color: #e1e2f2;
    text-align: justify;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;    
}
.btn {
    font-family: fontDimn;
    border: 1px solid #707070;
    float: left;
    padding: 10px 20px;    
}
a {
    text-decoration: none;
    color: #858585;    
}
.footer {
    height: 100px;
    background-color: #18191a;
    text-align: center;
    line-height: 100px;
    text-indent: 400px;
}
.content-contact {
    padding: 50px 175px;
    background-color: #e5e4f0;
}
.input-text {
    border: 0;
    padding: 10px;
    width: 250px;
    font: normal 12px Verdana, Arial; 
    color: #707070;
    margin-bottom: 10px;
}
.input-text-alt {
    border: 1px solid #9797a6;
    padding: 10px;
    width: 248px;
    font: normal 12px Verdana, Arial; 
    color: #707070;
    margin-bottom: 10px;
}
.btnEnviar {
    background-color: #9797a6;
    color: #fff;
    font-weight: bold;
    width: 270px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
border: 0;
}
.pin {
    float: left;
    height: 65px;
    width: 52px;
    background-image: url(../images/pin.png);    
}
.pin-alt {
    float: left;
    height: 65px;
    width: 52px;
    background-image: url(../images/pin-alt.png);    
}
.pin-address {
    float: left;
    margin-left: 20px;
}
.institucional-image {
    height: 293px;
    width: 464px;
    background-image: url(../images/institucional.jpg);      
}
.cap {
    height: 77px;
    width: 110px;
    background-image: url(../images/cap.jpg);  
    float: left;
}
.map {
    height: 80px;
    width: 109px;
    background-image: url(../images/map.jpg);  
    float: left;
}

