/* CSS3 EFFECTS */

/* THIRD EFFECTS */

.third-effect .mask {
	width:190px;
	height:250px;
   opacity: 0;
   overflow:visible;
   border:90px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
   border:140px solid rgba(0,0,0,0.7);
}

/*Rollover imagenes*/
#portadas .view {
   width: 190px;
   height: 250px;
   margin: 5px;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   cursor: pointer;
   color:#fff;
   text-decoration:none;
}
#portadas .right{
	margin-right:0px;
}
#portadas .view .mask,#portadas .view .content {
   width: 190px;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.texto_Publicacion{
	font-size:13px !important;
	font-weight:normal !important;	
}