
/* player dimensions */
#player /*, #player img*/ {
	display:block;				
	width:240px;
	height:170px;
	border:0px;		
	position:relative
	}
/* overlay play button */
div.play {
	background:transparent url(../img/flowplayer/play.png) no-repeat;
	height:35px;
	left:75px;
	opacity:0.9;
	position:absolute;
	top:65px;
	width:91px;
	cursor:pointer;
	}
div.play:hover {opacity:1.0;}
/* playlist entry */
#playlist a {
	width:70px;
	height:43px;
	display:block;
	text-decoration:none;
	padding-left:2px;	
  position:relative;
}
.c_play{
	width:70px;
	height:43px;
	position:relative;
	}
.c_play img{ z-index:100; }
.c_play .controls{
	position:absolute;
	top:0px;
	left:0px;
	background:url(../img/flowplayer/controls.gif) no-repeat;
	background-position:center -33px;
	width:70px;
	height:43px;
	z-index:200;
	cursor:pointer;
	}
#playlist a.playing .c_play .controls{
	background-position:center -88px;
	}
#playlist a.paused .c_play .controls{
	background-position:center 15px;
	}
#playlist2 a.playing .c_play .controls{
	background-position:center -88px;
	}
#playlist2 a.paused .c_play .controls{
	background-position:center 15px;
	}
#playlist3 a.playing .c_play .controls{
	background-position:center -88px;
	}
#playlist3 a.paused .c_play .controls{
	background-position:center 15px;
	}

.c_play .controls2{
	position:absolute;
	top:0px;
	left:0px;
	width:51px;
	height:51px;
	z-index:200px;
	cursor:pointer;
	}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 

/*   Video Destacado   */
.c_play4{
	width:100px;
	height:100px;
	position:relative;
	}
.c_play4 img{ z-index:100;}
.c_play4 .controls4{
	position:absolute;
	top:0px;
	left:0px;
	background:url(../img/flowplayer/controls4.gif) no-repeat;
	background-position:center -75px;
	height:100px;
	width:100px;
	z-index:200px;
	cursor:pointer;
	}
a.playing .c_play4 .controls4{
	background-position:center -176px;
	}
a.paused .c_play4 .controls4{
	background-position:center 28px;
	}


#flotante{
	/*background:url(../img/flowplayer/flow_content.gif) no-repeat;*/
	width:406px;
	height:260px;
	padding-left:13px;
	position:absolute;
	top:180px;
	left:50px;
	}
#flotante a{border:0;}
