/* CSS Document */
.cBoxPage {
        border: none;
        width: 100%;  
		text-align:center;
		z-index:-10;
		
}

.cBoxBody {
        border: 0px solid #9900FF;
		width: 1050px;  
        +width: 1070px;  
		vertical-align:top;
		margin:0 auto;
		text-align:left;
		z-index:-9;
}

.cBoxTop {       
        position: relative;
        top: 0px;
        height: 185px;
        clear: both;
}

.cBoxAcessoRapido {
        border: 0px solid black;
        position: inherit;
        top: 0px;
		float:left;
        width: 810px;		
		height:440px;
        clear: both;
		z-index:-8;
		
}


.cBoxContent {
        border: 0px solid red;
        display: inline-block;
        height: auto;
        width: 585px;
		padding:5px;
}

.cBoxLeft {
        border: 0px solid blue;
        float: left;
        height: auto;   
        width: 205px;
		padding-right:5px;
		padding-top:5px;
}
.cBoxRigth {
        border: 0px solid green;
        float: right;
        height: auto;
        width: 235px;
}
.cBoxBottom {
        border: 0px solid orange;
        height: auto;
        clear: both;
        
}

h3 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	height:auto;
	margin:5px;
}
.linha2 {
	border-bottom:1px dashed #cccccc;
	background-color: rgb(240,240,240);
	height:30px;

}