@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: 8px auto 0 auto; width: 780px; } #cabecera { margin: 0 auto; } #cabecera h1 { width: 780px; height: 0; padding: 82px 0 0 0; overflow: hidden; background: #000 url(imagenes/banda-superior.gif) no-repeat; } #cabecera h1 span { } #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: 69px; background: #000 url(imagenes/banda-inferiorsola.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; } #tablon { width: 780px; background: #fff; padding-top: 25px; line-height: 130%; } #tablon .columna { float: left; width: 185px; padding-right: 10px; } #tablon h2 { font-size: 10px; margin-bottom: 10px } #tablon h3 { font-size: 10px; margin: 10px 0 0 0; } #tablon .facebook { width: 85px; height: 0; padding: 19px 0 0 0; overflow: hidden; background: url(imagenes/facebook.gif) no-repeat; }