@charset "utf-8";
@import url("positioning.css");
@import url("typography.css");
@import url("color.css");

/* =reset.css (by Andy Clarke) */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline; font-family: "Trebuchet MS"; color:#707070;}

/* =tags */
html { font-size: 65%; text-align: center;  background: url(../img/bg.jpg) repeat-x; }
a { color: #436743; }
a:hover { text-decoration:underline; } 
body { font-size:120%; text-align: left; }
p { margin:0 auto; margin-top:10px; padding:0; text-align:justify; }
h2 { color:#436743; font-size: 250%; font-weight:bold; margin-bottom:10px;}
h2 a {text-decoration: none;}
h3 { margin: 0 0 10px 10px; font-size:110%; color:#436743; font-weight:bold;}
h4 { color:#436743; font-size:200%; font-weight:bold;  }
h5 { font-size:92%;}
h6 { font-size:80%;}

em { color:#666666; border-bottom: 1px dotted #436743; display:block; margin: 0 auto; padding:0; text-align:left; font-weight:bold; font-style:normal; text-decoration:none;}
ul { margin:30px; list-style:none; }


#lista { list-style-image:url(../img/bullet.gif); }

/* =misc */
.error {color:#FF0000;}
.clear { clear: both; font-size: 1px; line-height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
.left { float: left; margin-right:10px; margin-top:7px;}
.img-left { float: left; margin-right:20px; margin-bottom:10px; vertical-align:middle; border:4px solid #C8E4CB; }
.img-right { float: right; margin-left:30px; margin-bottom:20px; vertical-align:middle; border:7px solid #C8E4CB; }
.icon { padding-right:10px; margin:0 auto; }
.top-line { border-top: 1px dotted #436743; margin-top:20px; padding-top:10px;  }
