@font-face {
	font-family: 'dax';
	src: url('fonts/dax_medium.eot');
	src: url('fonts/dax_medium.ttf');
}

.tela{
	width: 800px;
	height: 600px;
}

.filtro{
	background: rgba(0,0,0,.6);
}

#areaVideo blockquote{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -200px;
	width: 400px;
	height:220px;
	background: #034364;
	border-radius: 27px;
	text-align: center;
}
#areaVideo blockquote p{
	position: absolute;
	top: 25px;
	left: 0;
	font-family: 'dax';
	font-size: 20px;
	color: #ffffff;
	padding: 0 25px;
}

#areaVideo blockquote .btCamera{
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left:-42px;
	text-indent: -5000px;
	width: 84px;
	height:83px;
	background: url(img/bt_camera.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
}