@charset "utf-8";
/* CSS Document */

h3{
	font-size:110%;
	font-weight:bold;
}

#texto-aviso{
	background: url(../images/box_background.gif) repeat-x;
	border: 1px solid #DFD619;
	margin:0px;
	padding:5px;
	text-align:justify;
}

#texto-aviso ol{
	list-style:decimal;
	margin:0px 0px 10px 0px;
}

#texto-aviso ol li{
	margin:5px 0px 0px 20px;
}
html > body #canvas #content #texto-aviso ol li{
	margin:5px 0px 0px 20px;
}

address{
	margin:5px 0px 5px 0px;
}

