@charset "utf-8";
/* CSS Document */

     html,body{ margin:0; font-family:verdana;}
           
            .content{ width:100%; text-align:center; padding-top:10px; }
           

            /* This rule is read by Galleria to define the gallery height: */
            #galleria{height:320px}
			
			
			* {
margin: 0;
padding: 0;
}
 
.menu ul {
list-style-type: none;
background-image: url(img/bg_menu.jpg);
height: 50px;
width: 1024px;
margin: auto;
}

.menu li {
float: left; border-right:#2b2628 2px solid;
}

.menu ul a {
background-image: url(navi_bg_divider.png);
background-repeat: no-repeat;
background-position: right; width:150px; text-align:center;
 
 
display: block;
line-height: 50px;
text-decoration: none;
font-size: 15px;
color: #5c5748;
}
.menu ul a:hover { background:#3b342b; color:#FFF;}

.list_serv ul{ margin-left:13px;}
   
.list_serv li{  list-style-type:square;     padding-bottom:5px; }
.ver_mais{ padding-left:13px; font-size:13px;}
.ver_mais a{ color:#FFF; text-decoration:none; font-size:13px;}
.ver_mais a:hover{ color:#FFF; text-decoration:underline; font-size:13px;}
.tit_desc{ color:#FFF; font-family:'Eras Bold ITC'; padding-left:15px; padding-bottom:15px; text-align:left;}
.txt_desc{ font-family:'verdana'; font-size:12px; padding-left:15px; padding-bottom:15px; text-align:justify; }


 