			/* ==================== Player ==================== */
			#contenido .destaca_1-2 #player {
				background: url(../image/player/bg_home_player3.3.gif) no-repeat ; /*3.3*/
				color: #000;
				height: 38px;/*3.3*/
				width: 10.25em;/*3.3*/
				padding: 7px 0 0 0; 
				position:absolute; left:5px; bottom:1px; /*v3*//*3.3*/
				/*border: solid 1px red;*/	}
			#contenido .destaca_1-2 p.masinfowhite {bottom:34px;}/*3.3*/
				
			#player .button {
				width: 22px;
				height: 25px;
				background-repeat: no-repeat;
				background-position: 2px 2px;
				margin-left: 5px; /*V3*/
				float: left;
			}
			#player .button a {
				display: block;
				height: 25px;
				text-indent: -100em;
				overflow: hidden;
			}
			#player #timeline {
				position: relative;
				margin-left: 15px; /*V3*/
			}
			#player #timeline a {
				position: absolute;
				top:2px;/*v3*/
				left: 45px;
				display: block;
				height: 30px;
				width: 40px;
				text-indent: -100em;
				overflow: hidden;
				background: url(../image/player/control_slider.png) no-repeat;
				color: black;
			}
			#player #timeline a:hover {
				background-image: url(../image/player/control_slider_blue.png);
				left: 45px;
			}
			#player .play {
				background-image: url(../image/player/control_play.png);
			}
			#player .play:hover {
				background-image: url(../image/player/control_play_blue.png);
			}
			#player .pause {
				background-image: url(../image/player/control_pause.png);
				display: none;
			}
			#player .pause:hover {
				background-image: url(../image/player/control_pause_blue.png);
			}
			#player .stop {
				background-image: url(../image/player/control_stop.png);
			}
			#player .stop:hover {
				background-image: url(../image/player/control_stop_blue.png);
			}