/*REPRODUCTOR DE AUDIO*/
.player-borde-izq {
	float:left;
	width:3px;
	height:44px;
	background:url(i/iconos/300-icons.png) no-repeat top left;
}
.player-borde-der {
	background:url("i/iconos/300-icons.png") no-repeat scroll right top transparent;
	float:left;
	height:44px;
	width:3px;
}
.player {
	background:none;
	float:left;
	height:auto;
	width:601px;
}
.player-flash {
	float:left;
	width:595px;
	height:44px;
	background:url(i/iconos/300-icons.png) no-repeat scroll left -21em #757575;
}
.player-cue-points {
	clear:both;
	float:left;
	height:3.9em;
	margin:0.3em 0 0;
	width:100%;
	overflow:hidden;
}
.player-cue-points ul {
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:50.8em;
	z-index:5;
}
.player-cue-points ul li {
	background:url("i/iconos/300-icons.png") no-repeat scroll left -8.6em transparent;
	border-right:1px solid #464646;
	float:left;
	height:3.8em;
	margin:0 0 0.2em;
	width:8.3em;
}
.player-cue-points-bots {
	float:left;
	width:100%;
	height:3.8em;
}
.player-cue-points-der {
	float:right;
	width:2.6em;
	height:3.8em;
	background:url(i/iconos/300-icons.png) no-repeat scroll -27.4em -12.9em transparent;
}
.player-cue-points-izq {
	float:left;
	background:url(i/iconos/300-icons.png) no-repeat scroll left -12.9em transparent;
	height:3.8em;
	width:2.6em;
}
.detalle-cue-point {
	float:left;
	width:56em;
	height:10em;
	background:#f1f1f1;
	display:none;
}
.detalle-cue-point .imagen {
	float:left;
	width:10.9em;
	height:7.4em;
	margin:1.3em;
	background:#0FF;
}
.detalle-cue-point .texto {
	float:left;
	width:38em;
	height:7.4em;
	margin:-0.5em 0;
	color:#858585;
	font-size:1.1em;
	line-height:1.1em;
}
.detalle-cue-point .cerrar {
	float:right;
	background:url(i/iconos/300-icons.png) no-repeat scroll right -16.7em transparent;
	width:1.1em;
	height:1.1em;
	margin:0.5em;
	cursor:pointer;
}
.transcripcion {
	background:none repeat scroll 0 0 #E7E7E7;
	border:1px solid #C1C1C1;
	clear:both;
	color:#797979;
	float:left;
	font-size:1em;
	height:6.4em;
	margin:0 0 10px;
	overflow:auto;
	padding:10px;
	width:579px;
}
.panelRNE{ float:left; width:150px; }
.panelRNE h3
			{ margin:0; padding:0; margin-left:1.5em; margin-top:0.5em; font-size:1em; }
	
.panelRNE img
			{ margin:0; padding:0; margin-left:1.5em; margin-top:0.2em; border:0.2em solid #C1C1C1; }
.transcripcion .titulo {
	float:left;
	font-size:1.2em;
	color:#3f3f3f;
	margin:0 0 0.5em 0;
	font-weight:700;
}
.transcripcion ul {
	margin:0;
	padding:0;
}
.transcripcion ul li {
	float:left;
	clear:both;
	color:#797979;
	font-size:1em;
	font-weight:700;
	margin:0 0 0.5em 0;
}
.transcripcion ul li a {
	font-size:1em;
	color:#0096ff;
	font-weight:700;
}
/*EO REPRODUCTOR DE AUDIO*/

.headerPlayer h4 {
	font-weight: normal;
	font-size:1.2em;
	width:100%;
}
