.titulo-principal {
	display: block;
	overflow: hidden;
	height: 40px;
	background: #EFF3F9;
	clear: both;
	margin-top: 20px;
}

.titulo-principal span {
	font: bold 30px arial;
	color: #3367B0;
	padding-top: 5px;
	padding-left: 10px;
}

.text-selecionado {
	color: #FF0000;
	font: bold 13px arial;
	display: block;
	padding-bottom: 5px;
}

.video-selecionado {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.video-selecionado object {
	width: 305px;
	float: left;
}

.detalhes {
	display: block;
	overflow: hidden;
	float: left;
	width: 270px;
	padding-bottom: 10px;
}

.detalhes span {
	display: block;
}

span.postado {
	font: bold 13px arial;
	color: #FF0000;
}

span.titulo-video {
	font: bold 16px arial;
	color: #333333;
}

.ultimos-videos {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.ultimos {
	font: bold 13px arial;
	color: #FF0000;
}

.video {
	padding-top: 10px;
	overflow: hidden;
	display: block;
	clear: both;
}

.video object {
	float: left;
	width: 80px;
}

.link-do-video {
	float: left;
}

.link-do-video a span {
	display: block;
	text-decoration: none;
}

.link-do-video span.postado {
	color: #FF0000;
	font: normal 12px arial;
}

.link-do-video span.titulo {
	font: bold 16px arial;
	color: #3367B0;
	/*color: #333333;*/
}

.link-do-video a:hover span {
	text-decoration: underline;
}

a span.link {
	font: normal 12px arial;
	color: blue;
	text-decoration: underline;
}
.texto{
	font: normal 12px arial;
	color: black;
}
.youtube{
	margin-bottom: 10px;
}
#banner-inferior{
	display: none;
}
.faixa{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 48px;
	background: url("/img/bkg-find-video.png") repeat-x;
	margin-top: 20px;
	border: solid 1px #DCE4F1;
}
.faixa label{
	display: block;
	float: left;
	padding: 15px 0 0 10px;
	color: #3367B0;
	font: bold 16px arial;
}
.faixa input{
	border: solid 1px #3367B0;
	margin-top: 15px;
	margin-left: 5px;
	height: 18px;
	width: 300px;
}
.faixa a{
	margin-left: 5px;
	padding: 3px 15px;
}
