/*header{
	width:100%;
	height:100px;
	text-align:center;
	background-color:rgba(204,204,204,1);
	border-bottom:solid 5px #000;
}*/

/*#wrapper{
	width:1020px;
	height:1000px;
	margin:0 auto;
	margin-top:0 px;
	padding-top:100px;
	box-shadow:5px 5px 15px #000000;
	background-image:url(../images/fondo.jpg);
}*/

.view {
   width: 300px;
   height: 200px;
   margin:auto;
  /* float: right;*/
   overflow:hidden;
   position: relative;
   text-align:justify;
   box-shadow:3px 3px 8px #000000;
   -webkit-box-shadow:3px 3px 8px #000000;
   -moz-box-shadow: 3px 3px 8px #333333;   
   cursor: default;
   background-image:url(../images/bgimg.jpg);
   border-radius:10px;
   border-style:none;
   border-color:transparent;
   
}

.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   box-shadow:10px 10px 15px #000000;
   -webkit-box-shadow:3px 3px 15px #000000;
   -moz-box-shadow: 3px 3px 8px #333333;   
   cursor: default;
   border-radius:10px;
}
.viewh2 {
   text-transform: uppercase;
   font-family: Times New Roman;
   color:rgba(0,0,0,1);
   margin: 10px 40px 0px 40px;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 0px;
   /*background: rgba(0, 0, 0, 1);*/
}
.viewp {
   font-family: Verdana;
   line-height: 13px; 
   /*font-style: italic;*/
   font-size: 11px;
   position: relative;
   color: #000;
   padding: 10px;
   text-align: justify;
   margin-right: 10px;
   margin-left: 10px;
}


/*.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
*/
/*Termina la tipografia y espaciado*/

.view-tenth:hover {
 box-shadow: 2px 2px 10px #006699;
 border-radius:5px;
	   -webkit-box-shadow: -2px -2px 10px #006699;
	   -moz-box-shadow: -2px -2px 10px #006699;
	   }


	   
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
  
  
}
.view-tenth .mask {
   background-color: rgba(255, 255, 255, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 10px 35px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #000;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: 0000;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
/*.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
*/
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*-moz-border-radius: 0px;*/

	 
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
     
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*footer{
	width:100%;
	background-color:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	height:30px;
	line-height:30px;
	font-family:vintage;
	text-align:center;
	position:fixed;
	bottom:0;
}	*/