h1 {
	background-image: url(gc.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:x-large;
	text-align:center;
	padding-right:7em;
}
h2 {
	font-size:large;
}


div.gc {
	margin:1em 5em;
	font-size:small;
}

div.col1 {
	float:left;
	width:60%;
	text-align:justify;
}
div.col2 {
	float:left;
	width:33%;
	margin-left:4%;
	margin-bottom:1em;
	padding-left:3%;
	text-align:justify;
	background-image:url(separador.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

.separadorh {
	width:100%;
	height:1em;
	margin:3em 0em 1em;
	background-color:#33FFFF;
}
