*{
    font-family:Arial, Verdana;
    font-size:15px;
    padding:0;
    margin:0;
    color:#525252;
}

body{
    background-image:url('../_img/bg.jpg');
    background-position:top center;

}
.body{
    background-image:url('../_img/bg-topdo.jpg');
    background-repeat:repeat-x;
    width:100%;
}

.bgTopo{
    background-image:url('../_img/bg-cabecalho.jpg');
    background-repeat:no-repeat;
    background-position:center 0;
    width:100%;
}
.logo{
    position:absolute;
    height:89px;
    width:300px;
    margin:24px 0 0 17em;
    text-indent:-9000px;
    overflow: hidden;
	
}
.cabecalho{
        margin-top:-3px;
	height:275px;
        width:790px;
        overflow:hidden;
}
.cabecalho img{
	height:275px;
        width:790px;

}
.container{
  	border:1px solid #CCC;  
    width:790px;
    margin:0 auto;
    background:#FFF;
    
}
.conteudo{
    background-image:url('../_img/bg-container.jpg');
    background-repeat:repeat-x;
    width:100%;
    display:table;
}
ul.menu { 
    display: block;
    overflow: hidden;
    height: 157px;
    margin-left:8px;
    margin-top:20px;
}

ul.menu li{
        list-style:none;
        float:left;
        width:190px; position: relative;
        margin-right: 4px; }

ul.menu li a{
        display: block;
        position: relative;
        overflow: hidden;
        height: 157px;
        width: 190px;
}

ul.menu li a { text-decoration: none; }

ul.menu li img {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
}


.btn1{ background-image:url('../_img/btn-hover1.jpg'); }
.btn2{ background-image:url('../_img/btn-hover2.jpg'); }
.btn3{ background-image:url('../_img/btn-hover3.jpg'); }
.btn4{ background-image:url('../_img/btn-hover4.jpg'); }

.sombraMenu{
	margin-top:2px;
    background-image:url('../_img/sombra-menu.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:41px;
    display:table;
}

.principal{
    padding:10px;
    margin-bottom:50px;
}
.rodape {
    border-top:1px solid #CCC;
    padding-top:20px;
}
.rodape p {
    margin-top:25px;
    font-size:85%;
    text-align:right;
    color:#777;
    padding-bottom:20px;
}
.rodape img{
    margin-left:5px;
    float:right;
    margin-right:20px; 
}

h1{
    font-size:200%;
    color:#930;
    font-style:italic;
    letter-spacing:-2px;
    border-bottom:1px solid #CCC;
    padding-bottom:5px;
    margin-bottom:20px;
    padding-left:15px;
}
