body {
	margin: 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background: white;
	font-size: 1em;
	line-height: 1.5em;
	height: 100%;
}
.cabecera {
margin-top: 1em;
	margin-bottom: 2em;
}
img {
	border: none;
}


#img_videocolections {
	margin: 10px 0px 30px 0px;
	padding: 40px 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: 10px 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;
	max-width: 33%;
	min-width: 240px;
	display: compact;
}

div#video1 { 
		float: left;
		margin-top: 0;
	}
.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: 500px;
	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: transparent !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');
}
#footer {
position: fixed;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 10px;
	left:0px;
   bottom:0px;
   height: 3em;
width: 100%;
	color: #585858;
	font-size: 95%;
	background-color: #dcdcdc;
	color: inherit;
}

#footer a {
	color: #0162a4;
}

/* hack para Safari para que funcione bien el drag */

#ls, #vppal {
  -khtml-user-drag: element;
}


