destacadas fyo

by cristianromagnoli

HTML

<div class="highlighted-new grid-6">
    <img class="img-highlighted" alt="Destacada" src="http://2.bp.blogspot.com/-YtO8ftYKfsI/UVKu_Q34yUI/AAAAAAAAECc/xfEHrofEC90/s1600/nature_wallpaper7.jpg" />
    <p class="subheader">En base a datos publicados en "Transporte y Embarque", por la cual el Área Infraestructura Comercial. En base a datos publicados en "Transporte y Embarque", por la cual el Área Infraestructura Comercial...[+]</p>
    <div class="desc">
        <a href="#" class="category">Granos</a>
        <div class="desc-wrp">
            <h2>
              <a href="#" class="title">Perspectiva complicada para el trigo Perspectiva complicada para el trigo</a>
            </h2>
            <a href="#" class="bubble">400</a>
            <a href="#" class="more">Ver Más &#9658;</a>
        </div>
    </div>
</div>
<div class="highlighted-new grid-3">
    <img class="img-highlighted" alt="Destacada" src="http://media.www.palabea.com/system/uploads/talk/image/71563/mid_184619_10151241317808616_636090227_n.jpg" />
    <p class="subheader">En base a datos publicados en "Transporte y Embarque", por la cual el Área Infraestructura Comercial. En base a datos publicados en "Transporte y Embarque", por la cual el Área Infraestructura Comercial...[+]</p>
    <div class="desc">
        <a href="#" class="category">Granos</a>
        <div class="desc-wrp">
            <h2>
              <a href="#" class="title">Perspectiva complicada para el trigo Perspectiva complicada para el trigo</a>
            </h2>
            <a href="#" class="bubble">400</a>
            <a href="#" class="more">Ver Más &#9658;</a>
        </div>
    </div>
</div>

CSS

/*Bubbles*/
.bubble{
	position: relative;
	padding: 1px 3px;
	margin: 3px 3px 3px 7px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.bubble:after {
	content: "";
	position: absolute;
	top: 6px;
	left: -7px;
	border-width: 8px 7px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #fff;
	display: block;
	width: 0;
}

/*Destacadas home*/
.highlighted-new.grid-3{width:300px;}

.highlighted-new{
    float:left;
    width:400px;
	position:relative;
	color:#fff;
	font-family: arial, sans-serif;
	overflow: hidden;
}

.highlighted-new a, .highlighted-new a:visited, .highlighted-new a:active{
	color:#fff;
}

.highlighted-new a:hover{
	color:#e9e9e9;
}

.highlighted-new .img-highlighted{
	width:100%;
}

.highlighted-new .desc{
	position:absolute;
	bottom: 0;
	display:block;
	width:100%
}

.highlighted-new .category{
background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
  zoom: 1;
	background-color: rgba(0, 0, 0, 0.8);

	display:block;
	padding:3px 5px;
	border-left:40px solid green;
}

.highlighted-new .desc-wrp{
	padding: 0 10px 10px 45px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}

.highlighted-new .title{
	margin-bottom: 22px;
	font-size: 18px;
	font-family: 'Apex New Book', arial, sans-serif;
}

.highlighted-new a.bubble{
	color: #4d4d4d;
	font-size: 14px;
}

.highlighted-new a.bubble:hover{
	color: #000;
}

.highlighted-new .more{
	position:absolute;
	right:0;
	bottom: 0;
	padding: 3px 3px 3px 15px;
	background: #f42536;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	font-size: 12px;
}


.highlighted-new .more:after {
	content: "";
	position: absolute;
	top: 3px;
	left: -13px;
	border-width: 15px 16px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #f42536;
	display: block;
	width: 0;
}

.highlighted-new .subheader{
	position: absolute;
	top:...