﻿body {
	background: #999;
	background-image:url('../img/bg.jpg');
}

header#topo {
	background-color: #592f20;
}

#box01 {
    position: absolute;
    width:960px;
    height:580px;
    overflow:hidden;
    background-color: #592f20;
    z-index: 11;
}

.barra {
	position: absolute;
	width: 960px;
	z-index: 10;
	background-color: #592f20;
    display: none;
    overflow: hidden;
}
.tira{    background: url(../img/01.jpg) no-repeat;}

#barra1 {height: 50px;top:300px;}
#barra2 {height: 7px;}
#barra3 {height: 37px;}
#barra4 {height: 52px;}
#barra5 {height: 13px;}
#barra6 {height: 27px;}

.imgBk {
    position: absolute;
    z-index: 12;
}

#subnav {
    z-index: 13;
    position: absolute;
    width: 960px;
    color: #e4d1b0;
    display: none;
    background-color: transparent;
}
    #subnav1 {
        height: 5px;
	    background-color: #592f20;
    }
    #subnav2 {
        padding: 5px;
        padding-left: 10px;
        padding-right:10px;
	    background-color: #592f20;
    }
        #subnav2 a
        {
            margin-right: 15px;
            text-decoration: none;
            color: #ceb799;
        }
        #subnav2 a:hover
        {
            color: #9e8769;
        }
        
    #subnav3 {
        height: 7px;
	    background-color: #592f20;
    }


#feature{
	padding-top:0;
    background: #fffeef;
}
    #feature .sub-menu {
	    background-color: #592f20;
	    color: #E3D1B0;
    }

footer {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14px;
}