.description {
	float: left;
	width: 325px;
	padding-left: 40px;
	padding-top: 25px;
	padding-right: 25px;
	font-size: 11px;
	color: #7A7A7A;
	height: 790px;
	background: url(../Images/clients-description-back.jpg) no-repeat top right;
}
* html .description {
	width: 390px;
}
.description .foot {
	margin-top: 390px;
	*margin-top: 365px;
}
.description .foot h2 {
	color: #555;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.description .foot a img {
	margin-top: 5px;
	float: right;
	border: none;
}
.content-body {
	height: 900px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thumbs-clients {
	width: 500px;
	float: right;
	padding-right: 20px;
}
* html .thumbs-clients {
	width: 520px;
}
.logos-container {
	padding: 10px;
	background: #eee;
	float: right;
	margin-bottom: 10px;
}
/*CSS de la Galería*/
#logos 
{ 
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
}
div.scrollablev, #navegacion {
	height: 500px;
}
#navegacion {
	float: right;
	text-align: center;
	background: #e5e5e5 url(../Images/back-slider.jpg) 11px 45px no-repeat;
	width: 30px;
}
.items {
	padding-left: 20px;
}
.items div
{
	width: 400px;
	font-weight: bold;
	color: #848484;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 8px;
	border-top: 1px dotted #B9B9B9;
	margin-top: 3px;
	height: 12px;
}
* html .items div {
	width: 420px;
	padding-bottom: 3px;
}
.items div span {
	display: block;
	float: left;
}
.items div a {
	text-decoration: none;
	color: #848484;
	float:left;
}
.items div a.busi {
	float: right;
	font-size: 8px;
	width: 80px;
}
.items div a.busi span {
	width: 50px;
	display: block;
	float: right;
	cursor: pointer;
	height: 20px;
	
}
.items div a.busi img{
	border: none;
	float: left;
}
div.bcase
{
	float: right;
	width: 50px;
}

a.up, a.down {
	display:inline-block;
	width:18px;
	height:18px;
	margin: 0px auto;
	cursor: pointer;
}

/* mouseover state */
a.up:hover, a.down:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

a.up {
	margin: 0px;
	margin-top: 10px;
	background:url(../Images/up.png);
	clear: right;
}

a.down {
	margin: 0px;
	margin-top: 40px;
	background:url(../Images/down.png);	
}


/*********** navigator ***********/

div.scrollablev {
	/* required settings */ 
  position:relative; 
  overflow:hidden;
	width: 490px;
	background-color: #eee; 
	float: right;
}

/* root element for scrollable items */ 
div.scrollablev div.items {     
    position:absolute; 
    /* this time we have very large space for height */     
    height:20000em;     
}

a.know-more {
	height: 18px;
	width: 96px;
	display: block;
	background: url(../Images/know-more.gif) no-repeat;
}
a.know-more:hover{
	background: url(../Images/know-more-hov.gif) no-repeat;
}
