.thumbs_imagenes {
	float:left;
	text-align:center;	
}

.datos_kits {
	width:145px;
	height:25px;
	clear:both;
	margin: 10px;
	background:#F5F5F5;
	border-radius:5px;
	padding:5px 5px 5px 5px !important;
	 -webkit-box-shadow: 0px 0px 10px #e6e6e6;
   -moz-box-shadow: 0px 0px 10px #e6e6e6;
   box-shadow: 0px 0px 10px #e6e6e6;
}

.view {
   width: 145px;
   height: 145px;
   margin: 8px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: left;
   -webkit-box-shadow: 0px 0px 10px #e6e6e6;
   -moz-box-shadow: 0px 0px 10px #e6e6e6;
   box-shadow: 0px 0px 10px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view_small {
   width: 145px;
   height: 145px !important;
   margin: 10px;
   float: left;
   border: 10px solid #F5F5F5;
   overflow: hidden;
   position: relative;
   text-align: left;
   -webkit-box-shadow: 0px 0px 10px #e6e6e6;
   -moz-box-shadow: 0px 0px 10px #e6e6e6;
   box-shadow: 0px 0px 10px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view_icons {
   padding-left: 8px;
}

.view .mask, .view .content {
   width:inherit;
   height:inherit;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view .img_2 {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: left;
   position: relative;
   font-size: 17px;
   padding: 10px;
   padding-left:12px !important;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 4px;
   text-transform: uppercase;
}

.view_small a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 8px;
   text-transform: uppercase;
}

.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-fifth .img_2 {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
   background-color: rgba(146,96,91,0.3);
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view-fifth:hover .img_2 {
   -webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
}
.view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
