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;
	height: 5em;
}
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 {
	color: #014A7B;
	font-weight: bold;
	font-size: 1.4em; text-transform:uppercase;
	margin: 10px 0px 5px 0px;
}


h1 { 
	font-size: 1.5em;
	line-height: 1.25em;

}

.inline {
	display: inline;
}


/* Espacio del vídeo principal */

div#vppal {
	position: static;
	max-width: 33%;
	min-width: 240px;
	border-color: red;
}

div#video1 { 
		float: left;
		margin-top: 0;
	}
.ump-media-container {
	zoom: -1;
}

div#vdroppable {
	z-index:50;
}

video {
    width: 100%;
}

/* Espacio de vídeo en LS */

#ls {
	display: compact;
	border: thin ridge Silver;
	z-index: 1;
	padding: 10px 1em 10px 1em;
	margin-left: 500px;
	background-color: transparent;
	color: inherit;
}

#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;
}


/* Espacio de información */

div.info {
	margin-left:500px;
	margin-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 */
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 0 15px;
	font-size: .9em;
	color: #585858;
	font-size: 95%;
}

#footer a {
	color: #0162a4;
}

/* hack para Safari para que funcione bien el drag */

#ls, #vppal {
  -khtml-user-drag: element;
}


