html, body, #wrapper {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#CCC;
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    /* background-image:url(../imagens/bg_centerorange_ft.png); */
    background-position: center top;
    background-repeat:repeat-y;
    background-color:#EAEAEA;
}
#macrocontainer {
    margin: 0 auto;
	/* height: 100%; */
	width: 797px;
	background-color: #DFDFD0;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #ABABAB;
	border-right-width: 22px;
	border-right-style: solid;
	border-right-color: #ABABAB;
}

#bodycontainer {
    margin: 0 auto;
	/* height: 100%; */
	width: 797px;
	background-color: #DFDFD0;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #ABABAB;
	border-right-width: 22px;
	border-right-style: solid;
	border-right-color: #ABABAB;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width: 400px;
}

#table_body_index {
    padding-top: -40px !important;
}

#header_player {
    height: 40px; 
    width: 100%; 
    background-color: #161616; 
    position: fixed; 
    z-index: 1000;
}

#header_player_text {
    position: relative; 
    margin-top: 12px; 
    width: 55%; 
    float: left; 
    font-size: 15px; 
    text-align: right;
}

#header_player_audio {
    float: right; 
    width: 45%; 
    text-align: left; 
    margin-top: 5px;
}

.igsanimacao {
    position: relative;
    width: 400px;
    top: 60px;
    left: -121px;
}

.igesyslogo {
	position: absolute;
	top: 129px;
	left: -13px; 
	z-index: -1; 
	width: 200px; 
	/* background-image: linear-gradient(210deg, #fff 0%, #e6e6e6 100%); 
	border-radius: 3px; 
	box-shadow: 0px 4px 10px 0px rgba(8,13,18,0.3); */ /* Comentado por GB em 04.02.2015 */
	padding: 1em; 
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* For Mozilla 3.5+ browsers */
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Webkit browsers */
	transition-delay: 0s /* Mozilla browsers */
	transition-duration: 0.6s /* Mozilla browsers */
	transition-property: all /* Mozilla browsers */
	transition-timing-function: ease /* Mozilla browsers */
	
}

.igesyslogo:hover {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.hsplogo {
    width: 240px;
    filter: grayscale(1);
    transition: 0.5s;
}

.hsplogo:hover {
    filter: grayscale(0);
    filter: none;
}

.fontepadrao {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFFFFF;
}
.musgo {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#6C6F5E;
}
.fontepadrao12 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
}
.fontepadrao13 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#FFFFFF;
}
.fontepadrao14 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FFFFFF;
}
.fontepadraopreta {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
}
.destaques {
    color:#FF4D02;
    font-weight:bold;
    font-size:16px;
}
.tituloescuro {
    color:#000000;
    font-weight:bold;
    font-size:16px;
}
.alerta {
    font-weight:bold;
    color:#CC0000;
    font-size:10px;
}
.data{
    color:#CF151A;
}
.verde{
    color:#CF151A;
}
.rodape{
    color:#FFFFFF;
    margin-bottom:3px;
}
.pequeno{
    color:#FFFFFF;
    font-size:10px;
    text-decoration:none;
}
.laranja{
    color:#EE6201;
    font-size:11px;
    text-decoration:none;
}
.pequenol{
    color:#EE6201;
    font-size:10px;
    text-decoration:none;
}
.pequenop{
    color:#000000;
    font-size:10px;
    text-decoration:none;
}
a {
    color:#CCCCCC;
    text-decoration:none;
}
.campos {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background:#8F8F8F;
    border-width: 1px;
    border-color: #424242;
    border-style: solid;
    margin:1px;
    padding-left:2px;
}
.botao {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E1E1E1;
    border-width: 1px;
    border-color: #424242;
    border-style: solid; 
    background:#33578C;
    margin:0px;
    height:17px;
    cursor: pointer;
}
#fullheight{height:100%}
.thumbwrapper .highslide {
    outline: none;
}
.textwrapper .highslide {
    font-size: 11pt; 
    text-decoration: none;
    display: block; 
    text-align: center;
}
.highslide {
    outline: none;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide img {
    border: 5px solid #C0C0C0;
    cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide:hover img {
    border: 2px solid silver;
}

.highslide-image {
    border: 5px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-top: none;
    padding: 0 10px 10px 10px;
    background-color: white;
    text-align: justify;
}
.highslide-dimming {
    background: black;
    position: absolute;
    width: 100%;
    visibility: hidden;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    border: 1px solid black;
    background-color: black;
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
.control {
    float: right;
    display: block;
    /*position: relative;*/
    margin: 0 5px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.control:hover {
    color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
a.highslide-full-expand {
    background: url(graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 44px;
    height: 44px;
}
.highslide-overlay {
    display: none;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-previous-next {
    text-align: center;
    padding-bottom: 5px;
}
.highslide-previous-next a {
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    padding: 0 20px;
}
.highslide-html {
    border: 1px solid white;
    background-color: #D4D0C8;
}
.highslide-html-blur {
    border: 1px solid silver;
}
.highslide-html-content {
    position: absolute;
    display: none;
}

/* Self rendering */
.highslide-wrapper {
    background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-wrapper .highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-wrapper .highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
    color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
    cursor: move;
}
.highslide-wrapper .highslide-footer {
    height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
    float: right;
    height: 11px;
    width: 11px;
    background: url(graphics/resize.gif);
    position: relative;
    top: 0.5em;
    left: 0.5em;
}
.highslide-wrapper .highslide-body {
}

/* Individual CSS-classes: no border */
.highslide-no-border {
    background-color: gray;
}
.highslide-no-border .highslide-image {
    border: none;
    border-bottom: 1px solid white;

}
.highslide-no-border .highslide-html {
    border: none;

}
.highslide-no-border .highslide-caption {
    border: none;
    border-bottom: 1px solid white;
    background-color: gray;
    color: white;
}
.highslide-no-border .highslide-caption code {
    color: white;
}

/* Individual CSS-classes: white */
.highslide-white {
    background-color: white;
}
.highslide-white .highslide-image {
    border: 5px solid white;

}
.highslide-white .highslide-caption {
    background-color: white;
}
.highslide-white .control, .highslide-white .control * {
    color: #666;
}
.highslide-white .highslide-html {
    border: 2px solid white;
}

/* Individual CSS-classes: glossy-dark */
.glossy-dark {
    background-color: #101010;
}
.glossy-dark .highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: black black #202020 black;
}
.glossy-dark .highslide-caption {
    background: #101010;
    padding: 5px 0 5px 0;
}
.glossy-dark div {
    color: silver;
}

/* Individual CSS-classes: narrow border */
.highslide-narrow-border {
    background: white;
}
.highslide-narrow-border .highslide-image {
    border: 2px solid white;
}
.highslide-narrow-border .highslide-caption {
    background-color: white;
}



/* Individual CSS-classes: black border */
.highslide-black-border {
    background: white;
}
.highslide-black-border .highslide-image {
    border: 2px solid #655F2F;
}
.highslide-black-border .highslide-caption {
    border: 2px solid #655F2F;
    border-top: none;
    /* background-color: white; */
    color: #333;
}

/* Individual CSS-classes: specified blur style */
.highslide-blur-example .highslide-image-blur {
    border-color: silver;
}

.highslide-blur-example .highslide-caption-blur {
    border-color: silver;
}

.html-header {
    background-image: url(graphics/header-background.gif);
    cursor: default;
    height: 18px;
    padding: 2px;
}
.highslide-html-blur #highslide-html-7-header {
    background-image: url(graphics/header-background-blur.gif); 
    height: 18px;
    padding: 2px;
}
/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.fbLogoHover {
	display: block;
	width: 45px;
	height: 45px;
	background: url('../imagens/icons/fb_exp.png');
	text-indent: -99999px;
        margin-left: 15px;
        float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.twLogoHover {
	display: block;
	width: 45px;
	height: 45px;
	background: url('../imagens/icons/twtr_exp.png');
	text-indent: -99999px;
        margin-left: 15px;
        float: left;
}
.instLogoHover {
	display: block;
	width: 45px;
	height: 45px;
	background: url('../imagens/icons/insta_exp.png');
	text-indent: -99999px;
        margin-left: 15px;
        float: left;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ytLogoHover {
	display: block;
	width: 45px;
	height: 45px;
	background: url('../imagens/icons/ytb_exp.png');
	text-indent: -99999px;
        margin-left: 15px;
        float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.instaLogoHover {
	display: block;
	width: 45px;
	height: 45px;
	background: url('../imagens/icons/instagram_icon.png');
	background-size: 45px;
    background-position-y: 15px !important;
    background-position-x: 15px;
    background-repeat: no-repeat;
    text-indent: -99999px;
    padding-left: 15px;
    padding-top: 15px;
    /* float: left; */
    clear: both;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.igsLogoHover {
	display: block;
	width: 45px;
	height: 45px;
	background: url('../imagens/icons/igshover_exp.png');
	text-indent: -99999px;
        margin-left: 15px;
        float: left;
}

.instaLogoHover:hover {
    background-position-x: 5px;
}

.fbLogoHover:hover, .twLogoHover:hover, .instLogoHover:hover, .ytLogoHover:hover {
	background-position: -10px 0px;
}

.igsLogoHover:hover {
	background-position: 45px 45px;
}