@charset "utf-8";
/* CSS Document */

.trofeu img{
	margin:-155px 0 20px 470px;
}

#tudo{
	width:800px;
	height:100%;
	background-image:url(../images/art_bghome.gif);
	background-repeat: no-repeat;
	background-position:568px 195px;
}


#bloco1 p{
	width:440px;
	margin:30px 0 0 24px;
	padding-bottom:35px;
	color:#666666;
}

#bloco1 h2{
	margin:30px 0 0 24px;
}

#bloco1 h3{
	margin:0 0 0 24px;
}

#slider {
    width: 751px; /* important to be same as image width */
    height: 209px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:auto;
}
#sliderContent {
    width: 751px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family: Helvetica, Arial, sans-serif;
    padding: 10px 13px;
    width: 751px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 12px;
	color:#fff;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;
		list-style-position:inherit;
		margin:0; padding:0;}
