#NoContenido{
    margin-bottom: .5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;

}

.calltoactionContainer{
   align-items: flex-end;
   display: flex
}

.calltoaction {
    position: absolute;
    height: 20px;
    width: 100%;
    border: solid 2px green;

    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    background-color:rgba(43, 34, 68, 0.9);
}

#custom-seekbar
{  
  cursor: pointer;
  height:3px;
  border:none;
  //overflow: hidden;
  //position: absolute;
  width: 100%;
  left: 0px;
  background-color: #434343;
transition: height 0.15s ease-out;
}

#contenedor-de-controles
{
    position: absolute;
    margin-top: 8px;
    width: 100%;
}

@-moz-document url-prefix() {
  #contenedor-de-controles
  {
      position: absolute;
      margin-top: 1px;
      width: 100%;
  }
  
  #TiempoVideo
  {
    margin-top: 4px;
  }
  
  #PantallaCompletaVideo
  {
    margin-top: 6px !important;
  }  
  
  #media-controls button {
    padding-top: 2px !important;
  }
  
  #play-pause-button_Tren{
    margin-top: 6px !important;
  }
}

#custom-seekbarProgreso
{
  background-color: white;
  //position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0px;
}

#CirculoReproductorVideo{
  background-color: white;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: block;
    position: absolute;
    float: right;
    z-index: 1000;
    margin-left: 0%;
    margin-top: -10px;
    cursor: pointer;
    display: none;

}

#media-controls{
  background-color:#7f58ba;
  height: 32px;
  //margin-top: -8px;
  text-align: left;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 3px;
  
}


#media-player {
	float:left;
	padding:1em 1em .5em;
	background-color:#333;
}

video {
	background:#000;
      height: 320px;
}

#media-controls button {
	text-indent:-9999px;
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
	background:transparent url('buttons.png') no-repeat 0 0;
  margin-left: 30px;
}

.pause { background-position:-19px 0 !important;}
.stop { background-position:-38px 0 !important;}
.volume-plus { background-position:-57px 0 !important;}
.volume-minus { background-position:-76px 0 !important;}
.mute { background-position:-95px 0 !important;}
.unmute { background-position:-114px 0 !important;}
.replay { background-position:-133px 0 !important;}

#play-pause-button {
  margin-left: 30px;
}

#mute-button {
  margin-left: 30px;
}

#media-play-list {
	float:left;
	clear:both;
	color:#aaa;
	width:100%;
	margin-top:10px;
	border-top:1px solid #2e52a4;
}
#media-play-list  h2 { font-size:12px; }
#play-list {
	padding:0;
	font-size:12px;
	list-style-type:none;
}
#play-list li {
	cursor:pointer;
	padding-left:15px;
	background:transparent url('item.png') no-repeat 0 4px;
}







/* Fullscreen */
#PantallaCompletaSupIzq {
    float: left;
    cursor: pointer; 
}

#PantallaCompletaVideo {
    float: right;
    margin-right: 8px;
    //margin-top: -2px;
    color: white;
    cursor: pointer; 
}

@-moz-document url-prefix() {
  #PantallaCompletaVideo {
      float: right;
      margin-right: 8px;
      margin-top: 2px;
      color: white;
      cursor: pointer; 
  }
}

#PantallaCompleta {
    margin-top: -15px;
    position: absolute;
    cursor: pointer;  
    z-index: 99;
    bottom: 5px;
    right: 0px;
}

#DivPantalla object {
    width: 100%;
    height: 325px;
}

#DivPantalla video {
    background: #000;
    //max-height: 365px;
}

#DivPantalla img {
  overflow: none; 
  max-height: 325px;
}

#DivPantalla embed {
  overflow: none; 
  height: 319px;
}




#DivPantalla:-webkit-full-screen {
    background-color: white;
    width: 100%;
    height: 100%;
    vertical-align:middle;
}
#DivPantalla:-webkit-full-screen object {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

#DivPantalla:-webkit-full-screen video {
    background: #000;
    height: 100%;
    max-height: 100%;
}

#DivPantalla:-webkit-full-screen img {
    display:block;
    margin:auto;
    max-height: 100%;
}

#DivPantalla:-webkit-full-screen embed {
    background: #000;
    height: 100%;
    max-height: 100%;
}


#DivPantalla:-ms-fullscreen {
    background-color: white;
    width: 100%;
    height: 100%;
}

#DivPantalla:fullscreen {
    background-color: white;
    width: 100%;
    height: 100%;
}

#DivPantalla:-moz-full-screen {
    background-color: white;
    width: 100%;
    height: 100%;
    vertical-align:middle;
    max-height: 100%;
}

body:-ms-fullscreen { 
    background-color: white;
    overflow: auto; /* fix for IE11 scrollbar */
    width: 100%;
    height: 100%;
}

		/* Fondo de pantalla completa (solo soportado por IE actualmente) */
		:fullscreen::backdrop {
			background-color: #CCC; 
		}
		:-ms-fullscreen::-ms-backdrop
		{
			background-color: #CCC; 
		}




/* CSS INPUT RANGE-------------------------------------------------------------------------------------------------- 
https://stackoverflow.com/questions/18389224/how-to-style-html5-range-input-to-have-different-color-before-and-after-slider

http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html
input[type=range]

http://danielstern.ca/range.css/#/ EDITOR ONLINE

*/

#RangeVolumen {
  -webkit-appearance: none;
  -moz-apperance: none;
  -ms-apperance: none;
  width:100px;
  
  /* para IE
  position: absolute;
  padding-top: 10px;
  */
}
#RangeVolumen:focus {
  outline: none;
}
#RangeVolumen::-webkit-slider-runnable-track {
  width:100px;
  height: 4px;
  cursor: pointer;
  background: #777;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
  margin-top:-18px;
}
#RangeVolumen::-webkit-slider-thumb {
  border: 0px solid #ffffff;
  height: 16px;
  width: 5px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;    

}
#RangeVolumen:focus::-webkit-slider-runnable-track {
  background: #777;
}




#RangeVolumen::-moz-range-track {
  width:100px;
  height: 4px;
  cursor: pointer;
  background: #777;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
#RangeVolumen::-moz-range-thumb {
  border: 0px solid #ffffff;
  height: 16px;
  width: 5px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
}

@-moz-document url-prefix() {
  #RangeVolumen {
    padding-top: 4px;
    background-color: #7f58ba;
  }
}

@media screen and (min-width:0\0) { 
    /* Tus estilos CSS para IE9, IE10, IE11  */
    #RangeVolumen {
      -webkit-appearance: none;
      width:100px;
      position: absolute;
	height: 16px;
	padding: 0;
	width: 100px;
      
    }
}
#RangeVolumen::-ms-track {
  width: 100px;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#RangeVolumen::-ms-fill-lower {
  background: #777;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
}
#RangeVolumen::-ms-fill-upper {
  background: #777;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
}
#RangeVolumen::-ms-thumb {

	display: inline-block;
	border: 2px solid #ffffff;
	height: 16px;
	width: 2px;
	border-radius: 0px;
	background-color: #ffffff;
	cursor: ew-resize;
	margin-top: 5px; /* note: different margin-top for IE */
}
#RangeVolumen:focus::-ms-fill-lower {
  background: #777;
}
#RangeVolumen:focus::-ms-fill-upper {
  background: #777;
}

#TiempoVideo {
  object-fit: contain;
  opacity: 0.87;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: white;
  position: absolute;
  margin-left: 8px;
}
