@charset "utf-8";
/* CSS Document */

.texto_certificado_nacional, texto_certificado_nacional p{
	position:relative;
	float:right;
	width:450px;
	margin-top:7px;
	}
	
.imagem_certificado_nacional{
	position:relative;
	float:left;
	width:297px;
	height:317px;
	background-image:url(../imagens/certificados-nacionais.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	}
	
.espaco_certificado{
	position:relative;
	float:left;
	width:764px;
	height:15px;
	margin-top:15px;
	border-top:1px dotted #666;	
	}
	
.imagem_certificado_internacional{
	position:relative;
	float:left;
	width:764px;
	height:141px;
	background-image:url(../imagens/certificados-internacionais-imagens.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	}
	
.texto_certificado_internacional, texto_certificado_internacional p{
	position:relative;
	float:left;
	width:764px;
	}

.espaco_texto_certifica{
	position:relative;
	float:left;
	width:764px;
	height:15px;
	}