/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { background-color: #FFFFFF; font-family: Arial; color: #000000; text-align: center; display: block; } img { width: 200px; left: 10%; float: left; margin: 0 0 0 5%; } a { text-decoration: none; color: #004C99; } a:hover { color:#0079C9; text-decoration: underline; } body b { color: #004C99; text-shadow: 1px 0px 4px #ccc; font-size: 22px; } .formularios { border-radius: 5px; background-color: #ccc; padding: 20px 20px 50px 20px; margin: 0 auto; width: 600px; } input.button { float: right; font-family: Tahoma; font-weight: bold; border:none; background: #0079C9; color: #ccc; font-size: 14px; border-radius: 2px; padding: 5px 20px; cursor: pointer; width: auto!important; } input.button:hover { color: #fff!important; } h1, h2 { color: red; } hr{ background: #0079C9; height: 1px; box-shadow: 1px 0px 4px #CCC; clear: both; } h4 { color: #0079C9; text-shadow:1px 0px 4px #999; display: block; text-align: center; } li { list-style-type: none; text-align: left; color: #fff; font-family: Arial; font-size: 16px; width: 100px; margin:10px 0 0; } input.typeText { width: 200px; border-radius: 4px; border:none; padding: 4px 10px 2px 10px; color: #999; box-shadow: 1px 2px 5px #999; -moz-box-shadow: 1px 2px 5px #999; -webkit-box-shadow: 1px 2px 5px #999; margin:10px 0 0; } table{ margin: auto; } tbody tr { display: inline-block; width: 400px; } tbody tr td { float: left; margin: 0 0 0 20px; } #head{ left: 0; top: 0; z-index: 99; width: 100%; min-width: 1024px; background: white; height: 74px; } #footer { background: #004C99; height: 35px; width: 100%; bottom: 0; top: auto; display: block; left: 0; } #footer p { display: block; text-align: center; font-size: 14px; color: #fff; margin: 10px 5px 0; }