* {
margin: 0;
}

html { /* para el footer */
    position: relative;
    min-height: 100%;
}

body {
	margin: 0 1em 1.5em; /*margen de abajo igual al tamaño del footer */
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	font-size: 1em;
	line-height: 1.5em;
	height: 100%;
}


.cabecera {
margin-top: 0.5em;
	margin-bottom: 0.5em;
}
img {
	border: none;
}


#img_videocolections {
	margin: 5px 0px 5px 0px;
	padding: 10px 550px 0 0px;
	background: url(../images/videocolection.png) no-repeat right;
	clear: both;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
}
.titulo {
background-color: inherit; 
	color: #014A7B;
	font-weight: bold;
	font-size: 1.4em; text-transform:uppercase;
	margin: 15px 0px 5px 0px;
}

main {height: 100%;
padding-bottom: 3.5em;}
h1 { 
	font-size: 1.5em;
	line-height: 1.25em;
}


.inline {
	display: inline;
}
/* definición de vídeo para que se escale */
video {
    width: 100%;
}


/* Espacio del vídeo principal */

div#vppal {
	position: fixed;
	min-width: 240px;
	display: compact;
}

/* clases añadidas a #vppal y a #info para que presente el icono de redimensionar arriba */
.ui-resizable-ne {
    top: 4px;
    right: 2px;
	background-image: url(../images/ne.png); }

}
div#video1 { 
		float: left;
		margin-top: 0;
	}
div#video1 .ui-resizable-handle { display: none!important; } /* para que desaparezca el manejador de resizable de este div y todos sus hijos */

.ump-media-container {
	zoom: -1;
}

div#vdroppable {
	z-index:50;
}

/* Espacio de vídeo en LS */
#Ind {
	display: inline;
}

#ls {
	display: compact;
	border: thin ridge Silver;
	z-index: 1;
	padding: 10px 1em 10px 1em;
	margin-left: 20px;
	background-color: transparent;
	color: inherit;
	float:left;
	margin-left: 500px;
}

#ls h2 {
	background-color: transparent;
	color: inherit;
}
#ls div.video-lse {
	z-index: 100;
	background-color: transparent;
	color: inherit;
}

.video-lse {
	max-width: 480px;
	min-width: 120px;
}

.transparente {
	color: transparent !important;
	background-color: transparent;
}

.sobrepuesto {
	border: none !important;
}
.sobrepuesto h2 {
	color: transparent !important;
	background-color: transparent;
}
/* Espacio de información */

div.info {
	margin-left: 34.5em;
	margin-bottom: 3em; 
	float: left;
	min-width:20%;
	position: relative;
	padding-bottom: 3em;
}


div.ump-transcript h2 { 
		font-size: 1.2em;
		margin: 0;
	}

div.ump-transcript { 
		padding-left: 10px; 
		overflow: auto;
	}
		
dt {
	font-weight: bolder;
}

/* Modificaciones a estilos de Jquery ui */


.ui-widget-content {
	background-color: inherit !important;
	color: inherit;
}


.ui-resizable-helper { border: 2px dotted #00F; }

/* FOOTER */

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
/* flex model box */
.Site {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.Site-content {
  flex: 1;
  width: 100%;
  padding: 1.5em;

  /* stupid IE10 tweener syntax */
  -ms-flex-preferred-size: auto;

  @include breakpoint("large") {
    padding-top: 2em;
  }
}

#footer {
position: absolute;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 10px;
	left:0px;
   bottom:0px;
   height: 1.5em;
width: 100%;
	color: #585858;
	font-size: 95%;
	background-color: #dcdcdc;
	color: inherit;
	margin-top: 3em;
}

#footer a {
	color: #0162a4;
}

/* hack para Safari para que funcione bien el drag */

#ls, #vppal {
  -khtml-user-drag: element;
}

/* clase para el listado de descargas con important para forzar la modificación de las reglas para ul en la basic.css */
ul.downdload {
position: relative;
	width: auto!important;
	list-style-type: circle!important;
	margin: 0;
	padding: 0.5em;
	background: inherit!important;
	color: inherit!important;
	margin-bottom: 1em;	
}
/* Clase para que el listado que aparece en ayuda y en configuración del player no aparezca con fondo negro */
ul.ayuda {
position: relative;
	width: auto!important;
	list-style-type: circle!important;
	margin: 0;
	padding: 0.5em;
	background: inherit!important;
	color: inherit!important;
	margin-bottom: 1em;	
}

