.enquete {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.enquete h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.enquete p {
	font-weight: bold;
	font-size: 14px;
}
.enquete ul {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

.enquete ul li {
	font-size: 13px;
}

.barraEnquete {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.barraEnquete a {
	font-size: 11px;
}

.barraEnquete span {
	font-size: 11px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 7px;
	clear: both;
}
.botaoEnquete:hover {
	background-color: #333;
}

.botaoEnquete {
	color: #FFF;
	background-color: #09F;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #DCE5F0;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: left;
}

.visualizar {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #09F;
	float: left;
	text-decoration: underline;
	width: 130px;
}

#votarDenovo {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #09F;
	float: left;
	text-decoration: underline;
	width: 130px;
}

.liResultado{
	border: 1px solid #DCE5F0;
	float: left;
}

.liResultado .porcentagem{
	float: left;
	background-image: url(/img/bck/body.png);
	background-repeat: repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}

.liResultado .porcentagemTexto{
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	margin-left: 10px;
}

#resultado{
	width: 100%;
	float: left;
	position: relative;
	top: 0px;
}

#resultado ul li{
	list-style: none;
}

.noticiasBD {
	background-image: url(/img/bck/bloco-direito.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position:relative;
	width: 100%;
	margin-bottom: 20px;
}
.noticiasBD ul li {
	font-size: 14px;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCE5F0;
	padding-top: 6px;
	padding-bottom: 6px;
}
.noticiasBD ul {
	margin-left: 15px;
}
.noticiasBD h2 {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 20px;
	margin-bottom: 15px;
}

.noticiasBD ul li span {
	color: #333;
	float: left;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.noticiasBD ul li a {
	color: #09F;
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 5px;
}
.clientesBD {
	background-image: url(/img/bck/bloco-direito.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.clientesBD h2 {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 20px;
	margin-bottom: 15px;
}
.logoClientes {
	width: 200px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

