@charset "utf-8";
/* CSS Document */

#containerExp {
	display:block;
	width:95%;
	min-width:990px;
	background:#fff;
	margin:20px auto auto auto;
}
#topoPrincipal .topoCurva {
	display:block;
	width:100%;
	background:url(../images/bg_topoE.gif) repeat-x;
	height:16px;
}
#topoPrincipal .topoCurva span {
	display:block;
	float:right;
	height:16px;
	width:16px;
	background:url(../images/bg_topoD.gif) no-repeat;
}
#topoConteudo {
	background:#fff url(../images/bg_topo.gif) repeat-x;
	min-height:69px;
}
#topoConteudo a.logo {
        background: url("../images/logo_capes.gif") no-repeat scroll 0 0 transparent;
        color: #333333;
        display: block;
        font-size: 11px;
        height: 79px;
        line-height: 65px;
        margin: 0 0 0 30px;
        padding: 0 0 0 110px;
        text-decoration: none;
        width: 90%;
}
.separadorTopo {
	display:block;
	height:40px;
	background:url(../images/bg_topo_onda.gif) no-repeat;
	margin:-1px 0 0 0;
}
.separadorTopo span {
    border: 1px solid #006699;
    color: #006699;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin: -6px 2px 0;
    text-align: center;
    width: 15px;
}
#containerExp #conteudoPrincipal {
	background:#fff;
}
#containerExp #rodapePrincipal {
	border-top: 2px solid #F1F3F8;
}
.rodapeCurvas {
	display:block;
	height:7px;
	background:url(../images/bg_rodapeE.gif) no-repeat;
}
.rodapeCurvas span {
	background:url(../images/bg_rodapeD.gif) no-repeat;
	width:7px;
	height:7px;
	float:right;
}
#rodapeCunteudo {
	background:url(../images/bg_rodape.gif) repeat-x;
	height:65px;
	display:block;
	color:#008834;
	text-align:center;
}
#rodapeCunteudo address {
	padding-top:15px;
}
