
#emol-panoramas-nota {
font-family: Arial, Helvetica, sans-serif;
display: block;
padding:0px;
margin:0px;
list-style-type: none;
float: left;
clear: both;
width:100%;
max-width: 709px;
}

#emol-panoramas-nota li {
margin-bottom:20px;
}

#emol-panoramas-nota h3 {
background-color: #61a0a9;
color: #fff;
font-weight: bold;
font-size: 16px;
margin:0px;
padding: 7px 10px;
border-left: 5px solid #35747D;
}

#emol-panoramas-nota li[data-panorama] h3 {
padding-left:40px;
background-repeat: no-repeat;
background-position: left 6px center;
background-size: 27px;
}

#emol-panoramas-nota li[data-panorama=""] {
padding-left:10px;
}

#emol-panoramas-nota li[data-panorama="cine"] h3 {
background-image: url(http://www.emol.com/especiales/fotos/recursos/elementos_graficos/iconos_panoramas/peliculas.png);
}

#emol-panoramas-nota li[data-panorama="tv"] h3 {
background-image: url(http://www.emol.com/especiales/fotos/recursos/elementos_graficos/iconos_panoramas/televicion.png);
}

#emol-panoramas-nota li[data-panorama="concierto"] h3 {
background-image: url(http://www.emol.com/especiales/fotos/recursos/elementos_graficos/iconos_panoramas/conciertos.png);
}

#emol-panoramas-nota li[data-panorama="evento"] h3 {
background-image: url(http://www.emol.com/especiales/fotos/recursos/elementos_graficos/iconos_panoramas/eventos.png);
}

#emol-panoramas-nota li[data-panorama="exposicion"] h3 {
background-image: url(http://www.emol.com/especiales/fotos/recursos/elementos_graficos/iconos_panoramas/exposiciones.png);
}

#emol-panoramas-nota li[data-panorama="teatro"] h3 {
background-image: url(http://www.emol.com/especiales/fotos/recursos/elementos_graficos/iconos_panoramas/obras.png);
}

#emol-panoramas-nota li[data-panorama="actividad"] h3 {
background-image: url(http://www.emol.com/especiales/fotos/recursos/elementos_graficos/iconos_panoramas/actividades.png);
}

#texto_noticia #emol-panoramas-nota h3 a:link,
#emol-panoramas-nota h3 a:link,
#texto_noticia #emol-panoramas-nota h3 a:visited,
#emol-panoramas-nota h3 a:visited {
color: #35747D;
text-decoration: none;
display: inline-block;
background-color: #C5E4E8;
padding: 1px 10px;
font-size: 11px;
text-transform: uppercase;
margin-left: 20px;
transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
}

#texto_noticia #emol-panoramas-nota h3 a:hover,
#emol-panoramas-nota h3 a:hover {
background-color: #E7EEEF;
}

div.video-embed-responsive {
width:100%;
position: relative;
}

div.video-embed-responsive img {
width:100%;
height: auto;
}

div.video-embed-responsive iframe {
position: absolute;
top:0px;
left:0px;
border:0px;
width:100%!important;
height:100%!important;
}

@media only screen and (max-width: 600px) {
#emol-panoramas-nota h3 a:link,
#emol-panoramas-nota h3 a:visited {
padding: 3px 10px;
margin-left:5px;
}

}