        #header{
                width: 100%;
                height: auto;
                margin: 0 auto;
                background-color: #4F676A;                                
        }
        .header_ad{
                float: right;
                width: 100%;
                height: 250px;
                text-align: center;
                background-color: #F4E391;
                background-color: #4F676A;
        }
	.header_background{
                float: left; 
                width: 100%; 
                height: 250px; 
                background: url(images/painelsuperior.jpg) #4F676A no-repeat; 
                position: relative; 
                overflow: hidden;
	}
        .header_controls{
                float: left; 
                width: 155px; 
                height: 250px;
        }
        .header_display{
                overflow: hidden;
                overflow-y: auto;
                float:left; 
                height: auto; 
                min-width: 150px;
                padding-top: 3px;
                width: 60%;
                width: calc(100% - 155px);
        }
        
        .header_display_ad{
                width: 100%;
                height: 120px;
        }

        .header_btn_goto_menu{
            background-color: #EDEDED;
            background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
            background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
            background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
            background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
            background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
            border: 1px solid #CCCCCE;
            border-radius: 3px;
            box-shadow: 0 3px 0 rgba(0, 0, 0, .3),
                          0 2px 7px rgba(0, 0, 0, 0.2);
            color: #616165;
            display: block;
            font-size: 14px;
            font-weight: bold;
            line-height: 25px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            text-shadow:1px 1px 0 #FFF;
            padding: 5px 15px;
            position: relative;
            width: 90%;
            height: 23px;
            overflow: hidden;
        }
        
        .header_btn_goto_menu:hover{
            border-color: #005500;            
        }
        
        #header_display_content{
                overflow-x: visible;
                overflow-y: visible;
                width: 100%;
                height: 150px;
        }
	.header_menu_link {
			float: left;
			text-decoration: none; 
                        border-right: #BBBBBB solid 1px; 
                        border-bottom: #BBBBBB solid 1px;
                        background-color: #FAFAFA; /*#DDDDDD; #FFFBBF*/
                        margin-left: 2px;
                        margin-top: 2px;
			width: 154px;
			height: 160px;
	}
        
        .header_menu_link_selected{
                        background-color: #FBFBB6; /* #C48242 #4282C4 ;*/
        }
	
	.header_menu_link_image{
			float: left; 
			width: 154px; 
			height: 90px; 
			background-position: center;
			background-repeat: no-repeat;
	}
        
	.header_menu_link_title{
			font-weight: bold; 
			text-align: center;
			font-size: 100%;
			color: #0055AD;
			float: left; 
			width: 100%; 
	}

        .header_menu_link_subtitle{
			float: left; 
			font-weight: bold; 
			text-align: center;
			font-size: 79%;
			width: 142px; 
			color: #000000;	
                        margin-left: 4px;
	}
        
        
        
@media only screen and (min-width: 960px) { 
        .header_ad{
                width: calc(300px);
        }
        .header_background{
                width: 65%;
                width: calc(100% - 300px);
        }
}
        
                        .left_workarea{
                                float: left; width: 50%;
                        }

                        .right_workarea{
                                float: right; width: 50%;
                        }

                        .left_workarea_shift{
                                float: left; width: 50%;
                        }

                        .right_workarea_shift{
                                float: right; width: 50%;
                        }
                        
                        .full_workarea{
                                float: left;
                                width: 100%;
                        }
                        
@media only screen and (max-width: 900px) { 
                        .left_workarea, .right_workarea, .left_workarea_shift, .right_workarea_shift{
                                width: 100%;
                        }
}
@media only screen and (min-width: 1279px) { 
                        .left_workarea{
                                width: 50%;
                        }
                        .right_workarea{
                                width: 50%;
                        }
                        .left_workarea_shift{
                                width: 50%;
                        }
                        .right_workarea_shift{
                                width: 50%;
                        }
}
                        



	.display{ 
                display: block;
                float: left;
                width: 100%;
                text-align: center;
                
        }
        .display_link{
                        display: inline-block;
			text-decoration: none; 
                        border-right: #BBBBBB solid 1px; 
                        border-bottom: #BBBBBB solid 1px;
                        background-color: #FAFAFA; /*#DDDDDD; #FFFBBF*/
                        margin-left: 2px;
                        margin-top: 2px;
			width: 350px;
			height: 175px;
	}
        
        .display_link_selected{
                        background-color: #FBFBB6; /* #C48242 #4282C4 ;*/
        }
	
	.display_link_image{
			float: left; 
			width: 350px; 
			height: 175px; 
                        background-position: 0px -175px;
			background-repeat: no-repeat;
	}
        
        .display_link_image:hover{
                        background-position: 0px 0px;
        }
        
	.display_link_title{
			font-weight: bold; 
			text-align: center;
			font-size: 200%;
			float: left; 
			width: 100%; 
                        color: #555555;
			color: white;
                        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
                        margin-top: 75px;
                        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
                        filter: Shadow(Color=black, Direction=130, Strength=2); 
	}
        
        .display_link_subtitle{
                        color: #555555;
			text-align: center;
                        font-size: 150%;
                        display: none;
        }
        
@media only screen and (max-width: 720px) { 
        .display{
                width: 350px;
        }
}
        			.footer{
				float: left; 
                                width: 100%; 
                                height: auto; 
                                padding-top: 10px; 
                                margin-top: 10px; 
                                background-color: #AB9D8A;
                                padding-bottom: 10px;
                                margin: 0 auto;
                                text-align: left;
                                
			}	
                        .footer_ad_box{
                                float: right;
                                width: 99%;
                                height: auto;
                                text-align: center;
                                margin-right: 5px;
                                margin-bottom: 10px;
                        }
                        .footer_ad{
                                float: right;
                                width: 100%;
                                height: 250px;
                                text-align: center;
                        }
			.footer_column{
                                float: left;
                                min-width: 300px; 
                                width: 100%; 
                                padding-left: 5px;
                                width: 300px;
                                height: auto;
			}
			.footer_item{
				width: 100%;
                                padding-bottom: 10px; 
                                text-align: left;	
			}
			.footer_item, .footer_item a{
				font-weight: bold;
                                font-size:130%;
                                color: #F7D117;
			}
			.footer_item a:hover{
				font-weight: bold;
                                color: #FFD147;
			}
			.footer_subitem{
				width: 100%;
                                padding-left: 12px;
                                padding-bottom: 20px;
                                text-align: left;
			}
			.footer_subitem div a{
				font-size:98%;
                                color: #FFFFFF; 	
			}
			.footer_subitem div a:hover{
				font-weight: bold;
			}				

@media only screen and (min-width: 960px) { 
        .footer_ad{
                float: right;
                width: 300px; 
                height: 600px; 
                width: calc(300px);
        }
}/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/webus/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/webus/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/webus/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/webus/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
    .webus_forum{
        width: 100%;
        height: auto;
    }
    
    .webus_comment_form{
        width: 100%;
        height: auto;
        text-align: center;
        float: left;
        width: 80%; 
        padding: 10px; 
        padding-left: 10%; 
        padding-right: 10%; 
        background-color: #2E4D5B; 
        font-weight: bold;
        text-align: justify;        
    }
    
    .webus_comment_do_login{
        background-color: #940D0D;
        background: -webkit-linear-gradient(bottom, #FF0000, #940D0D 70%);
        background: -moz-linear-gradient(bottom, #FF0000, #940D0D 70%);
        background: -o-linear-gradient(bottom, #FF0000, #940D0D 70%);
        background: -ms-linear-gradient(bottom, #FF0000, #940D0D 70%);
        background: linear-gradient(bottom, #FF0000, #940D0D 70%);
        border: 1% solid #CCCCCE;
        border-radius: 3px;
        box-shadow: 0 3px 0 rgba(0, 0, 0, .3),
                          0 2px 7px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
        display: block;
        font-size: 250%;
        font-weight: bold;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow:1% 1% 0 #FFF;
        padding: 1% 2%;
        position: relative;
        width: 96%;
        height: 53px;
        overflow: hidden;
    }
    
    .webus_comment_do_login:hover{
        background-color: #FF0000;    
        background: -webkit-linear-gradient(top, #FF0000, #940D0D 70%);
        background: -moz-linear-gradient(top, #FF0000, #940D0D 70%);
        background: -o-linear-gradient(top, #FF0000, #940D0D 70%);
        background: -ms-linear-gradient(top, #FF0000, #940D0D 70%);
        background: linear-gradient(top, #FF0000, #940D0D 70%);
    }


    .webus_comments{
            float: left; 
            width: 100%;            
    }
    
    .webus_comment{
            float: left;
            width: 100%;
            margin-bottom: 1%;
    }

    .webus_comment_left{
            float: left;
            width: 26%;
            height: 150px;
            text-align: center;
            overflow: hidden;
    }

    .webus_comment_user_photo{
            width: auto;
            height: 100px;
            background: no-repeat center center;
    }
    
    .webus_comment_user_legend{
            
    }
    
    .webus_comment_footer{
           float: left;
           width: 85%;
           padding-left: 15%;
           border-bottom: 1px black solid;
           margin-bottom: 1%;
    }
    
    .webus_comment_button{
           padding-left: 2%;
           padding-right: 2%;
           text-decoration: none;
    }
    
    .webus_comment_button span{
          height: 100%;
    }

    .webus_comment_button button{
           cursor: pointer;
    }
    
    .webus_comment_right{
            float: right;
            padding: 1%;
            width: 70%;
    }
    
    .webus_comment_response{
            width: 25%;
            width: 60%;
            border-left: solid black;
            border-left-width: 2px;
    }
    
    .webus_comment_title{
            width: 100%;
            font-size: 130%;
            font-weight: bold;            
    }
    
    .webus_comment_content{
            width: 100%;
            min-height: 90px;
    }
    
    
    .webus_comment_button_edit:hover{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -213px 0px no-repeat;
    }

    .webus_comment_button_edit{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -213px -38px no-repeat;
    }

    .webus_comment_button_thumbs_up:hover{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -4px 0px no-repeat;
    }

    .webus_comment_button_thumbs_up{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -4px -38px no-repeat;
    }
  
    .webus_comment_button_thumbs_down:hover{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -40px 0px no-repeat;
    }

    .webus_comment_button_thumbs_down{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -40px -38px no-repeat;
    }

    .webus_comment_button_comment:hover{
            width: 33px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -76px 0px no-repeat;
    }

    .webus_comment_button_comment{
            width: 33px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -76px -38px no-repeat;
    }

    .webus_comment_button_facebook:hover{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -112px 0px no-repeat;
    }

    .webus_comment_button_facebook{
            width: 36px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -112px -38px no-repeat;
    }

    .webus_comment_button_twitter:hover{
            width: 33px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -148px 0px no-repeat;
    }

    .webus_comment_button_twitter{
            width: 33px;
            height: 36px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -148px -38px no-repeat;
    }
    
    .webus_comment_button_denuncia:hover{
            width: 36px;
            height: 38px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -180px 0px no-repeat;
    }

    .webus_comment_button_denuncia{
            width: 36px;
            height: 38px;
            border: 1px;
            background: url("images/webus/commentsctrls.gif") -180px -38px no-repeat;
    }
    
    .webus_messagebox_window{
        display: block; 
        position: absolute; 
        top: 200px; 
        left: 300px; 
        background-color: #FFFFA4; 
        width: 650px; 
        border: 3px solid #404040; 
        z-index: 1000    
}

.webus_messagebox_window_title{
        text-align: left; 
        width: 100%; 
        font-size: 200%; 
        height: 30px; 
        color: white;
        background-color: #111111;    
}		div.unitycontent {
                        float: left;
			margin: auto;
			width: 100%;
                        text-align: center;
		}
		div.broken,
		div.missing {
			margin: auto;
			position: relative;
			top: 50%;
			width: 193px;
		}
		div.broken a,
		div.missing a {
			height: 63px;
			position: relative;
			top: -31px;
		}
		div.broken img,
		div.missing img {
			border-width: 0px;
		}
		div.broken {
			display: none;
		}
		div#unityPlayer {
                        display: inline-block;
			cursor: default;
			height: 600px;
			width: 100%;
                        text-align: center;
		}
.nav_chrome{background:url('images/webus/navegadores.gif') 0px 0px no-repeat; width:90px; height:90px;}
.nav_opera{background:url('images/webus/navegadores.gif') 0px -90px no-repeat; width:90px; height:90px;}
.nav_firefox{background:url('images/webus/navegadores.gif') 0px -180px no-repeat; width:90px; height:90px;}
.nav_ie{background:url('images/webus/navegadores.gif') 0px -270px no-repeat; width:90px; height:90px;}        body{
                background-color: black;    
        }
        .image_only_activated{
		float: left; 
		width: 350px; 
		height: 175px; 
                background-position: 0px -175px;
		background-repeat: no-repeat;
        }
        
        .webus_comment_form{
            background-color: #FCD33D;
        }
        
        .webus_comment_do_login{
            background-color: #E82E1F;
        }
        
        .webus_comment_do_login:hover{
            background-color: #FF3630;
        }
        
        .floating_top_button{
            display: block;
            position: fixed;
            left: 10px;
            right: 10px;
            background: url(images/menu.gif) center center no-repeat;
            width: 90px;
            height: 40px;
            z-index: 1;
        }