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

#clientes{width:980px; height:100%; float:left;}
.title-clientes{ width:180px; height:auto; display:block; float:left; list-style:none}
.title-clientes h2{ width:180px; background:url(../images/contenido/img-titulo-clientes.jpg) no-repeat; text-indent:-3500px; }
.branches{ font-family:Verdana, Geneva, sans-serif; font-size:12px; padding-bottom:7px}

/* tooltip styling */
.tooltip {
	display:none;
	background: url(../images/tooltip/white_arrow.png) no-repeat bottom;
}
.tooltip p {
	width:177px;
	padding: 5px 15px;
	font-size:10px;
	color:#444;
	margin:0 0 24px 0;
	background: url(../images/tooltip/white_arrow_slice.png);
}

.content-clientes{width:796px; height:auto; float:right; padding-left: 4px}
.content-clientes li{ width:199px; height:66px;list-style:none; float:left; padding-bottom:35px}

.cliente-pw {
  width: 163px;
  height: 66px;
  cursor:hand;
  cursor:pointer;
}
.cliente-pw:hover {
	background-position: bottom;
}
