@charset "utf-8";
/* CSS Document */
#caixas{
	margin:auto;
	margin-top:40px;
	width:1000px;
	height:191px;
}
#caixasbanners{
	margin:auto;
	margin-top:40px;
	width:1000px;
	height:320px;
}
.caixa{
	float:left;
	margin-left:20px;
	width:455px;
	height:220px;
	background-image:URL("../default/fundocaixa.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}
.caixabanner{
	float:left;
	margin-left:20px;
	width:455px;
	height:300px;
}

.titulo{
	float:left;
	width:455px;
	height:50px;
	text-align:center;
	font:bold 26px gothan, Arial, Helvetica, sans-serif;
	color:#7e2121;
	line-height:50px;
}
.titulo a{
	font:bold 26px gothan, Arial, Helvetica, sans-serif;
	color:#7e2121;
	text-decoration:none;	
}
.texto{
	float:left;
	margin-left:4px;
	width:430px;
	height:126px;
	text-align:justify;
	font:normal 16px gothan, Arial, Helvetica, sans-serif;
	color:#acacac;
}
.texto a{
	font:normal 16px gothan, Arial, Helvetica, sans-serif;
	color:#acacac;
	text-decoration:none;
}