	/* onArcade 2.3 Dark CSS */
body {
	margin: 0;
	padding: 0;
	color: #585858; 
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	background: url("images/shadow3.png") repeat-y center #EEEEEE;
	/*background: url(images/bg-new.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg8.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg8.jpg', sizingMethod='scale')";
	*/
}
p {
	margin:2px 0;
}
b { color: #585858}
a {
color: #30312C;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a img {
	padding: 3px;
	border: 1px #CCCCCC solid ;
}

a:hover img { border: 1px #969696 solid ; }
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 2px;
	padding: 3px;
	background: #FFFFFF;
	color: #696969;
	border: 1px solid #C0C0C0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 2px 3px 1px #DCDCDC inset;
	font-size: 12px;
	font-weight: 900;
}
input[type='text'], input[type='password'] {
	width: 170px;
}
ul{ margin: 0; padding: 0;}
#side_menu input[type='text'], #side_menu input[type='password'] {
	width: 140px;
}
input.small {
	width: 50px;
}
textarea {
	width: 200px;
	height: 50px;
}
textarea.comment {
	width: 350px;
	height: 75px;
}
textarea.post {
	width: 400px;
	height: 150px;
}
fieldset {
	margin-top: 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
legend {
	font-weight: bold;
	color: #FFFFFF;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
	color: #30312C;
}
h4 {
padding: 2px;
border-bottom: 1px dotted #C8CAC9;
   font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #30312C;
}
#maiscategorias { margin-left: 20px; float: left; width: 530px; height: 180px; }
#topjogos { float: left; margin-left: 20px; width: 360px; height: 180px;}
#creditos { padding: 10px; width: 97%; margin-left: 5px; margin-bottom: 5px; background:#C9C9C9; border-radius: 5px;  font-size: 13px; text-align: left; color: #30312C; }
.center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	height: 0;
	font-size: 0;
	clear: both;
}
.separator {
	margin-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #1F1F1F;
	font-size:0;
	height: 0;
	clear: both;
}
/* IE6&7 fixes */
.pos_relative {
	position: relative;
}
/* border around the whole page  */
#main_body {
	width: 988px;
	margin: 0 auto 10px auto;
}
/* the header of the site  */
#headerBG {
width: 100%;
}
#logo {
	display: block;
	border: 0;
	width: 199px;
	height: 41px;
}
#logo img { border: 0;}
#headerTOP { height: 80px; position: relative; }
#logodiv {float: left; position: relative; 	left: 25px;	top: 8px;}
#search { margin-top: 30px; position: relative; float: left; left: 320px; top: 5px;  }
#SocialHeader { height:25px; margin-top: 10px; }
#headerCenter {
background: url("images/header-bg-3.jpg") 2px 0 no-repeat transparent;
width: 994px;
padding-left: 1px;
margin: 0 auto 0 auto;
}

/* menu with links to different parts of site */
#main_menu {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0px;
	color: #FFFFFF;
}
#main_menu li {
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #FFFFFF;
}
#main_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_menu a:hover {
	text-decoration: underline;
}
/* categories menu rgba(255,255,255,0.4)*/
#categories_bar {
	height: 40px;
	padding: 10px;
    position: relative;

}
#categories_bar ul {
	 margin-top: 13px;
	position: absolute;
	left: 28px;
	top: 5px;
	padding: 0px;
	color: #696969;
	font-size: 14px;
	font-weight: 900;
}
#categories_bar li {
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #C0C0C0;
}
#categories_bar a {
	text-shadow: 1px 1px #E4E1D5;
	color: #333A43;
}
#categories_bar a:hover {
	color: #006699;
}
#main_menu li.first, #categories_bar li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.box{
background: rgba(255,255,255,0.8);
padding: 10px;
margin-top: 15px;
border-radius: 15px;
}
#social {
margin: 7px 0px 0 18px;
width: 450px;
height: 25px;
float: left;
}
.socialbar{
    float: left;
    height: 21px;
    margin: 0 18px 0 0;
    position: relative;
	list-style: none;
	}
#fb-root{ float: left }
/* menu */
#fbCompartilhe a {
background: url(images/fb_share.gif) no-repeat scroll 5px 3px #ECEEF5;
border: 1px solid #CAD4E7;
cursor: pointer;
border-radius: 3px 3px 3px 3px;
color: #3B5998;
display: block;
font-family: Tahoma;
font-size: 11px;
font-weight: 700;
line-height: 18px;
text-decoration: none;
padding: 0 5px 0 22px;
}
#fbCompartilhe a:hover {
border: 1px solid #9DACCE;
color: #3B5998;
}
#side_menu {
	float: left;
	width: 170px
}
/* content of the page */
#main_contents {
	background: #FFFFFF;
	float: right;
padding: 4px;
    width: 980px;

}

.content {
	background: #FFFFFF;
	float: right;
padding: 0 4px 8px 4px;
    width: 980px;
box-shadow:         0px 2px 4px rgba(255, 255, 255, 0.75);
}
/* boxes where ads are in */
.ad_box {
	border: 1px solid #000000;
	background: #333333;
	text-align: center;
    padding: 3px;
    margin-bottom: 4px;
    text-align: center;
}
/* top lists */
.content_box ol {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
.content_box ol li {
	margin: 2px 0px;
	padding: 0px;
}
/* bot in user online section */
.bot {
	color: #DD7500;
}
/* BB code images  */
.bb_code {
	cursor: pointer;
	margin: 2px;
	padding: 2px;
	border: 1px solid #1F1F1F;
	background: #999999;
}
.bb_code:hover {
	background: #EDEDED;
	border-color: #1F1F1F;
}
.bb_emoticon {
	cursor: pointer;
	margin: 2px;
}
/* avatar class */
.avatar {
	border: 0;
}
/* clickable small image */
img.click {
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0;
}
/* image verification image */
.image_verification {
	position: relative;
	height: 30px;
	border: 0;
}
.image_verification img.code_image {
	width: 100px;
	height: 30px;
	border: 0;
}
.image_verification img.refresh_image {
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 0;
	position: absolute;
	top: 7px;
	left: 100px;
}
.image_verification input {
	position: absolute;
	top: 3px;
	left: 120px;
}
/* error classes */
.error {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #FF3300;
	background: #FADFDC;
	color: #FF3300;
}
.error_green {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #2F4F2F;
	background: #E0EEE0;
	color: #2F4F2F;
}
/* line with text */
.line {
	overflow: auto;
	width: 100%;
}
.line p, .line div {
	float: left;
	margin: 2px;
}
.line div p, .line div div {
	float: none;
}
.line .left {
	font-weight: bold;
	width: 100px;
}
.line .wide {
	width: 150px;
}
/* pagination */
.pagination {
	padding: 10px;
	margin: 3px;
	text-align: center;
	position: relative;
}
.pagination.txt_right {
	text-align: right;
}
.arrow_nav {
	overflow: auto;
	padding: 4px 0;
	margin: 2px;
	width: 100%;
}
.pagination a, .arrow_nav a {
	padding: 6px 12px;
	margin: 2px;
	border: 1px solid #10688F;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
		background-color: #015480;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, rgb(1,84,128)),
    color-stop(0.57, rgb(27,118,154))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(1,84,128) 14%,
    rgb(27,118,154) 57%
);
color: #FFFFFF;
}
.pagination a:hover, .arrow_nav a:hover {
background: #FFFFFF;
border: 1px solid #D3D3D3;
color: #20252B;
}
.pagination b, .pagination a.current {
border-radius: 5px;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
	padding: 6px 12px;
	margin: 2px;
	font-weight: bold;
-webkit-box-shadow: inset 1px 2px 3px 1px #a39da3;
-moz-box-shadow: inset 1px 2px 3px 1px #a39da3;
box-shadow: inset 1px 2px 3px 1px #a39da3;  
}
.arrow_nav .previous {
	float: left;
}
.arrow_nav .next {
	float: right;
}
/* file box (index, related files, favourites) */
.file {
	width: 116px;
	float: left;
	overflow: hidden;
	padding: 2px;
	margin: 5px 5px 0 0;
	float: left;
	height: 110px;
}
.file .icon {
	float: left;
	width: 92px;
}
.file .desc {
	float: right;
	width: 180px;
}
.file p {
	margin: 1px 0;
	padding: 0;
}
.file .link a {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
.file .link a:hover {
	color: #FF6347;
	font-weight: bold;
	text-decoration: underline;
}
.file .played {
	font-size: 9px;
}
/* adjust widths for index page */
.file_index {
	width: 288px;
	float: none;
}
.file_index .desc {
	width: 213px;
}
/* browse pages files are also little different */
.browse_file {
	padding: 4px;
	margin: 2px;
	width: 295px;
	overflow: auto;
	border: 1px solid #1F1F1F;
}
.browse_file:hover {
	background: #1F1F1F;
}
.browse_file .desc {
	float: right;
	width: 180px;
}
/* bubbles */
.bubble {
	position: absolute;
	padding: 6px;
	width: 250px;
	border: 0;
	background: #555555;
	border: 1px solid #1F1F1F;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 5px #1F1F1F;
	-webkit-box-shadow: 0 0 5px #1F1F1F;
	-moz-box-shadow: 0 0 5px #1F1F1F;
	opacity: 0.95;
	z-index: 10;
}
.bubble .bubble_left {
	position: absolute;
	left: -10px;
	top: 7px;
	width: 10px;
	height: 12px;
	background-image: url(images/bubble_left.png);
}
.bubble .bubble_up {
	position: absolute;
	left: 10px;
	top: -10px;
	width: 12px;
	height: 10px;
	background-image: url(images/bubble_up.png);
}
/* tables */
.tbl_header {
	overflow: auto;
	font-weight: bold;
	border-bottom: 1px solid #1F1F1F;
	margin: 2px 0;
	text-align: center;
	width: 100%;
}
.tbl {
	overflow: auto;
	border-bottom: 1px solid #1F1F1F;
	margin: 2px 0;
	text-align: left;
	width: 100%;
}
.tbl_header p, .tbl p, .tbl div {
	float: left;
	padding: 2px;
}
.tbl div p {
	float: none;
}
/* tab menu stuff */
.tab_menu {
	position: relative;
	font-size: 12px;
	padding: 2px 2px 2px 0;
	margin: 0 0 -1px 0;
	list-style-type: none;
	background: #333333;
	background: #000000 url(images/topbar.gif);
	border: 1px solid #000;
	border-bottom: 0;
}
.tab_menu li {
	display: inline;
	margin: 0 -4px 0 0;
}
.tab_menu li a {
	position: relative;
	text-decoration: none;
	padding: 2px 6px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #000;
}
.tab_menu li a:hover {
	background: #333333;
	text-decoration: underline;
}
.tab_menu li a.selected {
	background: #333333;
	padding-bottom: 3px;
	z-index: 10;
}
/* index page 2 columns */
.index_left {
	float: left;
	width: 301px;
}
.index_right {
	float: right;
	width: 301px;
}
/* champions box on index page */
.champion {
	float:left;
	width: 198px;
}
.champion img {
	width: 32px;
	height: 32px;
	border: 0;
	float: left;
	margin: 0 10px;
}
.latest_line span {
	float: right;
}
/* all chmpions list */
#champions {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#champions li {
	padding: 5px 3px;
	border-bottom: 1px solid #1F1F1F;
}
#champions .pos {
	width: 50px;
	float: left;
}
#champions .wins {
	float: right;
}
/* files scroller on index page */
#scroller {
	position: relative;
	border: 1px solid #000000;
	background: #232323 url(images/scroller_bg.png) repeat-x;
	margin-bottom: 4px;
	overflow: hidden;
	height: 100px;
}
#scroller h4 {
	padding: 0;
	margin: 8px 0 0 18px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FF9900;
}
#scroller ul li img {
	margin: 2px;
	border: 0;
	cursor: pointer;
}
#scroller ul {
	display: block;
	position: absolute;
	top: 32px;
	width: 1500px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#scroller ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
#scroller .title {
	position: absolute;
	bottom: 0;
	padding: 4px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	z-index: 10;
}
/* news are in boxes like this */
.news_box {
	margin-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #1F1F1F;
}
/* champion info */
#champion_box {
    margin-bottom: 4px;
    padding: 2px;
	border: 1px solid #000000;
	background: url(images/cup.gif);
	background-repeat: no-repeat;
	background-position: 25% 50%;
	background-color: #333333;
	text-align: center;
}
/* box around file sponsor */
#sponsor {
	margin-bottom: 4px;
	padding: 4px;
	border: 1px dotted #FF3300;
	background: #FFCC33;
	text-align: center;
	font-weight: bold;
}
/* file info */
.file_info {
	float: left;
	width: 33%;
}
#avalie { float: left; width: 120px; font-weight: 700; }
#file_rating  { float: left; width: 110px; }
#file_rating img {
	margin-top: 10px;
	width: 16px;
	height: 16px;
	border: 0;
}
#full_screen, #make_favorite {
	float: right;
	margin: 4px;
	border: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#full_screen {
	display: none;
}
#resize_file {
	margin-left: auto;
	margin-right: auto;
	z-index: 20;
}
#resize_overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 15;
}
/* comments */
#comment_verification_field {
	display: none;
}
/* file ad */
#ad_loader {
	width: 300px;
	height: 15px;
	border: 1px solid #5D9160;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}
#ad_loader div {
	width: 0;
	height: 100%;
	background: #B2D0B4;
	margin-left: auto;
	margin-right: auto;
}
/* framed file */
#file_frame_info .content_box {
	margin: 0;
}
/* plug style */
#plug {
	text-align: center;
}
#plug img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* comments */
#comments .comment {
	border-bottom: 1px solid #1F1F1F;
	margin: 2px 0;
	padding: 2px 0;
}
#comments .comment.spam {
	color: #B0B0B0;
}
#comments .user {
	font-weight: bold;
}
#comments .date {
	color: #EBEBEB;
	margin-left: 4px;
}
#comments .report {
	widht: 10px;
	height: 10px;
	cursor: pointer;
	border: 0;
	float: right;
}
/* scores page file description box */
.scores_file {
	float: none;
	border: 1px solid #1F1F1F;
	margin-left: 25px;
}
.scores_file:hover {
	background: #1F1F1F;
}
/* subcategory on category page */
.subcategory {
	float: left;
	width: 198px;
}
/* user CP menu */
#ucp_menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
#ucp_menu ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 4px;
	text-align: center;
	width: 58px;
}
#ucp_menu ul li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	width: 32px;
	height: 32px;
}
/* color selector in UserCP */
#color_selector {
	position: absolute;
	width: 140px;
	border: 1px solid #808080;
	cursor: pointer;
	overflow: auto;
	box-shadow: 0px 0px 5px #A3A3A3;
	-webkit-box-shadow: 0px 0px 5px #A3A3A3;
	-moz-box-shadow: 0px 0px 5px #A3A3A3;
}
#color_selector div {
	width: 20px;
	height: 18px;
	float: left;
}
/* avatar gallery images */
.ucp_avatar {
	margin: 1px;
	cursor: pointer;
}
/* private messages */
.ucp_pm_preview {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
/* member information box (member list and friends) */
.member {
	margin: 2px;
	padding: 6px;
	overflow: auto;
	float: left;
	width: 281px;
	background: #292929;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #1F1F1F;
}
.member:hover {
	background: #1F1F1F;
}
.member .avatar {
	float: right;
	border: 1px solid #3D5229;
	padding: 2px;
	background: #FFFFFF;
}
.member .content {
	float: left;
	margin-right: 2px;
}
.member a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
/* forum posts and private messages */
.post {
	overflow: auto;
	width: 100%;
}
.forum_post {
	border-top: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	margin: 8px 0;
}
.post .poster {
	float: right;
	width: 130px;
	border-left: 1px solid #1F1F1F;
	padding: 3px;
	background: #1F1F1F;
}
.post .poster img {
	border: 1px solid #1F1F1F;
}
.post .poster .user a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.post .content {
	float: left;
	width: 455px;
	padding: 3px;
}
.post .content .header {
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #1F1F1F;
}
.post .content .header span {
	font-weight: normal;
}
.post .content .message {
	margin: 4px 0;
}
.post .content .footer {
	border-top: 1px solid #1F1F1F;
	padding-top: 3px;
	margin-top: 8px;
}
/* quotes in PMs and forum posts*/
.quote {
	border: 1px dotted #000000;
	margin: 2px 2px 6px 2px;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* icon before forum name */
.forum_icon {
	width: 24px;
	height: 24px;
	border: 0;
}
/* icon next to forum post */
.post_icon {
	float: left;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}
/* info on registration page */
.register_info {
	float: left;
	width: 240px;
	font-weight: bold;
}

/* box on redirection page */
#redirection_box {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 400px;
	border: 1px solid #000000;
	background: #333333;
	text-align: center;
}
/* footer of the site */
#footer {
	padding: 10px 2px 5px 2px;
	text-align: center;
	border-radius: 0 0 15px 15px;;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
}
#footer ul {
list-style: none;
text-align: left
}
#footer a:hover {
	text-decoration: underline;
}

.menu_game {
    width: 30%;
    float: left;
    text-align: center;
	margin-left: 8px;
}
#jogosnovos, #jogosnovos2 {
width: 400px;
float: left;
margin-left: 4px;
margin-top: 5px;
}
#jogosnovos2 { width: 390px;}
.boxjogosdestaque {
float: left;
padding: 5px;
}
.jogodestaque, .jogodestaque1 {
padding: 3px
}
.jogodestaque1 img { margin: 0; border: 0; }
.jogodestaque1 a:hover img { margin: 0; border: 0; }
.jogodestaque1{ width: 115px; float: left;}
.jogodestaque1 h2 { font-size:11px }
.jogodestaque h3{
font-size: 14px;
}
.destaqdir {
margin-left: 5px;
float: right;
width: 150px
}
.destaqesq {
float: left
}
    .botaojogar, .botaojogar a:hover {
    background: #FF5C00 url(http://www.zurb.com/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 15px 6px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
    line-height: 1;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
	margin: 10px 0 0 20px;
    }
	
.boxjogosdestaque { background: #fce9b8;
background-color: #FAFFB5;
border: 1px #C6C677 solid;
border-radius: 10px;
}

#LinksAnimacoes h3, #LinksMario h3, #LinksTiro h3, #LinksMeninas h3, #LinksZumbis h3, #LinksRPG h3, #LinksTower h3, #LinksLuta h3,
#LinksCorrida h3, #LinksEquilibrio h3, #LinksNaves h3 {
	font-weight: 500
}

#LinksAnimacoes, #LinksMario, #LinksTiro, #LinksMeninas, #LinksZumbis, #LinksRPG, #LinksTower, #LinksLuta, #LinksCorrida,
#LinksEquilibrio, #LinksNaves {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	float: left;
}
#ImagensAnimacoes div, #ImagensMario div, #ImagensTiro div, #ImagensMeninas div, #ImagensZumbis div, #ImagensRPG div, #ImagensTower div,
#ImagensLuta div, #ImagensCorrida div, #ImagensEquilibrio div, #ImagensNaves div {
  display: none;
  float: right
}
#ImagensAnimacoes div:first-child, #ImagensMario div:first-child, #ImagensTiro div:first-child, #ImagensMeninas div:first-child, 
#ImagensZumbis div:first-child, #ImagensRPG div:first-child, #ImagensTower div:first-child, #ImagensLuta div:first-child,
#ImagensCorrida div:first-child, #ImagensEquilibrio div:first-child, #ImagensNaves div:first-child {
  display: block;
}


/* Class do Jogos */

.TituloJogos , .TituloJogosMini, .TituloJogosMeninas, .TituloJogosMiniMeninas{
background: #EFEFEF; /* old browsers */

background: -moz-linear-gradient(top, #EFEFEF 0%, #f6f6f6 36%, #DBDBDB 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFEFEF), color-stop(36%,#f6f6f6), color-stop(100%,#DBDBDB)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DBDBDB',GradientType=0 ); /* ie */
font-weight: 600 ;
margin-bottom: 5px;
height: 32px;
line-height: 30px;
 border: 1px #999999 solid;
color: #30312C;
}
.Titulo {background: #FFFFFF; /* old browsers */
}
.TituloJogosMini, .TituloJogosMiniMeninas{ height: 20px; line-height: 20px; font-size: 9px; font-weight: 400; border: 1px #999999 solid; }
.TituloJogosMiniMeninas { background: #FFFFFF }
.mais{
padding-left: 20px;
background: url("images/plus-icon.png") no-repeat scroll left center transparent;
float: left;
clear: both;
}
.h3JogosMini { font-size: 10px; width:112px; text-align: center }
.jogos, .jogosgrande, .jogosmeninas {
font-size: 11px;
width: 366px;
padding: 9px;
float: left;
/*
background: #eeeeee; 
background: -moz-linear-gradient(top, #eeeeee 0%, #E2E2E2 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#E2E2E2));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#E2E2E2',GradientType=0 );
*/
}
.jogosgrande ul a, .jogosmeninas  ul a{ line-height: 21px; font-size: 14px;  }

.jogosmini { width: 242px; height: 135px; float: left; padding: 5px;  border: 1px #999999 solid; margin-top: 5px; margin-left: 2px}
.jogosmini img { margin-left: 3px; }

.jogosminimeninas {background: #fcecfc; /* old browsers */

background: -moz-linear-gradient(top, #fcecfc 0%, #F7D2EB 91%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(91%,#F7D2EB)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#F7D2EB',GradientType=0 ); /* ie */ }
.jogosmeninas {

background: #fcecfc; /* old browsers */

background: -moz-linear-gradient(top, #fcecfc 0%, #F7D2EB 91%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(91%,#F7D2EB)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#F7D2EB',GradientType=0 ); /* ie */


}
.jogosmeninas a:link, .jogosminimeninas a:link{
color: #FF319A
}
#JogosMario {
padding-left: 45px;
background: url("images/mario.png") no-repeat scroll left center;
}


#Tiro {
padding-left: 45px;
background: url("images/arma.png") no-repeat scroll left center;
}

#Meninas{
padding-left: 45px;
background: url("images/girl.png") no-repeat scroll left center;
}

#Zumbis{
padding-left: 45px;
background: url("images/zombie.png") no-repeat scroll left center;
}

#RPG{
padding-left: 45px;
background: url("images/rpg.png") no-repeat scroll left center;
}

#Tower{
padding-left: 45px;
background: url("images/tower.png") no-repeat scroll left center;
}

#Luta{
padding-left: 45px;
background: url("images/luta.png") no-repeat scroll left center;
}

#Corrida{
padding-left: 45px;
background: url("images/corrida.png") no-repeat scroll left center;
}

#Equilibrio{
padding-left: 45px;
background: url("images/balance.png") no-repeat scroll left center;
}

#Naves{
padding-left: 45px;
background: url("images/plane.png") no-repeat scroll left center;
}

#Estrategia{
padding-left: 20px;
background: url("images/strategy.png") no-repeat scroll left center;
}
#MiniFutebol{padding-left: 20px; background: url("images/futebol.png") no-repeat scroll left center;}
#MiniApontar{padding-left: 20px; background: url("images/apontar.png") no-repeat scroll left center;}
#MiniTiroAoAlvo{padding-left: 20px; background: url("images/tiro-ao-alvo.png") no-repeat scroll left center;}
#MiniRaciocinio{padding-left: 20px; background: url("images/raciocinio.png") no-repeat scroll left center;}
#MiniDistancia{padding-left: 20px; background: url("images/distancia.png") no-repeat scroll left center;}
#MiniPuzzle{padding-left: 20px; background: url("images/puzzle.png") no-repeat scroll left center;}
#MiniMoto{padding-left: 23px; background: url("images/bike.png") no-repeat scroll left center;}
#MiniBatman{padding-left: 23px; background: url("images/batman_m.png") no-repeat scroll left center;}
#MiniBobEsponja{padding-left: 23px; background: url("images/bobesponja_m.png") no-repeat scroll left center;}
#MiniBen10{padding-left: 23px; background: url("images/ben10_m.png") no-repeat scroll left center;}
#MiniSonic{padding-left: 23px; background: url("images/Sonic-icon.png") no-repeat scroll left center;}
#MiniAcao{padding-left: 23px; background: url("images/running.png") no-repeat scroll left center;}
#MiniAnimacoes{padding-left: 23px; background: url("images/animacoes.png") no-repeat scroll left center;}
#MiniDownload{padding-left: 23px; background: url("images/download.png") no-repeat scroll left center;}

img.bgmaximage {position:fixed !important;}

#file_box { margin-top: 20px; }

.botoesJogo { width: 300px; float: right; margin-left: 20px;}
.botoesJogo li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	width: 115px;
	height: 28px;
	float: left;
	margin-left: 5px;
	list-style: none; line-height: 10px; padding: 4px 0 0 5px;
}

.luzes a, .luzes a:hover, .reportarJogo a{
width: 115px;
height: 28px;
display:block;
line-height: 28px;
padding-left: 8px;
}

.luzes  a{ background: url(images/lampadap.png) no-repeat 82px 2px transparent ; }
.luzes a:hover { background: url(images/lampadap2.png) no-repeat 82px 2px transparent ; }
.reportarJogo a { background: url(images/error.png) no-repeat 118px 2px transparent ; width: 155px;}

.botaoSelf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 25px;
	color: #666666;
/*	padding: 6px 13px; */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border: 1px solid #E5E5E3;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}
#barjogo {
background: #f2f2f2;
width: 964px;
clear: both;
height: 37px;
line-height: 36px;
margin: 0 auto 1px auto;
padding: 2px 10px;
}
.border {
border-left: 1px solid #C0C0C0;
float: left;
margin-left: 10px;
}
.facebookcomment{
float: left;
width: 460px;
margin-top: 20px;
margin-left: 12px;
}
.caixajogo { position: relative;}
.caixajogo img {
	padding: 8px 8px 0 8px;
	top: 0;
	right: 0;
	position: absolute;
}
.caixajogo p {
font-size: 11px;
	width: 170px;
	margin-top: 155px;
	margin-left: 5px;
	margin-right: 5px;
	position: absolute;
}
.caixajogo a {  width: 180px; height: 215px; position: absolute; color: #30312C; }
.caixajogo h2 {  position: absolute; padding: 0px; margin: 0px; font-size:13px; }

	.jogoscat ul li a {
    display: block;
    margin: 0;
    width: 160px;
	padding: 120px 10px 0 10px;
	height: 100px;
	position: relative;
	z-index: 10000
	}
	
	.jogoscat ul li:hover,.jogoscat ul li a:hover { color: #FFFFFF }
	
.jogoscat ul li {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 4px #CECECE;
    cursor: pointer;
    display: inline;
    float: left;
    line-height: 16px;
    margin: 9px 0 0 9px;
    padding: 0;
	width: 180px;
	height: 215px;
	color: #585858;
	position: relative;
}
.jogoscat ul li:hover{
background-color: #015480;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, rgb(1,84,128)),
    color-stop(0.57, rgb(27,118,154))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(1,84,128) 14%,
    rgb(27,118,154) 57%
);
color: #FFFFFF;
}
#breadcrumbs { font-weight: normal; color: #666666; float: right; font-size: 15px; padding: 8px 15px 0 0;}
#breadcrumbs a { color:#666666; font-weight: normal;}
#breadcrumbs a:hover { color: #006699 }
.titulo{
	background: url("images/titulobg3.png") repeat-x transparent;
    margin-bottom: 5px;
	height: 40px;

	}
.titulo h2 { font-size: 16px; padding: 8px 0 0 15px; }
.titulojogo a { color: #006699; font-size: 21px; } .titulojogo a:hover { 	color: #20252B;	text-decoration: none; } 
.titulojogo  { float: left; padding: 4px 10px 0 10px;  }
.caixa_cat { width: 100%; float: left; }
.descricao { clear: both; padding: 5px 20px 15px 20px; margin-bottom: 10px; border-bottom: 1px solid #E5E5E5; }
.tamanho1 { width: 242px; margin-left: 5px}
.instructionJOGO { float: left; width: 465px; padding-left: 10px; margin-left: 15px; }
.instructionJOGO ul li { list-style: none; line-height: 12px; padding: 3px 0; }
.instructionJOGO img {     margin-right: 2px;
    vertical-align: middle; }
	
#jogosEmbed { width: 968px; padding: 6px; margin: 0 auto 0 auto; border:1px solid #ccc; }
.anunciolado { width: 120px; float: left; }
#conteudoPrincipal { float: left; margin-left: 25px; width: 770px; }
#anuncio_dircat { float: left; padding: 5px 10px 10px 10px; }
#anuncioCatTopo { padding: 2px 0px 8px 0px; margin: 0 auto 0 auto; width: 728px; height: 90px; }
#anuncioHome { width: 728px; height: 90px; margin 0 auto 0 auto; padding: 0 0 5px 0; }
#anuncioJogoTop { width: 728px; height: 90px; margin: 4px auto 0 auto; padding: 0 0 10px 0;}
#anuncioBoxJogo { width: 336px; height: 280px; padding: 10px; margin: 8px 50px 0 0; float: right; border: 1px solid #CCCCCC;  }

#menuPrincipal {float: left; width: 170px; }
#menuPrincipal ul{ margin: 0; padding: 0; list-style: none outside;  }
#menuPrincipal  li {  background: #F2F2F2; border-bottom: 1px solid #CCCCCC; width: 170px;  }
#menuPrincipal  li:hover {  background: #EAEAEA; border-bottom: 1px solid #AAAAAA; }
#menuPrincipal a { padding: 4px 0 4px 0; display: block; width: 100%; height: 100%; font-size: 13px; font-weight: bold; text-indent: 40px; }
#menuPrincipal a:hover {  }
.margingr { margin-left: 40px; }
.jogosnovos { float: left; width: 300px; line-height: 36px; margin-left: 8px; padding-left: 36px; color: #969696; background: url("images/joystick.png") no-repeat; }
.destaquetitulo { float: left; width: 260px; line-height: 26px; margin-top: 5px; margin-left: 8px; padding-left: 36px; color: #969696; background: url("images/destaque.png") no-repeat; }


.AcaoeAventuraMenu { background: url("images/icones-menu.png") no-repeat scroll 8px 0 transparent; }
.TiroMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -119px transparent; }
.CorridaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -141px transparent; }
.LutaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -46px transparent; }
.RPGMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -406px transparent; }
.MarioMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -95px transparent; }
.BobEsponjaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -654px transparent;}
.ApontareClicarMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -282px transparent; }
.TowerDefenseMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -430px transparent; }
.BatmanMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -356px transparent; }
.Ben10Menu { background: url("images/icones-menu.png") no-repeat scroll 8px -629px transparent; }
.BillyMandyMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -1063px transparent; }
.SonicMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -70px transparent; }
.MotoMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -186px transparent; }
.EstrategiaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -380px transparent; }
.ZumbiMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -23px transparent; }
.EquilibrioMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -455px transparent; }
.PowerRangersMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -843px transparent; }
.PuzzleMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -914px transparent; }
.NarutoMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -604px transparent; }
.SinucaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -479px transparent; }
.ZumaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -940px transparent; }
.BalizaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -554px transparent; }
.CartaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -866px transparent; }
.LanternaVerdeMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -967px transparent; }
.DesenhareColorirMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -704px transparent; }
.SnowboardMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -990px transparent; }
.FutebolMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -206px transparent; }
.BasqueteMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -258px transparent; }
.TiroaoAlvoMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -331px transparent; }
.DistanciaMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -680px transparent; }
.NavesMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -164px transparent; }
.TrincasMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -1013px transparent; }
.GolfeMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -504px transparent; }
.RaciocinioMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -306px transparent; }
.XadrezMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -528px transparent; }
.AntigosMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -1038px transparent; }
.BeijarMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -727px transparent; }
.AntigosMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -1038px transparent; }
.AdministrarMenu{ background: url("images/icones-menu.png") no-repeat scroll 8px -750px transparent; }
.VestirMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -820px transparent; }
.WinxMenu { background: url("images/icones-menu.png") no-repeat scroll 8px -888px transparent; }