	.widget_benchmarkwods {
		display: relative;
		overflow: hidden;
		width:360px;
		height:345px;
		border-radius: 3px;
	}

	.widget_benchmarkwods img {
		display: block;
		position: relative;
		max-width:none;
		width:auto;
	}

	.widget_benchmarkwods .post-caption {
		position: absolute;
		bottom:0;
		width: 360px;
		padding:10px 25px;
		padding-top:40px;
	}

	.widget_benchmarkwods .post-caption::after {
		content: "";
		background: -webkit-gradient( linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)), color-stop(.5,#000));
		opacity: 0.7;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;   
	}

	.widget_benchmarkwods .post-caption h3 {
		color:#fff;
		font-size:13px;
		display: inline-block;
		padding:2px 10px;
		padding-top:6px;
		
	}

	.widget_benchmarkwods .post-caption legend {
		color:#fff;
		font-size:26px;
		border:0 none;
		padding:0;
		margin:0;
	}

	.widget_benchmarkwods .titulo_flutuante {
		position: absolute;
		width: 320px;
		padding: 7px 15px;
		margin: 0 auto;
		display: block;
		top: 42.5%;
		text-align: center;
		margin-left: 20px;
		height: 70px;
		border-radius: 3px;
	}


	.widget_benchmarkwods .titulo_flutuante .icon-corrida-de-obstaculos{
    display: block;
    /* max-width: 44px; */
    margin: 0 auto;
    /* width: 37px; */
    height: 33px;
    font-size: 40px;
    color: #fff;
    /* float: right; */
    margin: 3px 8px 0px 0px;
    margin-left: 47px;
    display: block;
    float: left;
	}

	.widget_benchmarkwods .titulo_flutuante .icon-corrida-de-obstaculos h3 {
font-size: 18px;
    color: #fff;
    float: right;
    margin: 19px 0;
    margin-left: 5px;
    font-size: 18px;
    color: #fff;
    float: right;
    margin: 18px 0;
    margin-left: 8px;
    margin-right: 18px;
    font-family: Lato;
    width: 152px;
	}

	.widget_benchmarkwods .titulo_flutuante .icon-corrida-de-obstaculos span {
		width: 36px;
		height: 35px;
		font-size: 37px;
		color: #fff;
		float: right;
		margin: 4px 4px;
		margin-left: 0;
		display: block;
	}
	.botao_benchmarkwods{
		background:#c9385a;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.28);
	}
	.botao_benchmarkwods:hover{
		background: #b0314f;
	}
	.botao_benchmarkwods:active{
		background: #962a43;
	}