/* CSS Document */

@import url(estrutura.css);
@import url(global.css);
@import url(chamadas.css);

div#principal h3{
	margin-bottom:40px;
	line-height:1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	color:#df3c20;
}

div#principal a#selo-curriculo{
	display:block;
	width:119px;
	height:65px;
	padding-top:17px;
	padding-left:60px;
	margin-top:40px;
	color:white;
	background:url(../img/bg-selo-curriculo.png) no-repeat;
}
