HTML del la portada principal del sitio suspendido:
body { behavior: url("csshover3-source.htc"); } /*Arreglo de hovers para IE*/ #contenido { border-width: 3px; border-style: solid; width: 750px; text-align: center; margin: 0 auto; } a, #noticias, .imagenNoticia { text-decoration : none; } .imagenNoticia { vertical-align: middle; width: 34%; height: 150px; text-align: center; position: absolute; top: 0; } .imagenNoticia img { vertical-align: middle; max-width: 200px; max-height: 145px; } .infoNoticia p, .infoNoticia a, .infoNoticia h2 { vertical-align: middle; } .infoNoticia { vertical-align: middle; width: 65%; position: absolute; top: 0; } .noticiaPar, .noticiaImpar { width: 100%; height: 100%; position: relative; } .noticiaPar .infoNoticia, .noticiaImpar .imagenNoticia { right: 0; } .noticiaImpar .infoNoticia, .noticiaPar .imagenNoticia { left: 0; } img { border: 0; } h1{ font-family: "Bernard MT Condensed", "Comic Sans MS", SunSans-Regular, sans-serif, Helvetica, Geneva, Arial, ; color: red; margin-bottom:.0001pt; margin-top:0cm; text-align: center; font-size: 35; } h2 { font-family: "Comic Sans MS", SunSans-Regular, sans-serif, Helvetica, Geneva, Arial, ; color: #800000; margin-bottom:.0001pt; margin-left:0cm; margin-right:0cm; margin-top:0cm; text-align: center; } p { font-family: "comic sans ms", SunSans-Regular, sans-serif; } #menu{ width: 19%; float: left; } #menu p, #tituloNoticia p{ vertical-align: text-top; margin-bottom:.0001pt; margin-left:0cm; margin-right:0cm; margin-top:0cm; color: #FFFFFF } #noticias table { width: 100%; } #noticias tr:hover { background-color: #e5e7fc} #noticias td { border-bottom: 4px solid #000099; width: 100%; height: 150px; } #noticias{ width: 100%; background-color: #F4F4F4; } #noticias p { text-align: center; color: #000000; } .color1{ border-color: #000099; background-color: #000099; } #principalNoticia{ float: left; width: 80%; } #footer { clear: both; } #footer p { font-style: italic; font-weight: bold; text-align: center; } |