Revisa el codigo porque tienes por ejemplo:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ....
Y más abajo vuelves a tener otra vez un Doctype y abres de nuevo una <html><head> otro <body> etc, cuando estas deberían ser únicas, es decir estar una sola vez en todo el documento.
Código HTML:
Ver original</div><!-- fin div icoga_top--> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" name="base"
width="1000" height="130" id="base">
<param name="movie" value="inicioflash.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#008080" /> <param name="SCALE" value="exactfit" /> <param name="wmode" value="transparent" /> <embed src="inicioflash.swf" width="1000" height="130" quality="high" bgcolor="#008080" name="base"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" scale="exactfit"></embed> <!-- fin div img_icoga-->
<!-- fin div contenido_top-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
Saludos