/* CSS Document */

#galeria {
	padding-top: 20px;
	display: table;

}
* html #galeria {
	margin-top: 20px;
}
#galeria .box-cesta {
	display: inline;
	float: left;
	width: 200px;
	height: 90px;
	padding: 3px 5px 6px 3px;
	margin-left: 5px;
	background: #fff url('../images/bg_box.gif') no-repeat;
}
* html #galeria .box-cesta {
	margin-top: -15px;
}
#galeria .box-cesta .box-cesta-content {
	padding: 10px;
}
#galeria .box-cesta h2,
#galeria .box-cesta h3 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
}
#galeria .box-cesta h3 {
	color: #49A1DB;
}
#galeria .box-cesta h3 span {
	color: #c00;
}
#galeria .box-cesta h2 a {
	color: #003B8E;
	background: #fff;
	text-decoration: underline;
}
#galeria .box-cesta-infantil {
	clear: both;
}


.line {
	padding-top: 20px;
}
.line table {
	width: 640px;
}
.line table td {
	text-align: center;
}

.line h2,
.line h3 {
	margin: 0;
	padding: 0 !important;
	font-size: 11px;
}
.line h3 {
	color: #c00;
}
.line a {
	color: #003B8E;
	background: #fff;
	text-decoration: underline;
}



#voltar {
	margin-bottom: 20px;
}
#foto-cesta {
	padding-bottom: 20px;
	text-align: center;
}


.composicao table {
	margin:0;
	padding:0;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.composicao table td {
	margin:0;
	padding:5px;
	border-bottom: 1px solid #A6D8F8;
}
.imprimir {
	margin-bottom: 10px;
}

h3.itens {
	width: 73px;
	padding: 6px;
	background: #AB1A02 url('../images/bg_itens.gif') left top no-repeat;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
