body {
    background:url("../images/bg.jpg") repeat;
    color: #fff;
}


address {
    color: #6D6E71;
    font-size: 11px!important;
    font-weight: bold;
}
.titulos {
    font-size: 27px;
    color: #414042;
}
p {
    color:#414042;
}
span {
    color:#414042;
}
.frota {
    background: url("../images/slice_content.jpg") repeat-x!important;
}



#canvas {
}

#cv_header {
    background: purple;
    margin-top: 90px;
}

#cv_logo {

}

#cv_menu {
    position: relative;
    padding-top: 20px;
    font-weight: bold;
}

#menu {
    display: inline-block;
    float: right;
    list-style: none;

}

#menu li {
    display: inline-block;
    line-height: 28px;
    text-align: left;
    color: #231F20;
    padding-left: 10px;
    padding-right: 6px;
    border-left: solid 1px #231F20;
}

#menu li:hover {
    background: #036635;
    color: #fff;

}

#cv_slide {
    height: 298px;
    background: #fff;
    overflow: hidden;
    
}

#contain_right {
    background: #58595B;
    float: right;
    width: 365px;
    padding: 20px 20px;
    position: relative;
    height: 100%;
}

#contain_right .front {
    color: #fff!important;
}

#contain_right ul li {
    color: #fff!important;
}

#list_right {
    
    list-style: none;
    line-height: 25px;
}
#list_right li {
    margin: 0;
    color: #414042;
    text-decoration: underline;
}


#contain_left {
    background: url("../images/slice_content.jpg") repeat-x;
    float: left;
    width: 495px;
    padding: 20px 20px;
    position: relative;
    height: 100%;
    
}

#cv_footer {
    text-align: right;
    padding-top: 10px;
   
    }
   
#cv_content {
    position: relative;
    height: auto;
    background: #58595B;
}


#content_internal {
    padding: 20px 20px;
    background: url("../images/slice_content.jpg") repeat-x;
    min-height: 195px;
}



#cv_contato {
}


.form {
    padding: 20px;
    clear: both;
}


#cv_left {
    width: 247px;
    float: left;
    padding-left: 20px;
    margin-top: 30px;
}

#cv_mid {
    width: 246px;
    float: left;
    padding-left: 20px;
    margin-top: 30px;
}

#cv_right {
    width: 357px;
    padding-left: 50px;
    float: left;
    margin-top: 90px;
    
}

/* #CONTATO   */


#submit {
margin-top: 20px;
}

.extensivo label {
    display: block;
    color: #414042;
}

.extensivo input {
    width: 200px;
    color: #414042;
}

.extensivo {
    height: 30px;
    color: #414042;
}

textarea {
    width: 280px;
    color: #414042;
}

#cv_right label {
    display: block;
    color: #414042;
}

.principal {
    color: #414042;
}

/* #GALERIA   */
     	#gallery {
        margin: 0 auto;

	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; margin: 0;}
	#gallery ul img {
		border: 1px solid #022900;
		border-width: 1px 1px 1px;
	}
	#gallery ul a:hover img {
		border: 1px solid #022900;
		border-width: 1px 1px 1px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
    
