#coluna1_box{
	float:left; 
	width:34.0%; 
	margin-top: 0;
	padding-top: 0;
}

#coluna2_box{
	float: left;
	width: 65%;
}


/* Boxes - 1 2 e 3 */
#box1 .descricao, #box2 .descricao, #box3 .descricao {
	min-height:130px;
} 

#box2, #box3 { 
	float:left; 
	width:49.3%;
	display:inline;
}

#box1 { margin-left: 5px; margin-right: 5px; }
#box3 { float:right; margin-left: 5px;}



/* box verde */ 
#box1 				{	background: url('imagens/box/box1-inferior-dir.jpg') no-repeat right bottom;}
#box1 .titulo		{	background: url('imagens/box/box1-superior-dir.jpg') no-repeat right top; padding:0; }
#box1 .titulo h2 	{ 	background: url('imagens/box/box1-superior-esq.jpg') no-repeat left top; margin:0; }
#box1 .descricao 	{ 	background: url('imagens/box/box1-inferior-esq.jpg') no-repeat left bottom; }
#box1 .descricao 	{ 	padding: 0px 25px 25px ;  text-align: justify;}
#box1 .link			{ 	padding-top: 10px; text-align: right;}

#box2 				{ 	background:  url('imagens/box/box2-inferior-dir.jpg') no-repeat right bottom;	}
#box2 .titulo		{ 	background:  url('imagens/box/box2-superior-dir.jpg') no-repeat right top;padding:0;		}
#box2 .titulo h2 	{ 	background:  url('imagens/box/box2-superior-esq.jpg') no-repeat left top;margin:0px; 		}
#box2 .descricao 	{ 	background:  url('imagens/box/box2-inferior-esq.jpg') no-repeat left bottom; }
#box2 .descricao 	{	padding: 0 25px 25px; text-align: justify;	}
#box2 .link			{ 	padding-top: 10px; text-align: right;}

#box3 			{ 	background:  url('imagens/box/box3-inferior-dir.jpg') no-repeat right bottom;	}
#box3 .titulo	{ 	background:  url('imagens/box/box3-superior-dir.jpg') no-repeat right top; padding:0;		}
#box3 .titulo h2 { 	background:  url('imagens/box/box3-superior-esq.jpg') no-repeat left top; margin:0px; 		}
#box3 .descricao { 	background:  url('imagens/box/box3-inferior-esq.jpg') no-repeat left bottom; 	}
#box3 .descricao {	padding: 0 25px 25px; text-align: justify;	}
#box3 .link			{ 	padding-top: 10px; text-align: right;}

#box1 .titulo h2 {padding-left: 70px;}

.titulo h2 {
	font-size:12px;
	/*text-indent:3.0em;*/
	color:#000000;
	padding-top: 25px;
	padding-left: 80px;
	padding-bottom: 23px;
	width: 50%;
	letter-spacing: 2px;
}

.descricao
{
	font-size:1em;
}

.subtitulo {
	overflow:auto;
	font-size: 11px;
	color:#762124;
	padding: 15px 10px 15px;
	text-align: center;
	font-weight: bold;
}

.lista_box {
	list-style-type: square; 
	margin: 0;
	padding: 0;
	line-height: 18px;
	text-align: left;
	}

#box3 .subtitulo
{
	border-left: 1px solid #FFFFFF;
}


