@charset "utf-8";
/* CSS Páginas internas */

#central h3 {
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	color:#FF9933;
	font-size:1.8em;
	border-bottom:#FFCC33 solid 1px;
}
#central p {
	margin:10px 0;
	line-height:1.5em;
}
#central img {
	border:#ddd solid 1px;
	padding:5px;
	margin-left:10px;
}
