/*--- HTML Classes ---*/
html {
	height: 100%;
}
body {
	background-color:#0a1416;
	font-family:Helvetica, arial, serif;
	font-size:13px;
	color:#484747;
	margin:0;
}
p {
	margin:5px 0;
}
h1 {
}

h2 {
}

h3 {
	margin-top:0;
	margin-bottom:5px;
}
a:link, a:active, a:visited {
	color:#555454;
	text-decoration:none;
}
a:hover {
	color:#555454;
	text-decoration:underline;
}

.head {
	width:722px;
	height:32px;
	margin:0px auto;
	background-color:#000000;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-361px;
	z-index:100;
}
.head .menustopo {
	width:666px;
	margin:0px auto;
	padding-top:5px;
}
.head .menustopo a {
	text-transform:uppercase;
	color:#FFFFFF;	
	font-family:'Helvetica', arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-right:10px;
}
.head .menustopo a:hover {
	text-decoration:none;
}
.head .menustopo .menutopo1 {
	float:left;
}
.head .menustopo .menutopo2 {
	float:right;
}

.wrapperlivro {
	width:880px;
	height:944px;
	margin:0px auto;
	margin-top:55px;
	background-image:url(../images/template/bg_baixo.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.wrapperlivro2 {
	width:880px;
	height:944px;
	margin:0px auto;
	background-image:url(../images/template/bg_cima3.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:50;
	top:55px;
}
.wrapperlivro .imglivro {
	width:641px;
	height:840px;
	background-position:top center;
	background-repeat:no-repeat;
    margin-left: 147px;
    position: relative;
    top: 52px;
}
.wrapperlivro .imglivrolink {
	width:641px;
	height:840px;
    margin-left: 147px;
    position: absolute;
    top: 107px;
	z-index:75;
}

.wrapperlivro_sobre {
	width:880px;
	height:944px;
	margin:0px auto;
	margin-top:55px;
	background-image:url(../images/template/bg_baixo2.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.wrapperlivro2_sobre {
	width:880px;
	height:944px;
	margin:0px auto;
	background-image:url(../images/template/bg_cima2.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:50;
	top:55px;
}
.wrapperlivro_sobre .sobrelivro {
	width:641px;
	height:840px;
	background-position:top center;
	background-repeat:no-repeat;
    margin-left: 91px;
    position: relative;
    top: 52px;
}
.wrapperlivro_sobre .sobrelivrolink {
	width:641px;
	height:840px;
    margin-left: 91px;
    position: absolute;
    top: 107px;
	z-index:75;
}

.fundolivro {
	background-image:url(../images/template/fundo_livro.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:1028px;
	margin-top:-20px;
	margin-left:-41px;
}

/*--- Template Classes ---*/
.clr {
	clear:both;
	float:none;
}

#container {
	width:805px;
	margin:0 auto;
}

.artigosesquerda {
	width:285px;
	margin-top:-545px;
	margin-left:90px;
	position:relative;
}
.artigosesquerda .caixa {
	max-width:285px;
	margin-bottom:20px;
	float:left;
}
.artigosesquerda .caixa .titulo {
	font-family:'Bowlby One', sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#c82404;
	padding:5px;
}
.artigosesquerda .caixa .texto p {
	font-family:'Bowlby One', sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#1aa2b6;
	margin-top:8px;
	padding:5px;
}

.artigosdireita {
	width:285px;
	margin-top:100px;
	margin-left:460px;
	position:absolute;
}
.artigosdireita .caixa {
	max-width:285px;
	margin-bottom:20px;
	float:right;
}
.artigosdireita .caixa .titulo {
	text-align:right;
	float:right;
}
.artigosdireita .caixa .titulo {
	font-family:'Bowlby One', sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#c82404;
	padding:5px;
}
.artigosdireita .caixa .texto p {
	font-family:'Bowlby One', sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#1aa2b6;
	margin-top:8px;
	padding:5px;
	float:right;
}

.addthis {
	margin-top:20px;
	margin-right:-8px;
	float:right;
}
.addthis a {
	height:30px;
}

#meumenu {
	top:50px;
	left:50%;
	margin-left:240px;
	position:absolute;
	z-index:150;
}
#meumenu .trigger a {
	background-image:url(../images/btn_login_peq.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	width:121px;
	height:29px;
	display:block;
}
#meumenu .trigger.active a {
	background-image:url(../images/btn_login_peq_active.png);
}
#meumenu .toggle_container {
	margin-left:-43px;
}

.trigger_fundos {
	width: 40px;
	height: 150px;
	background-color:#000000;
	position: absolute;
	top:32px;
	padding:5px;
	margin-left:-4px;
}
.trigger_fundos img {
	padding-top:5px;
}

.trigger_som {
    background-color: #000000;
    height: 100px;
    margin-left: -250px;
    padding: 5px;
    position: absolute;
    top: 27px;
    width: 340px;
}


p {
	margin:5px 0;
}
h1 {
}

h2 {
}

h3 {
	margin-top:0;
	margin-bottom:5px;
}
a:link, a:active, a:visited {
	color:#555454;
	text-decoration:none;
}
a:hover {
	color:#555454;
	text-decoration:underline;
}

/*--- Template Classes ---*/
.clr {
	clear:both;
	float:none;
}

#container {
	width:900px;
	margin:0 auto;
}

.header {
	background-image:url(../images/headerfundo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#f97200;
	width:100%;
	height:85px;
	top:0;
	position:fixed;
	z-index:20000;
}
.logo_educris {
	padding-top:20px;
	float:left;
}
.logo_oteuespaco {
	margin-left:40px;
	padding-top:15px;
	float:left;
}
.logo_cep {
	padding-top:7px;
	float:right;
}

.risca {
	background-image:url(../images/risca.png);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:25px;
	top:85px;
	position:fixed;
	z-index:20000;
}

.conteudofundo {
	width:555px;
	margin:0 auto;
	margin-top:85px;
}
.conteudorodape {
	background-image:url(../images/conteudorodape.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:937px;
	height:105px;
	margin:0 auto;
}
.conteudofundo #container {
	width:555px;
}
.conteudo {
}

#meumenu {
	margin-left:-316px;
	padding-top:15px;
}
#meumenu .trigger a {
	background-image:url(../images/botao_abrir.png);
	background-repeat:no-repeat;
	width:121px;
	height:50px;
	display:block;
	position:absolute;
	z-index:5;
	margin-top:-5px;
}
#meumenu .trigger.active a {
	background-image:url(../images/botao_fechar.png);
}
#meumenu .toggle_container {
	margin-left:10px;
	position:absolute;
	z-index:1;
}
.menupopup.topo {
	background-image:url(../images/menupopup_topo.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:217px;
	height:auto;
	margin-top:0;
	padding-top:15px;
}
.menupopup .base {
	background-image:url(../images/menupopup_base.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:15px;
}
.menupopup .centro {
	background-image:url(../images/menupopup_centro.png);
	background-repeat:repeat-y;
	background-position:left top;
	background-color:transparent;
	width:auto;
	margin:0px;
	padding-top:30px;
	padding-right:11px;
	padding-left:11px;
	padding-bottom:5px;
}
.menupopup ul {
	margin:0px;
	padding:0px;
}
.menupopup li {
	list-style-type:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#c9c7c0;
	margin-left:10px;
	margin-right:15px;
	padding-top:3px;
	padding-bottom:3px;
}
.menupopup li.ultimo {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}
.menupopup a {
	font-family:'Lato', sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#3d3d3d;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
}
.menupopup a:hover {
	color:#FFFFFF;
	background-color:#f97200;
	padding-left:10px;
}
.menupopup a.disabled {
	color:#999;
	cursor:default;
}
.menupopup a.disabled:hover {
	text-decoration:none;
}

.pesquisa {
	padding-top:30px;
	float:right
}
.pesquisa form #str {
	background-image:url(../images/caixa_pesquisa.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:105px;
	height:23px;
	font-family:'Coustard', serif;
	font-size:13px;
	margin:0px;
	padding-left:15px;
	padding-right:38px;
	border:none;
}

.artigos {
	margin-top:50px;
	margin-left:20px;
}

/* GRELHA 1 */
.grelha1 .caixa1 {
	background-image:url(../images/sombra_horizontal.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:540px;
	height:390px;
	padding-right:15px;
	padding-left:10px;
	overflow:hidden;
}
.grelha1 .caixa1 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}
.grelha1 .caixa1 .texto {
	max-height:350px;
	overflow:hidden;
}
.grelha1 .caixa1 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:540px;
	height:360px;
	margin-top:5px;
	overflow:hidden;
}
.grelha1 .caixa1 .imagemfundo img {
	margin-top:0px;
}
.grelha1 .caixa1 .imagemfundo_peq {
	width:270px;
	height:340px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	overflow:hidden;
}
.grelha1 .caixa1 .imagemfundo_peq img {
}

.grelha1 .caixa2 {
	background-image:url(../images/sombra_vertical.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:250px;
	height:380px;
	padding-left:10px;
	padding-right:25px;
	float:left;
	overflow:hidden
}
.grelha1 .caixa2 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:360px;
	margin-top:10px;
	overflow:hidden;
}
.grelha1 .caixa2 .imagemfundo img {    
	margin-top:0px;
}
.grelha1 .caixa2 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.grelha1 .caixa2 .imagemfundo_peq img {    
}
.grelha1 .caixa2 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}

.grelha1 .caixa3 {
	width:250px;
	height:372px;
	margin-right:-20px;
	margin-bottom:8px;
	float:right;
	overflow:hidden;
}
.grelha1 .caixa3 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:360px;
	margin-top:10px;
	overflow:hidden;
}
.grelha1 .caixa3 .imagemfundo img {    
	margin-top:0px;
}
.grelha1 .caixa3 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.grelha1 .caixa3 .imagemfundo_peq img {    
}
.grelha1 .caixa3 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}


/* GRELHA 2 */
.grelha2 .caixa1 {
	background-image:url(../images/sombra_vertical.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:250px;
	height:380px;
	padding-left:10px;
	padding-right:25px;
	float:left;
	overflow:hidden
}
.grelha2 .caixa1 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:360px;
	margin-top:5px;
	overflow:hidden;
}
.grelha2 .caixa1 .imagemfundo img {    
	margin-top:0px;
}
.grelha2 .caixa1 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.grelha2 .caixa1 .imagemfundo_peq img {    
}
.grelha2 .caixa1 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}

.grelha2 .caixa2 {
	width:250px;
	height:380px;
	margin-right:-20px;
	margin-bottom:8px;
	float:right;
	overflow:hidden;
}
.grelha2 .caixa2 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:360px;
	margin-top:5px;
	overflow:hidden;
}
.grelha2 .caixa2 .imagemfundo img {    
	margin-top:0px;
}
.grelha2 .caixa2 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	float:left;
	overflow:hidden;
}
.grelha2 .caixa2 .imagemfundo_peq img {    
}
.grelha2 .caixa2 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}

.grelha2 .caixa3 {
	background-image:url(../images/sombra_horizontal.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:540px;
	height:370px;
	padding-top:20px;
	padding-right:15px;
	padding-left:10px;
	overflow:hidden;
}
.grelha2 .caixa3 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}
.grelha2 .caixa3 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:540px;
	height:360px;
	margin-top:5px;
	overflow:hidden;
}
.grelha2 .caixa3 .imagemfundo img {
	margin-top:0px;
}
.grelha2 .caixa3 .imagemfundo_peq {
	width:270px;
	height:340px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
	overflow:hidden;
}
.grelha2 .caixa3 .imagemfundo_peq img {
}


/* GRELHA 3 */
.grelha3 .caixa1 {
	background-image:url(../images/sombra_vertical.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:250px;
	height:760px;
	padding-left:10px;
	padding-right:25px;
	float:left;
	overflow:hidden
}
.grelha3 .caixa1 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:760px;
	overflow:hidden;
}
.grelha3 .caixa1 .imagemfundo img {    
	margin-top:0px;
}
.grelha3 .caixa1 .imagemfundo_peq {
	width:250px;
	height:200px;
	margin-top:5px;
	margin-bottom:10px;
	overflow:hidden;
}
.grelha3 .caixa1 .imagemfundo_peq img {    
}
.grelha3 .caixa1 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}

.grelha3 .caixa2 {
	width:250px;
	height:360px;
	margin-right:-20px;
	float:right;
	overflow:hidden;
}
.grelha3 .caixa2 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:350px;
	margin-top:5px;
	overflow:hidden;
}
.grelha3 .caixa2 .imagemfundo img {    
	margin-top:0px;
}
.grelha3 .caixa2 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	overflow:hidden;
}
.grelha3 .caixa2 .imagemfundo_peq img {    
}
.grelha3 .caixa2 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}

.grelha3 .caixa3 {
	background-image:url(../images/sombra_horizontal.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:250px;
	height:360px;
	margin-top:15px;
	margin-right:-20px;
	padding-top:25px;
	float:right;
	overflow:hidden;
}
.grelha3 .caixa3 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:350px;
	margin-top:5px;
	overflow:hidden;
}
.grelha3 .caixa3 .imagemfundo img {    
	margin-top:0px;
}
.grelha3 .caixa3 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	overflow:hidden;
}
.grelha3 .caixa3 .imagemfundo_peq img {    
}
.grelha3 .caixa3 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}


/* GRELHA 4 */
.grelha4 .caixa1 {
	width:250px;
	height:360px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}
.grelha4 .caixa1 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:350px;
	margin-top:5px;
	overflow:hidden;
}
.grelha4 .caixa1 .imagemfundo img {    
	margin-top:0px;
}
.grelha4 .caixa1 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	overflow:hidden;
}
.grelha4 .caixa1 .imagemfundo_peq img {    
}
.grelha4 .caixa1 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}

.grelha4 .caixa2 {
	background-image:url(../images/sombra_horizontal.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:250px;
	height:360px;
	margin-top:15px;
	margin-right:20px;
	padding-top:25px;
	float:left;
	overflow:hidden;
}
.grelha4 .caixa2 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:350px;
	margin-top:5px;
	overflow:hidden;
}
.grelha4 .caixa2 .imagemfundo img {    
	margin-top:0px;
}
.grelha4 .caixa2 .imagemfundo_peq {
	width:125px;
	height:135px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	overflow:hidden;
}
.grelha4 .caixa2 .imagemfundo_peq img {    
}
.grelha4 .caixa2 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}

.grelha4 .caixa3 {
	background-image:url(../images/sombra_vertical.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:250px;
	height:760px;
	margin-left:275px;
	padding-left:30px;
	padding-right:10px;
	position:absolute;
	overflow:hidden
}
.grelha4 .caixa3 .imagemfundo {
	background-position:center center;
	background-repeat:no-repeat;
	width:250px;
	height:760px;
	overflow:hidden;
}
.grelha4 .caixa3 .imagemfundo img {    
	margin-top:0px;
}
.grelha4 .caixa3 .imagemfundo_peq {
	width:250px;
	height:200px;
	margin-top:5px;
	margin-bottom:10px;
	overflow:hidden;
}
.grelha4 .caixa3 .imagemfundo_peq img {    
}
.grelha4 .caixa3 .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	display:block;
}


/* GRELHAS LEGENDA */
.grelhas .legenda {
	background-image:url(../images/fundo_legenda.png);
	background-position:top center;
	background-repeat:repeat;
	height:34px;
	position:relative;
}
.grelhas .legenda p {
	font-size:10px;
	color:#FFFFFF;
	height:19px;
	margin-top:-34px;
	padding:5px;
	display:block;
	position:relative;
	overflow:hidden;
}
.grelha1 .caixa1 .legenda, .grelha2 .caixa3 .legenda {
	height:24px;
	margin-top:10px;
}
.grelhas .legenda .reticencias {
	display:none;
}


.caixa_foto {
	background-image:url(../images/sombra_horizontal.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:220px;
	margin-top:10px;
	padding-top:15px;
	float:right;
	height:120px;
	overflow:hidden;
}
.caixa_foto .imagemfundo {
	width:66px;
	height:90px;
	float:right;
}
.caixa_foto .imagem {
	height:90px;
	margin-left:12px;
	padding-top:12px;
	overflow:hidden;
}
.caixa_foto .imagem img {
	height:90px;
}
.caixa_foto .titulo {
	font-size:17px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	padding:5px;
	display:block;
}
.caixa_foto .texto {
	max-height:158px;
	margin-top:3px;
	overflow:hidden;
}

.caixa1 .mais a, .caixa2 .mais a, .caixa3 .mais a, .caixa4 .mais a, .caixa5 .mais a, .caixa6 .mais a, .caixa7 .mais a, .caixa8 .mais a, .caixa9 .mais a {
	background-image:url(../images/botao_mais.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	margin-top:10px;
	display:block;
}

.caixa_artigofoto {
	width:790;
	overflow:hidden;
}
.caixa_artigofoto .titulo {
	font-size:18px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	padding-top:10px;
}
.caixa_artigofoto .texto {
	margin-top:15px;
}

.caixa {
	width:560px;
	height:650px;
	padding:30px 10px 0px 10px;
	overflow-y:scroll;
}
.caixa .titulo {
	font-size:18px;
	text-decoration:none;
	color:#4a2e25;
	font-weight:bold;
	padding-top:10px;
}
.caixa .video {
	margin-top:10px;
}
.caixa .imagemfundo {
	margin-top:20px;
	float:right;
	padding-bottom:10px;
}
.caixa .imagem {
	overflow:hidden;
}
.caixa .imagem img {
	width:265px;
}
.caixa .texto {
	margin-top:15px;
}
.caixa .texto p {
	text-align:left;
}
.caixa .texto p em {
	font-weight:bold;
}

.paginacao {
	font-size:12px;
	text-align:right;
	margin-top:-10px;
}
.paginacaotopo {
	margin-top:0px;
	margin-bottom:-5px;
	padding-bottom:5px;
}
.paginacaofundo {
	width:415px;
	top:907px;
	margin-left:120px;
	position:absolute;
}
.paginacao .anterior {
	display:inline;
}
.paginacao .seguinte {
	display:inline;
}
.paginacao a {
	padding-left:3px;
	padding-right:3px;
}
.paginacao a:hover, .paginacao a.activo {
	text-decoration:none;
	color:#f97200;
}

.menurodape {
	margin-left:60px;
	float:left;
}
.botao_jukebox {
	float:left;
}
.botao_jukebox a {
	background-image:url(../images/botao_jukebox.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:20px;
	height:56px;
	font-family:'Lato', sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#666666;
	padding-bottom:30px;
	display:block;
}
.botao_jukebox a:hover, .botao_jukebox a.activo {
	background-image:url(../images/botao_jukebox_activo.png);
	color:#c82404;
}
.botao_layout {
	margin-left:10px;
	float:left;
}
.botao_layout a {
	background-image:url(../images/botao_layout.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:40px;
	height:56px;
	font-family:'Lato', sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#666666;
	padding-bottom:30px;
	display:block;
}
.botao_layout a:hover, .botao_layout a.activo {
	background-image:url(../images/botao_layout_activo.png);
	color:#c82404;
}

#jukebox_wrapper {
	position:absolute !important;
	float:left;
	z-index:1;
}
#layout {
	margin-top:35px;
	margin-left:15px;
	position:relative;
	float:left;
	z-index:10;
}

.addthis {
	margin-top:20px;
	margin-right:60px;
	float:right;
}
.addthis_int {
	float:left;
	top:893px;
	margin-left:10px;
	position:absolute;
}

.assinatura {
    margin: 0px auto;
    width: 555px;
    margin-top: -70px;
    text-align: right;
}

.titulodata {
	color:#797979;
	font-size:10px;
	font-weight:normal;
}

#jukebox {
    background-color: #000000;
    padding: 5px;
}

.lapela {
	width:20px;
	height:62px;
	position:absolute;
	top:100px;
	margin-left:592px;
}

.loading {
	width:500px;
	height:250px;
	margin:0px auto;
	margin-top:300px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*PARA GOOGLE CHROME, ETC...*/
	.trigger_som {
		margin-left: -260px;
	}
}

#tituloheader {
	width:300px;
	height:35px;
	position:absolute;
	margin-left:80px;
	margin-top:-15px;
}
#tituloheader p {
    color: #f97200;
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}
.grelhas {
	padding-top:20px;
}
.grelhas a:hover {
	text-decoration: none;
}
.colunatexto{
	float: left;
	width: 265px;
}
#txt-column-1{
	margin-right: 13px;
}


.publicidadefundo {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:10000;
}
.publicidade {
	background-image:url(../images/bg_pub.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:620px;
	height:870px;
	top:22px;
	left:50%;
	margin-top:30px;
	margin-left:-300px;
	position:absolute;
	overflow:hidden;
}
.publicidade #tituloheader {
	margin-top:15px;
	margin-left:240px;
}
.publicidade #tituloheader p {
	color:#FFFFFF;
}
.publicidade .imagempubfundo {
	width:550px;
	height:770px;
	margin-top:67px;
	margin-left:32px;
	overflow:hidden;
}
.publicidade .imagempubfundo img {
	width:550px;
	min-height:770px;
}


.seta_esq{
	top:480px;
	margin-left:-80px;
	position:absolute;
}
.seta_dir {
	top:480px;
	margin-left:620px;
	position:absolute;
}


.ecra {
	/*video na pag de entrada*/
	margin:300px 0px 0px 5px;
	position:relative;
	z-index:80;
}