/*
Elementos da Página Principal
*/
	
/*----------------
------------------
------------------
1ª Linha e Colunas
*/
	
#boxes-all {
	width:770px;
	margin:0 auto;
	margin-left:-6px;
}
#box-col1 {
	float:left;
	width:178px;
	margin-right:19px;
}
#box-desc1 {
	border:1px solid #16191c;
	background-color:#240000;
	text-align:center;
	padding:5px;
	font-size:0.8em;
}
#box-col2 {
	float:left;
	width:178px;
	margin-right:19px;
}
#box-desc2 {
	border:1px solid #16191c;
	background-color:#240000;
	text-align:center;
	padding:5px;
	font-size:0.8em;
}
#box-col3 {
	float:left;
	width:178px;
	margin-right:19px;
}
#box-desc3 {
	border:1px solid #16191c;
	background-color:#240000;
	text-align:center;
	padding:5px;
	font-size:0.8em;
}
#box-col4 {
	float:left;
	width:178px;

}
#box-desc4 {
	border:1px solid #16191c;
	background-color:#240000;
	text-align:center;
	padding:5px;
	font-size:0.8em;
}

/*-----------------
-------------------
-------------------
2ª Linha e Colunas
*/

#box-linha2 {
	margin-top:20px;
}
#box-col1-linha2 {
	width:225px;
	float:left;
	margin-right:47px;
	margin-top:20px;
}
#box-col2-linha2 {
	width:225px;
	float:left;
	margin-right:47px;
	margin-top:20px;
}
#box-col3-linha2 {
	width:225px;
	float:left;
	margin-top:20px;
}

/*-----------------
-------------------
-------------------
Cores e Tamanhos
*/

.hr-frente {
	height:8px;
	border:none;
	background-color:#240000;
}
.desc1-box {
	text-align:center;
	line-height:0;
}
.desc2-box{
	font-size:25px;
	line-height:0;
}

#boxes-all img{
	border:1px solid #16191c;
}
