@charset "utf-8";
/* CSS Document */

/* ============== ======================= ============== */
/* ============== >> ELEMENTOS DEFAULT << ============== */
/* ============== ======================= ============== */
*{margin: 0; padding:0;}

h1, h2, h3, h4, h5{font-family: Tahoma, Geneva, sans-serif; font-size: 20px;}
h1{}
h2{}
h3{ font-size:15px; margin-bottom:10px; margin-left:10px; color:#666; /*border:1px solid #0FF;*/}
h4{ padding-left:20px; float:left; font-size:13px; color:#999;}
h5{}

p, a, ul, ol, li, table, label, textarea, input[type="text"]{font-family:Tahoma, Geneva, sans-serif;}
p, table{font-size: 13px; color: #474747; text-align: justify; line-height: 22px;}
ul, ol, li{color: #474747;}
a{text-decoration: none; border-style:none;}
a:hover{}
a img{border-style:none;}
table tr td{}
table thead tr td{}

input[type="text"]{color: #4c371e;}
input[type="submit"]{}
