#conteudo .bloco{
float:left;
width:308px;
height:auto;
padding:0 7.5px;
}
	#conteudo .titulo{
	float:left;
	width:100%;
	height:55px;
	background-repeat:no-repeat;
	}
	#conteudo .info{
	float:left;
	width:288px;
	height:auto;
	padding:10px;
	padding-top:20px;
	background:url(../imagens/conteudo-quadro_bg.gif) no-repeat;
	}
		#conteudo .info p{
		width:100%;
		color:#AAADAF;
		font-size:12px;
		line-height:16px;
		font-weight:bold;
		}
			#conteudo .info p b, #conteudo .info p strong{
			color:#2683af;
			font-weight:bold;
			}
		#conteudo .info li{
		float:left;
		width:100%;
		height:auto;
		color:#AAADAF;
		/*font-size:12px;*/
		font-size:11px;
		/*line-height:14px;*/
		line-height:13px;
		font-weight:bold;
		padding-bottom:3px;
		margin-bottom:3px;		
		/*padding-bottom:15px;
		margin-bottom:10px;
		background:url(../imagens/conteudo-quadro_bottom.gif) no-repeat center bottom;*/
		}
			#conteudo .info li a{
			color:#2683af;
			}
	#conteudo .botao{
	float:left;
	width:100%;
	height:55px;
	padding-top:30px;
	text-align:center;
	background:url(../imagens/conteudo-quadro_bottom.gif) no-repeat center top;
	}
		#conteudo .semborda{
		background:none;
		padding-top:0;
		}
