<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*Caja 645*/

#player-emoltv-645 {
float: left;
height: auto;
width: 645px;
position: relative;
}

#caja-emol-tv {
font-family: Arial, Helvetica, sans-serif;
float:left;
clear:both;
margin: 0px 0px;
}

#caja-emol-tv #emol-tv-activo {
width: 100%;
height: auto;
float:left;
clear:left;
padding-bottom:10px;
border-bottom: 2px solid #af362e;
margin-bottom:10px;
}

#caja-emol-tv #emol-tv-activo h5 {
font-size: 18px;
margin:5px 0px;
color: #000;
}

#caja-emol-tv #emol-tv-activo p {
font-size: 12px;
}

#caja-emol-tv #emol-tv-activo iframe {
width: 645px;
height: 394px;
border: none;
}

#caja-emol-tv #emol-tv-activo ul {
list-style-type: none;
float:right;
padding-left: 15px;
margin-left: 15px;
margin-top:10px;
width: 136px;
border-left: 1px dotted #ccc;
}

#caja-emol-tv #emol-tv-activo ul li {
float:left;
margin-right:10px;
}

#caja-emol-tv #emol-tv-activo ul a:link,
#caja-emol-tv #emol-tv-activo ul a:visited {
display: block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
padding-bottom:5px;
border-bottom: 2px solid #fff;
transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

#caja-emol-tv #emol-tv-activo ul a.emol-tv-twitter {background-image: url(/especiales/fotos/recursos/emoltv/twitter.png);}
#caja-emol-tv #emol-tv-activo ul a.emol-tv-facebook {background-image: url(/especiales/fotos/recursos/emoltv/facebook.png);}
#caja-emol-tv #emol-tv-activo ul a.emol-tv-gplus {background-image: url(/especiales/fotos/recursos/emoltv/gplus.png);}
#caja-emol-tv #emol-tv-activo ul a.emol-tv-url {background-image: url(/especiales/fotos/recursos/emoltv/link.png);}

#caja-emol-tv #emol-tv-activo ul a:hover {
opacity: 0.9;
filter: alpha(opacity=90);
border-bottom: 2px solid #af362e;
}

/*Relacionados*/

#caja-emol-tv ul#emol-tv-relacionados {
list-style-type: none;
line-height: 13px;
}

#caja-emol-tv ul#emol-tv-relacionados li:before {
content: '';
display: block;
width: 54px;
height: 54px;
background-repeat: no-repeat;
background-position: center center;
background-image: url(/especiales/fotos/recursos/emoltv/play.png);
position: absolute;
top: 33px;
left:73px;
opacity: 0.0;
filter: alpha(opacity=0);
transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
cursor: pointer;
}

#caja-emol-tv ul#emol-tv-relacionados li.playing:after {
content: 'Reproduciendo';
display: block;
width: auto;
height: 16px;
line-height: 16px;
position: absolute;
top: 98px;
left:0px;
padding:3px 6px;
background-color: #000;
background-color: rgba(0,0,0,0.7);
color: #fff;
font-size: 10px;
text-indent: 20px;
border-bottom-left-radius: 2px;
transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
background-repeat: no-repeat;
background-position: 5px center;
background-size:14px 14px;
background-image: url(/especiales/fotos/recursos/emoltv/play_mini.png);
}

#caja-emol-tv ul#emol-tv-relacionados li:hover:before {
opacity: 0.6;
filter: alpha(opacity=60);
}

#caja-emol-tv ul#emol-tv-relacionados li.playing:hover:before {
display: none;
}

#caja-emol-tv ul#emol-tv-relacionados li {
width: 200px;
margin-right:18px;
float:left;
margin-bottom:8px;
border-bottom: 1px dotted #ccc;
padding-bottom:4px;
position: relative;
overflow: hidden;
}

#caja-emol-tv ul#emol-tv-relacionados li.playing:hover,
#caja-emol-tv ul#emol-tv-relacionados li.playing a:hover {
cursor: default;
color: #000;
}

#caja-emol-tv ul#emol-tv-relacionados li span {
position: absolute;
top:0px;
right:0px;
padding:3px;
background-color: #000;
background-color: rgba(0,0,0,0.7);
color: #fff;
font-size: 10px;
border-bottom-left-radius: 2px;
}

#caja-emol-tv ul#emol-tv-relacionados li:nth-child(3n) {
width: 200px;
margin-right:0px;
}

#caja-emol-tv ul#emol-tv-relacionados li img {
margin-bottom:3px;
border:none;
width: 200px;
height: 120px;
}

#caja-emol-tv ul#emol-tv-relacionados li a:link,
#caja-emol-tv ul#emol-tv-relacionados li a:visited {
font-size: 12px;
color: #000;
text-decoration: none;
transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

#caja-emol-tv ul#emol-tv-relacionados li a:hover {
color: #af362e;	
}</pre></body></html>