@charset "ISO-8859-1";
body {
	background-image: url(imagenes/gof_04.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #009E65;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
}
#logo { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	height: 200px;
	width: 617px;
	padding-top: 125px;
	
    }
.simbolo {
	float: left;
	height: 340px;
	width: 380px;
	background-image: url(imagenes/gof_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.romper { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante<br class="romper" /> */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
    }
.cuerpo {
	float: left;
	width: 600px;
	margin-left: 100px;
}
.pie {
	float: left;
	margin-left: 100px;
	width: 600px;
}
.Estilo1 {color: #666666}
.Estilo2 {font-size: 12px}
a:link {
	text-decoration: none;
	color: #009E65;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
    border:none;
}
