@charset "utf-8";
/* CSS Document */
html, body {
width: 100%;
height: 100%;
margin:0;
padding:0;
}
.corpo{	
	text-align:center;
	background-image:url(transparente.png);
	width:100%; 
	height:100%;
	position:fixed;
	visibility:hidden;
	z-index:999999;
	display: table;
	*left:0; /* hack para o IE6 e IE7 */
	*overflow: hidden; /* hack para o IE6 e IE7 */
	*position: fixed; /* hack para o IE6 e IE7 */ 
	
}
.fecha {
	background-color:#3C3C3C;
	float:right;
	padding:2px 3px 5px 3px;	
	margin:0 7px 10px 0;
	visibility:hidden;
	z-index:-10;
	color:#313446;	
	border-style:solid; 
	border-width:2px; 
	border-color:#1F1F1F;
}
.Box-corpo {overflow:hidden; margin:auto; background:#1D1D1D; border-style:solid; border-width:2px; border-color:#141414; }
.Box-conteudo{height:100%; width:100%; text-align:center; padding-top:10px;}
.Box-cantoEsquerdo {float:left; width:8px;}
.Box-cantoDireito {float:right; width:8px;}
.Box-meio {background:#FFFFFF; position:inherit; margin: 0 8px 0 8px;; height:8px;}

#cell {
overflow:hidden; margin:auto;
vertical-align: middle;
display: table-cell;
position:relative;
*left:2%; /* hack para o IE6 e IE7 */
*top:7%; /* hack para o IE6 e IE7 */
}

.box_link1{
	color:#CCCCCC;
	font-size:10px;
	font-weight:bold;
}
.box_link1:hover{
	color:#FBB703;	
	text-decoration:none;	
}

#player_detalhe{	
	clear:both;	
	text-align:center;
	background:transparent;	 
	width:100%;	
}

#div_titulo {
	padding-left:5px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FBB703;
	float:left;
	width:80%;
}
#botoes{ 
	clear:both; 
	height:50px;
	background-image:url(/download-filme-digital/img/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;	
}
#div_detalhes{	 
	margin-top:20px;
	width:45%; 
	float:left;
	text-align:left;
	padding-left:5px;	
}
#div_envie{ 
	width:45%; 
	float:right; 
	padding-right:5px; 
	text-align:right;	
}
