@charset "utf-8"; @import "menu.css"; @import "paginas.css"; * { margin: 0; padding: 0; } html { background-color: #fff; 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: 40px auto 0 auto; width: 780px; } #cabecera { margin: 0 auto; } #cuerpo { border-top: 2px solid #fff; border-bottom: 2px solid #fff; } #cuerpo span { display: block; width: 0; height: 0; overflow: hidden; } #pie { width: 780px; height: 0px; padding: 30px 0 0 0; overflow: hidden; background: #6d876b url(imagenes/barra-inferior.gif) no-repeat; } #pie span { display: block; width: 0; height: 0; overflow: hidden; } #pie #direccion { float: left; margin: 15px; width: 360px; height: 40px; } #pie #rusticae { float: left; margin: 8px; margin-left: 75px; width: 120px; height: 50px; } #pie #clubcalidad { float: left; margin: 5px 0px 5px 8px; width: 150px; height: 55px; } .hidden { position: absolute; left: 0px; top: -500px; width: 1px; height: 1px; overflow: hidden; }