1 HTML {2 font-family:sans-serif;3 font-size:13px;4 }5 6 .a {7 position:absolute;8 top:0;9 left:0;10 right:0;11 height:32px;12 background-color:#2D2D2D;13 }14 15 .b {16 position:absolute;17 top:32px;18 left:0;19 right:0;20 bottom:0;21 overflow-y:auto;22 }23 24 .c {25 position:absolute;26 background-color:#F9F9F9;27 left:0;28 top:0;29 bottom:0;30 width:80%;31 z-index:-10;32 }33 34 35 .d {36 position:absolute;37 background-color:#F0F0F0;38 right:0;39 top:0;40 bottom:0;41 width:20%;42 z-index:-10;43 }44 45 .e {46 width:1000px;47 margin:0 auto 0 auto;48 height:100%;49 }50 51 .f {52 width:360px;53 float:right;54 height:100%;55 background-color:#F0F0F0;56 border-left:solid silver 1px;57 }58 59 .f TABLE {60 width:100%;61 }62 63 .f TABLE INPUT {64 margin:0;65 padding:0;66 border:solid silver 1px;67 width:100%;68 }69 70 .g {71 margin-right:400px;72 }73 74 .m {75 padding:16px;76 }77 78 .titulo-subtitulo {79 padding-left:73px;80 min-height:65px;81 background:url('/Imagenes/logo2.png') no-repeat left top;82 }83 84 .titulo {85 font-size:36px;86 }87 88 .subtitulo {89 color:gray;90 font-style:italic;91 font-size:12px;92 }93 94 .texto {95 padding-top:32px;96 }97 98 99 .shadow-button {100 color:white;101 padding:7px;102 margin:0px;103 border-radius:3px;104 background-color: silver;105 border:0px;106 cursor:pointer;107 border:solid silver 1px;108 font-weight:bold;109 text-transform:uppercase;110 font-size:12px;111 }112 113 .shadow-button:hover {114 box-shadow:2px 2px 2px rgba(0,0,0,0.1);115 border-color:gray;116 }117
Enlace
El enlace para compartir es: