/*Caja 645*/

#player-emoltv-645 {
	float: left;
	height: 357px;
	width: 645px;
	position: relative;
	margin-top: 5px;
	overflow: hidden;
}

#caja-emol-tv {
font-family: Arial, Helvetica, sans-serif;
float:left;
clear:both;
margin: 0px 0px;
}

#caja-emol-tv #emol-tv-activo {
	width: 408px;
	min-height: 340px;
	float:left;
	clear:left;
	padding-bottom:10px;
	margin-bottom:10px;
	background-color: #000000;
	background-image: url(negro_video_top.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#caja-emol-tv #emol-tv-activo h5 {
	font-size: 14px;
	color: #fff;
	width: 395px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}

#caja-emol-tv #emol-tv-activo p {
	font-size: 12px;
	width: 395px;
	color: #CCCCCC;
	margin-left: 8px;
}

#caja-emol-tv #emol-tv-activo iframe {
width: 408px;
height: 248px;
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;
display:none;
}

#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: 0px;
left:23px;
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: 92px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 37px;
	left:0px;
	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: 2px center;
	background-size:14px 14px;
	background-image: url(/especiales/fotos/recursos/emoltv/play_mini.png);
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 0px;
	overflow: hidden;
}

#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: 234px;
	float:left;
	margin-bottom:4px;
	border-bottom: 1px dotted #ccc;
	padding-bottom:4px;
	position: relative;
	overflow: hidden;
	margin-left: 3px;
}

#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;
bottom:3px;
left:100px;
padding:3px;
color: #666;
font-size: 10px;
border-bottom-left-radius: 2px;
}

#caja-emol-tv ul#emol-tv-relacionados li:nth-child(n+6) {
width: 200px;
margin-right:0px;
display:none;

}

#caja-emol-tv ul#emol-tv-relacionados li img {
	margin-bottom:3px;
	border:none;
	width: 98px;
	height: 59px;
	float: left;
	margin-right: 4px;
}


#caja-emol-tv ul#emol-tv-relacionados li a:link,
#caja-emol-tv ul#emol-tv-relacionados li a:visited {
	font-size: 11px;
	color: #333333;
	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;
	line-height: 14px;
}

#caja-emol-tv ul#emol-tv-relacionados li a:hover {
color: #af362e;	
}
/*#caja-emol-tv ul#emol-tv-relacionados li:after  {
	content: attr(data-title);
	font-size: 10px;
	color: #af362e;
	background-color: #99FFFF;
}*/
