/* info video */
div.infowindow
{
	background-color:#eeeeee;
	border:2px solid #cccccc;
	width:660px;
	padding:20px;
	
}
div.infowindow h1
{
	font-size: 24px;
	font-weight:bold;
	color: #4a84d3;
	font-family:"bitstream vera sans", "lucida grande",verdana;
	padding-left:0px;
}

span.info1
{
	color:#636363;
	font-size:12px;
	font-family:"bitstream vera sans", "lucida grande",verdana;
	vertical-align:top;
	font-style:italic;
}

span.info1 input
{
	color:#636363;
	font-size:12px;
	font-family:"bitstream vera sans", "lucida grande",verdana;
	vertical-align:top;
	font-style:italic;
	border:1px solid #000000;
}

span.comment
{
	color:#000000;
	font-size:13px;
	font-family:"bitstream vera sans", "lucida grande",verdana;
	vertical-align:top;
	font-style:italic;
}


/* playlist style */
#playlist {
	width:700px;
	height:305px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #cccccc;
	padding:4px 10px 12px 10px;
	background-color:#eeeeee;
	margin-top:20px;
		margin-bottom:10px;

	margin-left:0px;
	float:left;
	vertical-align:top;
}
#playlist div.marca div.uno {width: 50px;font-weight: bold;float:left;} 
#playlist div.marca div.dos {width: 310px;font-weight: bold;margin:10px 20px 0 0;float:left;} 
#playlist div.marca div.dos img {padding-top:5px;} 
#playlist div.marca div.tres {width: 80px;font-weight: bold;float:left;} 
#playlist div.marca div.cuatro {width: 150px;font-weight: bold;float:left;background-color:;margin-top:5px;}/* reloj background-color:#000;*/
#playlist div.marca div.cinco {width: 50px;margin-top: 10px;float:left;}

	



/* playlist entry */
#playlist div.marca {
	float:left;
	display:block;
	width:670px;
	height:52px;
	padding:7px;
	background-color:#fff;
	border:1px solid #cccccc;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:7px;
	color:#666;
}

/* different states of a playlist entry */
#playlist div.marca:hover {
	background-color:#ffc;		
}

/* elements inside playlist entry */
#playlist div.marca img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist div.marca strong {
	color:blue;		
	padding-bottom:5px;
}

#playlist div.marca em {
	border:0;	
	float:left;
	margin-right:10px;
	background:url(http://www.flowplayer.org/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;
	color:#333;
	font-style:normal;
	margin-top:10px;
}

a.linkvideopreview
{
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:37px;
	text-align:center;
}

img.imgvideopreview
{
	width:25px;
	height:auto;
	margin-top: 5px;
	align: center;
}
