/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html { margin:0; background: url(/imgs/back.jpg) no-repeat; background-color: #000; }
body { font-family: Century Gothic,Helvetica,Arial,sans-serif; margin: 0px 0px 0px 0px; font-size: 12px; color: #fff; }
a img { border:0 }
a { color:#727272 }
a:visited { color:#727272 }
a:hover { color: #fb4f14 }

h1 {font-family: Century Gothic,Helvetica,Arial,sans-serif; font-size: 30px; color: #FFF; font-style: normal; margin: 0px; font-weight: bold;}
h2 {font-family: Century Gothic,Helvetica,Arial,sans-serif; font-size: 24px; color: #FFF; font-style: normal; font-weight: 100; margin: 0px;}


.intro_txt {font-family: Helvetica,Arial,sans-serif; font-size: 29px; color: #FFF; font-style: normal; }

.colunas {width: 100px; margin-right: 10px;}


#wrapper { width:997px; margin:auto; padding-top: 0px;}
#social { position:relative; top:20px; color: #FFF; font-size: 12px;}
#png_black { width: 612px; background: rgba(0, 0, 0, .39); margin-top: 20px; padding: 4px;}
#right {margin: 20px 0px 0px 40px;}
#footer { margin-top: 20px; }

.links_social {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: #FFF; text-decoration: none; }
.links_social:hover {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: #9ad018; text-decoration: underline; }
.links_social:visited {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: #FFF; }
.links_social:active {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: #FFF; }

.awesome, .awesome:visited {
background: #222 url(/imgs/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}
.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }

.link_copyright, .link_copyright:visited {
background: #222 url(/imgs/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-size: 11px;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}
.link_copyright:hover { background-color: #749a02; color: #fff; }
.link_copyright:active { top: 1px; }