body {
	margin: 0;
	padding: 0;
	background: #fcfcfc;
}
a {
	text-decoration: none;
	color: #666;
}
a img {
	text-decoration: none;
	color: #666;
	border: 0;
}
#apDiv2 {
	position:absolute;
	width:132px;
	height:35px;
	padding: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #ccc;
	background: #FFF;
	z-index:2;
	left: -3px;
	top: 168px;
}
#containerTop {
	width: %;
	background: url(../images/bg_top.png);
	background-position: center;
}
#Top {
	width: 980px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#logo {
	position: absolute;
	width: 250px;
	padding: 10px 25px 10px 20px;
	left: 0;
	top: 0;
	z-index:2;
	background: url(../images/bg_logo.png);
}
#menu_ {
	position: absolute;
	right:0px;
	top:75px;
	height: 40px;
	z-index:3;
	width: 700px;
}

#menu_ ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#menu_ > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	font-weight: bold;
	font-family: Calibri;
}
#menu_ > ul > li a:hover {
	background: url(../images/bg_menu.png);
	color: #091C2B;
	text-shadow: 0px 0px 10px #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#menu_ > ul > li > a {
	font-size: 16px;
	color: #ddd;
	line-height: 14px;
	text-decoration: none;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 12px 15px 12px 15px;
	z-index: 6;
	position: relative;
}


#menu_ > ul > li > div {
	display: none;
	background: #fff;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 3px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#menu_ > ul > li:hover > div {
	display: table;
		background: #ddd;
}
#menu_ > ul > li > div > ul {
	display: table-cell;
}
#menu_ > ul > li ul + ul {
	padding-left: 20px;
}
#menu_ > ul > li ul > li > a {
	font-size: 14px;
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 80px;
}
#menu_ > ul > li ul > li > a:hover {
	background: #000000;
	color: #fff;
}
#menu_ > ul > li > div > ul > li > a {
	color: #333;
}
#banner {
	position: absolute;
	width: 980px;
	height: 300px;
	top: 170px;
	margin-left: 50%;
	left: -490px;
	z-index:1;
}
#redes {
	position: absolute;
	top: 50px;
	right: -12px;
	height: 50px;
	z-index:50;
}

#redes #face {
	width: 40px;
	height: 50px;
	background-image: url(../images/facebook_.png);
	float: left;
	margin-right: 10px;
}

#redes #face:hover {
	width: 40px;
	height: 50px;
	background-image:url(../images/facebook.png);
	float: left;
	margin-right: 10px;
}

#redes #twitt {
	width: 40px;
	height: 50px;
	background-image:url(../images/twitter_.png);
	float: left;
	margin-right: 10px;
}

#redes #twitt:hover {
	width: 40px;
	height: 50px;
	background-image:url(../images/twitter.png);
	float: left;
	margin-right: 10px;
}

#redes #skype {
	width: 40px;
	height: 50px;
	background-image:url(../images/skype_.png);
	float: left;
	margin-right: 10px;
}

#redes #skype:hover {
	width: 40px;
	height: 50px;
	background-image:url(../images/skype.png);
	float: left;
	margin-right: 10px;
}

#redes #rss {
	width: 40px;
	height: 50px;
	background-image:url(../images/rss_.png);
	float: left;
	margin-right: 10px;
}

#redes #rss:hover {
	width: 40px;
	height: 50px;
	background-image:url(../images/rss.png);
	float: left;
	margin-right: 10px;
}


#container {
	width: 100%;
	margin-top: 180px;
	border-top: 3px solid #ccc;
}
#containerParceiros {
	width: 100%;
	margin-top: 180px;
	border-top: 3px solid #ccc;
	height: 1140px;
}
#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
}
#content-right {
	width: 258px;
	height: auto;
	background-color: #fff;
	float: right;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ddd;
}
#columm {
	border-bottom: 1px solid #ccc;
}
#content-left {
	width: 670px;
	float: left;
	padding: 10px 20px 10px 10px;
	
}
#content-left div {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
#content-left h3 {
	text-align: justify;
}
#content-left div img {
	margin: 0 10px 5px 10px;
	border: 4px solid #eee;
	-webkit-transition-property: border;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0.1s;
}
#content-left div img:hover {
	border: 4px solid  #AACAF0;
}

#links_{
	margin: 15px 15px 5px 0;
	border: 4px solid #eee;
	opacity: 0.3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity  0.4s ease-in-out;
	transition: opacity  0.4s ease-in-out;
}
#links_:hover{
	opacity: 1;
	
}
#painel_{
	margin: 10px 0 10px 0;
	border: 4px solid #eee;
	opacity: 0.3;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity  0.4s ease-in-out;
	transition: opacity  0.4s ease-in-out;
}
#painel_:hover{
	opacity: 1;
	
}

.title {
	width: 260px;
	height: 35px;
	background: url(../images/bg_title.png);
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius:3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #ddd;
}
#date {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#containerfooter {

	width: 100%;
	background: #666;
	background: url(../images/bg_foot.png);
	background-position:bottom;
	border-top: 2px solid #ddd;
}
#footer {
		position: relative;
	width: 980px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}
#logofooter {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	padding: 15px;
	width: 150px;
}
#contentFooter {
	width: 700px;
	float: right;
	height:60px;
	margin-bottom: 30px;
}
#copyright {
	width: 980px;
	text-align: center;
	float: left;
	margin-top: 10px
}
