.nivo-posi{
	width: 500px;
	height: 250px;
	/*background-color:#0F9;*/
	margin: 20px 0 0 140px;	
}
.noticia{
	width:180px;
	height:182px;
	margin: 5px 5px 5px 5px;
	padding: 28px 5px 5px 0;
	font-family:"Comic Sans MS", cursive;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height: 30px;
	/*background-color:#F00;*/
	background-image: url(imagens/cont/postit.png);
	background-repeat: no-repeat;
	position:fixed;
	left:0px;
	top:200px;
}
.noticia2{
	width:180px;
	height:182px;
	margin: 5px 5px 5px 5px;
	padding: 28px 5px 5px 0;
	font-family:"Comic Sans MS", cursive;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height: 30px;
	/*background-color:#F00;*/
	background-image: url(imagens/cont/postit.png);
	background-repeat: no-repeat;
	position:fixed;
	left:0px;
	top:400px;
}
.noticia3{
	width:180px;
	height:182px;
	margin: 5px 5px 5px 5px;
	padding: 28px 5px 5px 0;
	font-family:"Comic Sans MS", cursive;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height: 30px;
	/*background-color:#F00;*/
	background-image: url(imagens/cont/postit.png);
	background-repeat: no-repeat;
	position:fixed;
	left:0px;
	top:600px;
}
.cont-q1{
	width:305px;
	height:205px;
	/*background-color:#F00;*/
	margin: 20px 20px 20px 20px;
	padding: 5px 5px 5px 5px;
	position:relative;
	float:left;
}
.cont-q1 > .foto{
	width:40%;
	border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	-webkit-border-radius: 20px 0 20px 0;
	-o-border-radius: 20px 0 20px 0;
	float:left;
    margin:0 10px 10px 0;
}
.cont-q1 > h1{
	font-size:18px;
	font-weight:bold;
	color:rgba(39,119,182,1);
	font-family:Arial, Helvetica, sans-serif;
}
.cont-q1 > h2{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:justify;
}
.cont-q1 > h3{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	text-align:right;
}