1 BODY {2 margin:0;3 padding:0;4 font-family:Arial, sans-serif;5 overflow-y:scroll;6 }7 8 .center {9 width:920px;10 margin: 0 auto 0 auto;11 }12 13 #main-border {14 position:fixed;15 border:solid #272e3a 5px;16 top:0;17 left:0;18 right:0;19 bottom:0;20 }21 22 #header {23 background-color:#fafafa;24 height:180px;25 }26 27 #header .center {28 border-bottom:solid #f2f2f2 1px;29 height:179px;30 }31 32 #header-logo {33 height:145px; overflow:hidden;34 text-align:center;35 }36 37 #header-logo IMG {38 border:none;39 }40 41 #header-menu {42 height:34px;43 text-align:center;44 }45 46 #content {47 margin-top:185px;48 margin-bottom:45px;49 }50 51 #footer {52 position:fixed;53 bottom:5px;54 left:5px;55 right:5px;56 height:40px;57 background:white;58 }59 60 #footer .center {61 border-top:solid #f2f2f2 1px;62 }63 64 /* MENU SUPERIOR */65 66 #header-menu UL {67 display:block;68 margin:0;69 padding:0;70 list-style-type:none;71 }72 73 #header-menu LI {74 display:inline-block;75 padding:0 40px;76 }77 78 #header-menu .submenu {79 display:none;80 position:absolute;81 border:solid #f5f5f5 1px;82 border-top:none;83 background-color:white;84 padding:8px;85 margin-top:0px;86 }87 88 #header-menu .menu-item:hover .menu-item-title {89 color:gray;90 }91 92 #header-menu .menu-item:hover .menu-item-title-s {93 background:white;94 padding:9px 19px;95 border:solid #f2f2f2 1px;96 border-bottom-color:white;97 }98 99 #header-menu .menu-item:hover .submenu {100 display:block;101 }102 103 104 105 #header-menu .menu-item-title {106 display:block;107 text-transform:uppercase;108 color:black;109 text-decoration:none;110 height:15px;111 padding:10px 20px;112 }113
Enlace
El enlace para compartir es: