@charset "UTF-8";
/* CSS Document */

.desativado { cursor: default; }
.btDesativado { background: #ffffff 0px 228px; }
.btNormal { background: #ffffff -35px 228px; }

.internas .estrutura .portfolio { position: relative; margin: 0 auto; width: 982px; height: 490px; /* background: #EFEFEF; */ overflow: hidden; }
.internas .estrutura .portfolio .scroll { position: absolute; top: 0; left: 45px; }
.internas .estrutura .portfolio ul { clear: both; height: 240px;  overflow: hidden; }
.internas .estrutura .portfolio ul li { position: relative; float: left; margin: 11px 23px 11px 0; width: 278px; height: 219px; background: #f7f7f7; overflow: hidden; border: solid 1px #c4c4c4; }
.internas .estrutura .portfolio ul li a { position: absolute; display: block; width: 100%; height: 100%; color: #616161; cursor: pointer; background: url(../imgs/bg_portfolio.png) bottom repeat-x; }
.internas .estrutura .portfolio ul li img { width: 278px; height: 219px; }
.internas .estrutura .portfolio ul li .num { position: absolute; top: 0; right: 0; padding: 2px 4px; background: #fdb928; color: #ffffff; font-size: 9px; }

.internas .estrutura .portfolio ul li h2 { padding: 4px 5px; color: #fdb928; font-size: 11px; text-transform: uppercase; font-weight: normal; position: absolute; bottom: 25px;  }
.internas .estrutura .portfolio ul li p { padding: 0 5px; color: #616161; position: absolute; bottom: 10px; }

.internas .estrutura .portfolio ul li.over p, .portfolio li.over h2 { color: #fdb928; }
.internas .estrutura .portfolio ul li.over { border: solid 1px #fdb928; }

.paginacao { position: absolute; top: 0; width: 35px; height: 100%; background: none; z-index: 999; }
.paginacao.prev { left: 0; margin-right: 10px; background: url(../imgs/port_preview.gif) no-repeat; }
.paginacao.next { right: 0; margin-left: 10px; background: url(../imgs/port_next.gif) no-repeat; }
	
.job { margin: 0 auto; width: 970px; }
.job .imagens { float: left; width: 600px; background: #CCCCCC; overflow: hidden; }
.job .imagens .img { position: relative; height: 400px; background: #DEDEDE; overflow: hidden; }
.job .imagens .img .scroll { position: absolute; top:0; left:0; width:100%; height: 100%; }
.job .imagens .img .scroll div { width: 600px; height: 100%; float: left; }

.cor1 { background:#0F0; }
.cor2 { background:#F00; }
.cor3 { background:#60F; }
			
.job .imagens li { float: left; padding: 5px; }
.job .imagens li a { display: block; padding: 7px 10px; background: #666666; font-size: 15px; font-weight: bold; color: #FFFFFF; }
.job .imagens li.link { float: right; }
			
.job .imagens li a.selecionado { background: #DEDEDE; color: #333333; cursor: default; }
			
.job .desc { float: right; width: 350px; }
.job .desc h3 { padding-bottom: 5px; font-size: 18px; line-height: 24px; font-weight: bold; }
.job .desc h4 {	/* font-size: ; */}
