<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view {
   width: 300px;
   height: 189px !important;
   /*float: left;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #000;
}
.bloque300x520 .view {
   width: 300px;
   height: 460px !important;
   /*float: left;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #000;
}

.bloque300x520 .view .mask,.view .content {
   width: 300px;
   height: 460px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view .mask,.view .content {
   width: 300px;
   height: 189px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: left;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: #000;
   margin: 20px 0 0 0;
}
.view p {
   font-family: Arial;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 20px 20px 20px;
   text-align: left;
}
.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;
}</pre></body></html>