﻿body 
{
    width:100%;
    margin:0 auto;
    background-color:#ffffff;
    font-family:Arial;
    font-size:13px;
     background-image:url(../images/corrugation.png);
    text-align:justify;
    color:#333333;
    line-height:1.6;
}

a
{
    text-decoration:none; color:Green;
}

a:hover
{
    text-decoration:none; color:#333333;
}

#top
{
    width:100%;
    height:30px;
    background-color:#FF5050;
    border-bottom:5px solid #CC6600;
   
}

#top_sub
{
     width:960px;
    height:30px;
    margin:0 auto;
    text-align:right;
    padding-top:5px;
    
}

#header
{
    width:100%;
    height:167px;
    background-color:#FFFFFF;
    background-image:url(../images/subtle-dark-vertical.png);
}

#header_sub
{
     width:1000px;
    height:120px;
    margin:0 auto;
}

#header_menu
{
    width:100%;
    height:40px;
    padding-top:5px;
    background-color:#0A599C;
    background-image:url(../images/subtle-dots.png);
     -webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}
#main_menu
{
    width:100%;
    height:35px;
    border-bottom:1px dashed #6699FF;
    border-top:1px dashed #6699FF;
}
    
#header_men
{
     width:1000px;
     height:35px;
     margin:0 auto;
   
}

#banner
{
    width:100%;
    height:450px;
    background-image:url(../images/ijs.png);
    
}

#cir_sub
{
     width:1000px;
    height:80px;
    margin:0 auto;  
}

#cir
{
   width:100%;
    height:80px;
    padding-top:5px;
    background-color:#0A599C;
    background-image:url(../images/subtle-dots.png);
     -webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}  

#main
{
    width:100%;
    margin-top:30px;
    clear:both; 
    overflow:hidden;
}

#main_sub
{
    
     width:1000px;
    margin:0 auto;
}

.ma_l
{
    width:700px;
    float:left;
   
}
.ma_r
{
    width:250px;
    float:right;
    background-color:#6699FF;
    background-image:url(../images/subtle-dark-vertical.png);
   
      border-radius:8px; 
    -moz-border-radius:8px; 
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}

.ma_r_m
{
    width:700px;
    float:right;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
    background-color:#C0EDFC;
}
.ma_l_m
{
    width:250px;
    float:left;
    background-color:#6699FF;
    background-image:url(../images/subtle-dark-vertical.png);
  
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
}

.mas_h
{
            height: 45px;
             font-family:Nyala;
            font-size: 26px;
            color: #fff;
          
            padding-left:10px;
           
             background-color:#0A599C;
    background-image:url(../images/subtle-dots.png);
}
.mas_hh
{
            height: 37px;
             font-family:Nyala;
            font-size: 24px;
            color: #fff;
            padding-left:10px;
             background-color:#0A599C;
    background-image:url(../images/subtle-dots.png);
}

.mas_h_ad
{
    width:99%;
  height: 45px;
             font-family:Nyala;
            font-size: 26px;
            color: #fff;
            padding-left:10px;
             background-color:#0A599C;
    background-image:url(../images/subtle-dots.png); 
}

#p_man_ad_d
{
    width:100%;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.8);
    box-shadow:0 0 5px rgba(0,0,0,0.8);
    background-color:#C0EDFC;
}



#footer
{
    width:100%;
    height:60px;
    background-color:#0A599C;
    background-image:url(../images/subtle-dots.png);
    margin-top:20px;
    border-top:6px solid #6699FF;
    
}

#footer_sub
{
     width:960px;
    height:48px;
    margin:0 auto;
    text-align:center;
    padding-top:12px;
    
}

#footer a
{
    color:#ffffff;
    text-decoration:none;
}

#footer a:hover
{
    color:#ffff99;
    text-decoration:none;
}

.image:hover {
-webkit-transform:scale(0.8);
transform:scale(0.8);
}

.image {

-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
height:120px;
width:120px;
}

.imagem:hover {
-webkit-transform:scale(0.8);
transform:scale(0.8);
}

.imagem {

-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;

}