@charset "utf-8";
/* CSS Document */
body {
	margin-top: 2px;
	background-color:#A6A36E;
}
#cabecalho{
	min-height:217px;
	max-width:922px;
	width: 922px;
	margin: 0 auto;
	border-right:1px solid #908D58;
	border-left:1px solid #908D58;
	border-top:1px solid #908D58;
}
#all{
	max-width:922px;
	width: 922px;
	margin: 0 auto;
	padding-bottom:10px;
	padding-top:0px;
	background-color:#DBDCCE;
	border-left:1px solid #908D58;
	border-right:1px solid #908D58;
	border-bottom:1px solid #908D58;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4B1606;
}
#box_bco_top{
	background-image:url(img/box_bco_top.png);
	background-repeat:no-repeat;
	max-width:612px;
	width: 612px;
	height:11px;
}
#box_bco_bottom{
	background-image:url(img/box_bco_bottom.png);
	background-repeat:no-repeat;
	max-width:612px;
	width: 612px;
	height:12px;

}
#box_bco{
	max-width:612px;
	width: 612px;
	background-color:#FFFFFF;
	border-left:1px solid #D8DAC5;
	border-right:1px solid #D8DAC5;
	
}
.creditos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #382C12;
}

.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #728A00;
	list-style:inside;
	list-style-image:url(img/bullet.png);
	
}
<!--
a:link {
	color: #DBDCCE;
	text-decoration: none;
}
a:visited {
	color: #DBDCCE;
	text-decoration: none;
}
a:hover {
	color: #DBDCCE;
	text-decoration: none;
}
a:active {
	color: #DBDCCE;
	text-decoration: none;
}
-->