/*
/* CONTAINER */
#video_container
{
	width: 50em;
	display: block;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------
VIDEO HOLDER
Flash e HTML
*/

video, #flash_video
{
	background-color: #FFFFFF;
	border: 0.417em solid #FFFFFF;
	float: left;
	display: block;
}



/* ------------------------------------------------------------------------------------------
VIDEO TOOLS
Legendas e Player switcher
*/

#video_tools
{
	width: 46.667em;
	height: 3.333em;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0 1.667em;
	line-height: 3.333em;
	color: #666666;
	float: left;	
}


#video_tools img
{
	border: none !important;
	vertical-align: middle;
	margin: 0 0.417em;
}

#video_tools .switcher_titulo
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #999999;
	margin-right: 0.417em;
}

#video_tools .switcher_activo
{
	color: #343643;
}

#video_tools a, #video_tools .switcher_inactivo, #video_tools .switcher_activo
{
	font-size: 0.833em;
	font-weight: bold;
}

#video_tools .switcher_activo
{
	cursor: default;
}
#video_tools .switcher_inactivo
{
	color: #028acb;
	cursor: pointer;
}


#player_switcher
{
	display: none;
	float: left;
	margin-right: 2em;
}


#video_download
{
	float: left;
}


#legendas_switcher
{
	display: none;
	float: right;
}

/* ------------------------------------------------------------------------------------------
LEGENDAS
Legendas e Player switcher
*/

#legendas, #legendas_holder
{
	background-color: #f1f2f2;
	text-shadow:#ffffff 0.083em 0.083em 0;
	text-align: center;
	font-size: 1.167em;
	width: 36.857em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	padding: 1.667em 1.5em 1.667em 1.5em;
	margin: 0 1.5em;
	border-radius: 0.5em;
}

#legendas_holder
{
	margin-bottom: 1.667em;
	display: none;
}

#legendas_holder span
{
	font-family:'ChaletParisNineteenEightyRegu', sans-serif;
	font-size: 1.667em;
	color: #666666;
}

#captions
{
	margin-top: 1.25em;
}

#legendas [data-begin]:before {
	content: attr(data-begin) '" a ' attr(data-end) '"   ';
	font-size:80%;
	padding-right:1em;
}


/* ------------------------------------------------------------------------------------------
VÁRIOS
*/

.clear{
	clear: both;
}

