@charset "utf-8"; @import "menu.css"; @import "paginas.css"; * { margin: 0; padding: 0; } html { background-color: #333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666; } h1, h2, h3, h4, h5, h6 { color: #333; } a { text-decoration: none; color: #666; font-weight: bold; } a:hover { color: #FF6600; } .resaltado { color: #FF0000; } .cursiva { font-style: italic; } .clear { clear:both; } #layout { margin: 8px auto 0 auto; width: 1024px; height: 580px; background: #fff; position:relative; } #cabecera { margin: 0 auto; height: 80px; } #cuerpo { border-top: 2px solid #fff; border-bottom: 2px solid #fff; width: 1024px; height: 465px; } #cuerpo span { display: block; width: 0; height: 0; overflow: hidden; } #pie { color: #333333; font-family: Geneva,Arial,Helvetica,san-serif; font-size: 10px; font-weight: bold; text-align:center; position:absolute; bottom: 0; width: 100%; height: 23px; }