body
{
  background: #0f0f0f url('../img/fondos/bg.portfolio.jpg') repeat-x top center;
  color: #888;
}
#services
{
	display: block;
	width: 230px;
	height: 100%;
	float: left;
	margin: 0;
}
#services ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	margin-bottom: 20px;
}
#services li
{
	font-weight: bold;
	margin: 5px 0;
}
#services a
{
	font-weight: normal;
	color: #888;
	text-decoration: none;
}
#services a:hover
{
	color: #f90;
}

h2{
	color: #f90;
	margin: 15px 0;
	display: block;
}

h2 span.h3
{
	color: #f90;
	float: none;
	text-align: left;
}


#banner-left {
	width: 220px;
	height: 186px;
	background: transparent url('../img/portfolio/banner-portfolio.png') no-repeat top;
}

#banner-left a {
	height: 186px;
	display: block;
}

#banner-left:hover {
	background: transparent url('../img/portfolio/banner-portfolio.png') no-repeat bottom;
}


/****** PROJECT Description ******************/

#description
{
	display:block;
	width: 720px;
	float: right;
	height: 100%;
	overflow: hidden;
		margin: 10px 0 50px 0;
}
#description h1, #description h2, #description h3, #description h4
{
	color: #f90;
	font-style: normal;
	font-weight: normal;
}
#description h1{
	font-size: 1.6em;

}
#description h2{
	font-size: 1.3em;
}
#description h3{
	font-size: 1.2em;
}
#description h4{
	font-size: 1em;
}
#project-description a
{
	color: #f90;
}
#project-description ul
{
	list-style-image: ;
}
#description strong
{
	font-weight: bold;
	color: #fff;
}
#description .carrousel
{
	height: 33px;
	overflow: hidden;
	text-transform: uppercase;
	margin: 30px 0;
}
#description .carrousel .back
{
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}
#description .carrousel .hover_button
{
	float: left;
}
#description .carrousel img
{
	float: right;
	margin: 0;
}
#description .carrousel img:hover
{
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

#description .carrousel p
{
	float: right;
	display: block;
	margin: 5px;
}


/*********** PROJECT SLIDER ***********/

#description #project-image{
	width: 715px;
	display: block;
	height: 415px;
	overflow: hidden;
	border: solid 1px #666;
}


#project-slider
{
	position: relative;
	height: 100px;
	width: 700px;
	margin: 10px 0 30px 0;
	overflow: hidden;
	float: left;
}
#project-slider .previous
{
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 40px;
	background: url("../img/footer/arrow_gray.png") center left no-repeat;
	height: 33px;
	width: 32px;
	z-index: 7;
}
#project-slider .previous:hover
{
	background: url("../img/footer/arrow_gray.png") -32px center no-repeat;
}
#project-slider .next
{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 40px;
	background: url("../img/footer/arrow_gray.png") center right no-repeat;
	height: 33px;
	width: 32px;
	z-index: 8;
}
#project-slider .next:hover
{
	background: url("../img/footer/arrow_gray.png") -64px center no-repeat;
}

#project-slider .slider-content
{
	position: absolute;
	width: 5000px;
	height: 100px;
	top: 10px;
	z-index: 1;
}
#project-slider .slider-elm
{
	margin: 0 3px;
	height: 100px;
	width: 150px;
	float: left;
}
#project-slider .slider-elm img
{
	height: 87px;
	width: 150px;
	border: solid 1px #666;
}

#project-slider .slider-view
{
	position: absolute;
	left: 32px;
	width: 627px;
	height: 100px;
	overflow: hidden;
	z-index: 1;
}
/*********** END PROJECT SLIDER ***********/


/********* BOTONERA ***********/
#botonera #head-portfolio 
{
  background: transparent url("../img/header/bg_botonera_sprite.png")
        -643px -142px no-repeat;
        color: #000;
        height: 26px;
}
/***** title adjustments ********/


