

.box-thumbnail
{
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 10%;
	margin-bottom: 0;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;

    background-image: url(../images/bgjuridico.png) !important;
  	background-repeat: repeat-x repeat-y;  
}



.box-thumbnail img
{
	border-radius: 50%;
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	vertical-align: middle;
}
.box-thumbnail img:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



.box-thumbnail .caption h3
{ 
	color: #000000;
}

.box-thumbnail .caption h4
{ 
	color: #1BBC9B;
}

.box-thumbnail.caption p
{ 
	color:#9B9B9B;
}




