@charset "utf-8";
/* CSS Document */

#divTexto{
	float:left;
	padding-right:20px;
}

h3{
	clear:both;
}

h3.metamodelos{
	padding-top:20px;
}

#divImagem{
	float:left;
	width:400px;
	height:350px;
	background-image:url(../imagens/logosInformacoesTecnicas.jpg);
	background-repeat:no-repeat;
}

#divImagemMetamodelos{
	float:left;
	width:500px;
	height:220px;
	background-image:url(../imagens/metamodelos.gif);
	background-repeat:no-repeat;
}

#divInformacoesTecnicas{
	width:209px;
	height:170px;
	background-image:url(../imagens/fundoCaixaPequena.gif);
	background-repeat:no-repeat;
	margin:10px 10px 0 0;
	padding:0 10px 0 10px;
	float:left;
}

#divInformacoesTecnicasLadoDireito{
	width:209px;
	height:170px;
	background-image:url(../imagens/fundoCaixaPequena.gif);
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:0 10px 0 10px;
	float:left;
}

