/* Os estilos de cada info vão neste CSS */
*{
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	color:#47423a;
	text-decoration:none;
	border:none;
	margin:0;
	padding:0;
}

#abertura{ padding:15px; border-bottom:1px dotted #ccc; background-color:#eaeaea;}

#texto{ padding: 15px; }
#texto h1{font-size: 36px; margin: 10px;}
#texto p{margin: 10px; color: #999;}
#texto h4{margin: 10px;}
#texto h4 a{color:#ff9900; font-weight:bold; font-size: 14px; }
#texto h4 a span{background-image: url(img/icone.gif); width: 14px; height: 14px; margin: 0 5px; float:left;}
#texto h4 a:hover span{background-position: 0 -35px;}
#texto h4 a:hover{text-decoration:underline; }
#img{float:left; padding: 10px; margin:10px;border-bottom:1px dotted #ccc; background-color:#eaeaea;}


