Código HTML:
Ver original
Código CSS:
Ver original
.fotasa { cursor: pointer; position: relative; padding: 5px; width: 288px; border: 1px solid #c8c8c8; background: #fff; display: block; overflow: hidden; border-radius: 3px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15); box-shadow: 0 1px 3px rgba(0,0,0,0.15); } .PT { background-image: url('img/banderas/PT.png'); } .flag { width: 45px; height: 45px; background-repeat: no-repeat; } .boxIcon { display: inline-block; float: left; } .nombre { text-align: left; min-height: 43px; position: absolute; bottom: 5px; left: 5px; right: 5px; background: rgba(0,0,0,0.75); color: white; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000); }