@charset "utf-8";
/* CSS Document */

html {
	background:url(../imagens/bgd3.png) no-repeat black top center;
}

#direito {
	margin-top:20px;
	position:relative;
	width:980px;
	height:610px;
	z-index:99;
	float:left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#contentor {
	position:relative;
	width:1000px;
	height:610px;
	z-index:99;
	float:left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background:rgba(0,0,0,0.5);
}

#contentor ul {
	padding:45px;
}

#mentit {
	font-size:36px;
	text-transform:uppercase;
//	background:rgba(57,84,164,0.5);
	background:url(../imagens/titulo.png) no-repeat center;
	font-weight:bold;
}

#mentit span {
	margin-left:215px;
}

#contentor img {
	padding:5px;
	margin:10px;
	margin-bottom:20px;
	float:left;
	background:rgba(0,0,0,0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

#contentor img:hover {
	opacity:1.0;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}