#seccionPortfolio {
}
.workContainer {
	position: relative;
	overflow: hidden;
	height: 300px;
	box-shadow: 0 0 0 2px white, 0 0 0 3px #666;
}
.workContainer:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #b83241;
}
.textContainer {
	position: absolute;
	bottom: -300px;
	height: 100%;
	width: 100%;
	background: url(http://subtlepatterns.com/patterns/bedge_grunge.png) repeat #efefef;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;	
}
.linkContainer {
	position: absolute;
	bottom: 1em;
	width: 100%;
}
.titleStrip {
	margin: 5px 0 0;
	padding-top: 1px;
	background: url('../images/wavegrid.png') repeat #fbfbfb;
	border-bottom: 1px solid #BFAC90;
	box-shadow: 0 2px 4px -2px rgba(51,51,51,.5);
	text-indent: 10px;
}
.titleStrip * {
	text-shadow: 0 1px 0 white;
}
.textContainer p {
	position: relative;
	left: 10px;
	width: 95%;
	margin: 1em 0 0;
	color: #666;
}
.span8 .textContainer p {
	font-size: 1.125em;
	line-height: 1.5em;
}
.span12 .textContainer p {
	font-size: 1.250em;
	line-height: 1.625em;
}
.workContainer:hover .textContainer {
	bottom: 0;
}
#seccionPortfolio h4 {
	color: #b83241;
	/* color: #bfac90; */
	font-style: italic;
	margin-bottom: 5px;
	font-size: 20px;
}
#seccionPortfolio h5 {
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #bfac90;
}
a.button {
	/*display:inline-block;
	position: absolute;
	bottom: 1em;*/
	display: block;
	margin: 0 auto;
	width: 75px;
	padding:0.2em 0.5em;
	-moz-box-shadow:inset inset 0px 3px 2px -2px #6196be, 0 -1px 0 0 #3c5c75;
	-webkit-box-shadow:inset 0px 3px 2px -2px #6196be, 0 -1px 0 0 #3c5c75;
	box-shadow:inset 0px 3px 2px -2px #6196be, 0 -1px 0 0 #3c5c75;
	background-color: #426681;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
	font-size: 16px;
	color:#fff;
	font-family:arial;
	font-size:15px;	
	text-decoration:none;
	text-shadow:1px 1px 0px #2f495c;
}
a.button:hover {
	background-color:#38586e;
	text-decoration: none;
}
a.button:active {
	box-shadow: inset 0px 3px 3px -2px #334e63, 0 -1px 0 0 #3c5c75;
}
/*
.span4 a.button {
	left: 105px;
}
.span8 a.button {
	left: 265px;
}
.span12 a.button {
	left: 425px;
}
*/