body{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100%;
	
}

#dcentro{
	margin:auto;
	width:950px;
	height:155px;
	
}

/*estilo do vinicius*/

#noticias {width:680px; height:300px; position:relative; background-color:#dcdcdc;border-radius:10px;box-shadow: 2px 3px 4px #000;
padding-left:10px;margin-left:1px;}

#roda {width:200px; height:200px; position:relative; background-color:#dcdcdc;border-radius:10px;box-shadow: 2px 3px 4px #000;
margin-left:730px; margin-top:-280px;}

.noticias {width:200px; height:130px;border-radius:5px;}


#noticia1 {width:200px; height:130px;margin-top:10px; margin-left:30px;position:absolute; border-radius:5px;box-shadow: 2px 3px 4px #000;}
#texton1 {width:200px; height:35px; margin-top:105px; margin-left:50px;position:absolute; z-index:1; opacity:.6; background-color: #FFFFFF; border-radius:5px; }
.textonoticias {font-family:Verdana, Geneva, sans-serif; font-size:18px;text-align:center;margin-top:10px;}

#noticia2 {width:200px; height:130px;margin-top:10px; margin-left:265px;position:absolute; box-shadow: 2px 3px 4px #000;}
#texton2 {width:200px; height:35px; margin-top:105px; margin-left:265px;position:absolute;z-index:1; opacity:.6; background-color: #FFFFFF;border-radius:5px;}


#noticia3 {width:200px; height:130px;margin-top:10px; margin-left:480px;position:absolute;box-shadow: 2px 3px 4px #000;}
#texton3 {width:200px; height:35px; margin-top:105px; margin-left:480px;position:absolute;z-index:1; opacity:.6; background-color: #FFFFFF;border-radius:5px;}


#noticia04 {width:200px; height:130px;margin-top:10px; margin-left:700px;position:absolute;box-shadow: 2px 3px 4px #000;}
#texto04 {width:200px; height:35px; margin-top:105px; margin-left:700px;position:absolute;z-index:1; opacity:.6; background-color: #FFFFFF;border-radius:5px; border-radius:5px;}





/*zooo*/

#hoverzoom {position: absolute;
   width:200px; height:130px;
    overflow: hidden;
	border-radius:7px;
}
#hoverzoom > img {
   width: 100%; 
	border-radius: 5px;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
#hoverzoom:hover > img {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }