/*video*/
#video{position:relative; width:934px; height:488px; border:#ffcb08 3px solid; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; margin-bottom:20px;}
img#logoVideo{position:absolute; z-index:999; right:0; top:0;}
img#portada{position:absolute; left:0; top:0; width:934px; height:448px;}
#play{position:absolute; z-index:999; left:50%; top:50%; width:96px; height:96px; margin-left:-48px; margin-top:-68px; background:url('../imagenes/reproductor/play.png') top no-repeat; cursor:pointer;}
#controles{position:absolute; z-index:9999; left:0; bottom:0;}
/*volumen*/
#reproductor{position:absolute; left:0; bottom:0; width:100%; height:40px; background-color:#fccb00;}
#sp{position:absolute; top:8px; left:10px; cursor:pointer; width:25px; height:25px; background:url('../imagenes/reproductor/iconos/stop.png') top; text-indent:-9999px;}
#sp:hover{background:url('../imagenes/reproductor/iconos/stop.png') bottom;}
#volumen{width:150px; height:auto; position:relative; margin-top:14px;}
#slider{border-radius:25px; width:100px; position:absolute; height:12px; background:#8e8d8d url('../imagenes/reproductor/iconos/bg-track.png') repeat top left; box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5); left: 40px; border:#CCC 1px solid;}
.tooltip1{position:absolute; top:-25px; width:34px; height:20px; display:block; color:#000; text-align:center; font: 12px Tahoma, Arial, sans-serif;	border-radius:3px; background-color:#ffcb08;}
.volume{content: ""; display: inline-block; width: 25px; height: 25px; right:-35px; background: url('../imagenes/reproductor/iconos/volume.png') no-repeat 0 -50px;	position: absolute; margin-top: -5px;}
.ui-slider-handle{position: absolute; z-index: 2; width: 25px; height: 25px; cursor: pointer; background: url('../imagenes/reproductor/iconos/handle.png') no-repeat 50% 50%; font-weight: bold; color: #1C94C4; outline: none; top: -7px; margin-left: -12px;}
.ui-slider-range{background: #ffffff; background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); position: absolute; border: 0; top: 0; height: 100%; border-radius: 25px;}