@charset "utf-8";
/* CSS Document */

/* Data: 18/02/2009 */
/* Designer: Marconi Duarte */
/* URL: www.marconiduarte.com */
/* Email: marconiduarte@yahoo.com */

@import url(layout.css);
@import url(layout-internas.css);
@import url(lightbox.css);

* { margin: 0; padding: 0; border: 0; outline: 0; }

html { background: url(../images/bg.gif) repeat-x center top; }

body { background: url(../images/bg-corpo.jpg) no-repeat center top; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #383431; }

ul, li { list-style-type: none; }

h1 a span,
h1 span { display: none; }

input,
textarea,
select { background-color: #ffffff; padding: 5px; border-top: 5px solid #DA251D; border-bottom: 5px solid #DA251D; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #000; }

/*input { height: 20px; }

select { height: 40px; }

textarea { height: 120px; }

input.editNoFocus,
textarea.editNoFocus,
select.editNoFocus { background-color: #383431; border: 5px solid #383431; overflow: auto; }

input.editFocus,
textarea.editFocus,
select.editFocus { background-color: #fff; border: 5px solid #383431; overflow: auto; color: #383431; }*/

a { text-decoration: none; color: #383431; }
a:hover { text-decoration: underline; }

a.underline { text-decoration: underline; color: #383431; }
a.underline:hover { text-decoration: none; color: #fff; }
