@charset "utf-8";
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 46px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
