body {
    font-family:Verdana;
    margin: 0 auto;
    background:#111;
    color:#666;
    font-size:11px;
}

a {text-decoration:none; color:#BBB;}
a:hover {color:#888;}

p {line-height:2; margin-left:20px;}

.texto {font-size:12px; line-height:2; letter-spacing:2px; color:#CCC;}

b {color:#CCC; font-weight:normal;}
i {color:#888;}

h1 {font-size:20px; color:#CCC; letter-spacing:20px; text-transform:uppercase; padding:10px; background: #1a1a1a; text-align: center;}
h2 {font-size:16px; color:#9F0; letter-spacing:6px;}
h3 {font-size:14px; color:#9F0; font-weight:normal;}
h4 {font-size:12px; color:#9F0; margin:4px; font-weight:normal; letter-spacing:2px; }

h3 a{color:#9F0; text-decoration:none;}

label {display:block; float:left; width:100px; margin:4px; padding:4px;}
input, select, textarea {border:1px dashed #444; padding:6px; margin:4px; width:300px; background:#111; color:#9F0}
textarea {height:200px;}
input:focus, select:focus, textarea:focus {border:1px dashed #9F0;}

.ok {color:#CCC; background:#333; width:auto; border: 1px dashed #888; }
.ok:hover {color:#9F0; border:1px dashed #9F0;}

#top {width:980px; margin:0 auto; }
#top .title {text-align:center; font-size:60px; color:#9F0;   margin-top:-90px; margin-left: 5px; margin-bottom: 20px;}
#top .shadowtitle {text-align:center; font-size:60px; color:#444; margin:20px;}

#menu {background:#222; border:1px dashed #444; width:980px; margin:10px auto; text-align: center; text-transform: uppercase;}
#menu ul {margin:0 auto; padding:0;  width:980px; font-size:12px;}
#menu ul li {display:inline;}
#menu ul li a {display:inline-block; padding:8px; color:#888; font-weight:bold;}
#menu ul li a:hover {color:#9F0;}
#menu ul li .ativa {color:#9F0;}

#page {margin:0 auto; width:980px; background:#222; display:table; border:1px dashed #444;}

#content {margin:10px; line-height:1.5;}
#content ul li {list-style: none; border-bottom:1px dashed #444;}

#links ul li {border-bottom:none; list-style: square; line-height: 2;}

#box {background:#444;  }
#box img {width:180px; height:140px; border:1px dashed #9F0; margin: 10px; display: block;}

#sites img {float:right; width:160px; height:120px; border:1px dashed #9F0; margin: 0px;}

#bottom {margin:10px; font-size:10px; text-align:center; color:#444;}
#bottom ul {margin:0 auto; width:980px;}
#bottom ul li {display:inline;}
#bottom ul li a {display:inline-block; padding:4px; color:#444;}
#bottom ul li a:hover {text-decoration:underline;}
#bottom ul li .ativa {color:#9F0;}


