@charset "utf-8";
/*////////////////////////////////////////////////////////////////////////////
// GENERALS ////////////////////////////////////////////////////////////////// 
////////////////////////////////////////////////////////////////////////////*/

/* GENERALS > TAGS //////////////// */
* { border:1; font-family:"Times New Roman", Times, serif, Arial; font-weight:normal; list-style:none; line-height:normal; margin:0; outline:none; padding:0; }
table { color:#6A6A6A; font-size:14px; cursor:default;  }
a { color: #867b0a; text-decoration:none; onfocus=if(this.blur)this.blur(); }
a:hover { color: #b3a40a; text-decoration:none; }
b { font-weight:bold; color:#000; }
p { color:#6A6A6A; font-size:14px; line-height:16px; cursor:default; }

body { scrollbar-arrow-color:#b6a712;
       scrollbar-3dlight-color:transparent;
	   scrollbar-highlight-color:#FF0000;
	   scrollbar-face-color:#FFFFFF;
	   scrollbar-shadow-color:#b6a712;
	   scrollbar-darkshadow-color:transparent;
	   scrollbar-track-color:transparent;	    
	   direction:ltr; /* direction:ltr/rtl */
	   text-align:left; }
	   
/* LINKS //////////////// */
a.tryitbtn { margin:5px; width:120px; text-decoration:none; text-align:center; font-size:11px; font-variant:small-caps; } 
a.tryitbtn:link, a.tryitbtn:visited { display:block; color:#FFF; background-color:#98bf21; padding:3px 3px; border:1px solid #FFF; outline:1px solid #98bf21; }
a.tryitbtn:hover, a.tryitbtn:active { background-color:#7A991A; }

a.limkemp { margin:5px; width:140px; text-decoration:none; text-align:center; font-size:11px; font-variant:small-caps; } 
a.limkemp:link, a.limkemp:visited { display:block; color:#FFF; background-color:#97b200; padding:3px 3px; border:1px solid #FFF; outline:1px solid #98bf21; }
a.limkemp:hover, a.limkemp:active { background-color:#7a8208; }

/*   //////////////// */
.disign { position:relative; margin:0px 0px 0px 0px; cursor:default; }
.disign h1 { font-variant:small-caps; font-size:28px; border-bottom:solid #d0cece 1px; width:80%; padding-bottom:1px; margin-bottom:10px; }
.disign span { padding:20px 0px 0px 0px;}

.image-detail {	float:left; border:1px solid #b3a40a; margin:0px 10px 0px 0px; padding:5px; }
.image-detail p { font-size:11px; font-style:italic; }
.image-detail img { border:0px solid #e3e933; }

.pag { float:right; width:300px; height:270px; margin:40px 0px 0px 30px; }

div.titemp { font-variant:small-caps; margin:2px 0px 10px 0px; position:relative; cursor:default; }
div.titemp-sub { border-bottom:solid #333 1px;  padding-bottom:0cm; width:100%; color:#111; font-size:26px; }


/* Painel rotativo de chamdas */
#rotCham { height:27.2em; position:relative; font-size:10px; }
#rotCham ul,
#rotCham ul li { margin:0; padding:0; list-style:none; height:26.3em; width:25.6em; }
#rotCham ul li { display:block; position:absolute; top:3px; left: 2px; z-index:3 }
#rotCham ul li.desativado { display:none; z-index:1; }
#rotCham ul li img { border:1px solid #b3a40a; padding:5px; margim:0; }
#rotCham ul li a { text-decoration:none; cursor:none; }

/*//// Legenda //////////////////////*/
#rotCham ul li .legenda { background-color:#b3a40a; position:relative; top:4px; left:0; height:3.9em; width:26.2em; }
#rotCham ul li p { display:block; width:25em; height:2.8em; font-size:10px; position:absolute; top:.1em; left:.1em;background-color:#b6a712; border:0.47em solid #fff;}

#rotCham ul li p span { font-variant:small-caps; font-size:12px; color:#FFF; text-align:center; display:block; margin:0.3em 0.5em; cursor:default; }
#rotCham ul li p .icone {margin-left:.4em}
#rotCham ul li .sombra {display:none;}

#rotCham .botoesNavegacao { position:absolute; top:22.7em; z-index:12; height:3.9em; ; }
#rotCham .botoesNavegacao a { margin:0.1em; float:left; outline:none; text-indent:-999em; }
#rotCham .botoesNavegacao a.anterior { background:url('../images/botao-anterior.png') no-repeat; width:100px; height:30px; }
#rotCham .botoesNavegacao a.proximo { background:url('../images/botao-proxima.png') no-repeat; width:100px; height:30px; }
#rotCham .botoesNavegacao a.btstop { background:url('../images/botao-pause.png') no-repeat; width:60px; height:30px; }
#rotCham .botoesNavegacao a.btplay { background:url('../images/botao-play.png') no-repeat; width:60px; height:30px; }

