body
{
  background: #0f0f0f url('../img/fondos/bg.portfolio.jpg') repeat-x top center;
  color: #888;
}
#filter
{
	display: block;
	width: 230px;
	height: 100%;
	margin-top: 50px;
	float: left;
	margin: 0;
}

#filter label:hover
{
	color: #fff;
}
#filter h5
{
	background: url("../img/img/portfolio/filter_title.png");
	display: block;
	height: 19px;
	width: 200px;
	padding: 0;
	color: #f90;
	margin: 10px 0;
}
#filter p
{
	margin: 5px 0;
}

#filter .submit
{
	margin: 10px 0;
}
#filter .submit input
{
	display: block;
	background: transparent url("../img/portfolio/filter_boton.png") no-repeat;
	height: 39px;
	width: 119px;
	color: #fff;
	border: none;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
}
#filter .submit input:hover
{
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#projects
{
	margin: 50px 0;
	width: 730px;
	float: left;
}
#projects .project_elm
{
	/*height: 300px;*/
	width: 230px;
	float: left;
	margin:10px 5px;
	overflow: hidden;
	
}
#projects .project_image
{
	height: 200px;
	width: 220px;
	overflow: hidden;
}
#projects .project_description
{
	margin: 0 0 10px 0;
	line-height: 1.25em;
	height: 5em;
	overflow: hidden;
}
#projects .project_description p
{
	margin: 0;
	display: inline;
}

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

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



