.view {
   width: 300px;
   height: 200px;
   margin: 0px 10px 0px 0px;
   float: left;
   /*border: 5px solid #edecf1;*/
   border: 5px solid #151515;
   overflow: hidden;
   position: relative;
   text-align: center;
  /* -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;*/
   cursor: default;
   background: #fff center center;
   
   -webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}
.view .mask,.view .content {
    bottom: -133px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 300px;
	height:200px;
	background:rgba(0, 0, 0, 0.8);
	
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}

.view .mask,.view:hover .content {
    bottom:0;
	
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}

.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: left;
   position: relative;
   padding: 10px;
   margin:0;
   font: 20px 'LeagueGothicRegular', Helvetica, sans-serif;
   
   -webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}

.view h2 a:link, .view h2 a:visited  {
   color: #fff;
   text-decoration: none;
   
   -webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}

.view h2 a:hover  {
   color: #0395de;
   text-decoration: none;
   
   -webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}

.bajada  {sss
	height:45px;
	/*height:30px;*/
}

.view p {
   /*font-family: Georgia, serif;*/
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 0px 0px 0px 10px;
   margin: 5px 0px 0px 0px;
   text-align: left;
}

.view p.extra_info {
   /*font-family: Georgia, serif;*/
   font-style: normal;
   font-size: 11px;
   position: relative;
   color: #fff;
   padding: 0px 10px 0px 10px;
   text-align: left;
   float:left;
}


.view p.extra_info a:link, .view p.extra_info a:visited {
   color: #0395de;
   text-decoration: none;
}

.view p.extra_info a:hover {
   color: #0395de;
   text-decoration: underline;
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 0px 0px;
   background: url(../images/more_news.html) 0 0 no-repeat;
   float:right;
   height:35px;
   width:35px;
}
.view a.info:hover {
	background: url(../images/leermas2_inv.html) 0 0 no-repeat;
display: inline-block;
   text-decoration: none;
   padding: 0px 0px;
   float:right;
   height:35px;
   width:35px;
}