@charset "utf-8";
/* CSS Document */

.col1 {
    margin:0 15px 0 0;
}

.col1 .items {
   color:#6F6E6F;         
}

.col2{
    width:720px !important;
}

.navi {
    width:250px !important;
}

.navi2 {
    width:140px !important
}

.texto {
	float:left;
	width:230px;
}

.texto p{
	margin-top:0;

}

h3 {
	font-size:12px !important;
	font-style:italic !important;
    color:#6F6E6F;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 960px;
	height:380px;
	float:left;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}	

.items .dupla {
	float:left;
	width:240px;
}

.dupla a {
	display:block;
	width:220px;
	height:150px;
	margin:0 0 15px 0;
	position:relative;
	padding:0px;
}

.dupla a img {
	width:220px;
	height:150px;
	position:relative;
}

a.boxCliente {
	display:block;
	background:#fff;
	width:220px;
	height:150px;
	padding:3px;
	overflow:hidden;
	border-bottom:1px solid #6f6e6f;
	border-right:1px solid #6f6e6f;
	margin:0 20px 20px 0;
    position:relative;
    float:left;
	cursor:pointer;
}

a.boxCliente:hover {
	background:#F06E1E;
}

a.boxCliente .trabalho {
	display:block;
	background:#fff;
	width:220px;
	height:150px;
	overflow:hidden;
}

a.boxCliente .titulo {
	display:block;
	background:#fff;
	font-size:10px;
	line-height:12px;
	opacity:0.9;
	filter: alpha(opacity=90);
	width:210px;
	margin-top:5px;
	color:#000;
	padding:5px;
}

a.boxCliente:hover .titulo {
	margin-top:-36px;
}

a.boxCliente .icone {
	display:block;
	width:13px;
	height:13px;
	background:url(/images/simbolo.png) no-repeat left -13px;
	overflow:hidden;
	position:absolute;
	left:210px;
}

a.boxClienteZoom:hover .icone {
	background:url(/images/simbolo.png) no-repeat left 0px;
}
