@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
	font-size:13px;
    font-family: 'Lato', sans-serif;
	color:#686868;
	margin:0px;
}


div.tudo{
	position:relative;
	float:none;
	width:920px;
	margin:auto;
}

div.topo {
	position:relative;
	height:214px;
	width:920px;
	background:url(../images/filmes_03.jpg);
}
	

div.topo_tiulo {
	position:relative;
	top:100px;
	left:200px;
	xbackground:#d5d5d5;
	width:240px;
}

p.tta {
	margin: 0px 0px 0px 0px;
	padding:5px;
	xbackground:#f0f0f0;
	font-weight:700;
	font-size:30px;
}

p.ttf {
	margin: 0px 0px 0px 0px;
	padding:5px;
	xbackground:#f0f0f0;
	font-size:18px;
	color:rgba(166,48,50,1.00);
}
	
div#coluna_direita {
	position:relative;
	float:left;
	width:290px;
	height:576px;
	background:url(../images/filmes_06.jpg);
	background-repeat:no-repeat;
}

div.menu_lateral_d {
	position:relative;
	background:rgba(166,98,99,0);
	top:25px;
	height:320px;
	margin:0px 15px 0px 10px ;
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
 	border-radius:7px;
	
	border:1px dashed #000;
	
	padding:5px;
}

div.menu_lateral_d p{
	font-size:18px;
	background: rgba(255,255,255,0.3);
	text-align:center;
	padding:10px;
}

div.menu_lateral_d a{
	display:block;
	padding:10px;
	font-size:16px;
	xbackground: rgba(255,255,255,0.2);
	margin: 0px 0px 1px 0px;
	border-bottom:rgba(139,139,139,1.00) 1px dashed;
	color:rgba(99,99,99,1.00);
	text-decoration:none;
}

div.menu_lateral_d a:hover{
	background:rgba(133,156,68,1.00);
	color:#fff;
}
	

/* lista de videos */ 


#filme {
	xbackground:#f00;
}


#lista_video {
	position:relative;
	float:left;
	width:170px;
	margin-left:10px;
}

#lista_video img{
	border:1px solid #D5D5D5;
	padding:5px;
}



/* video detalhe */


.vids{ display:inline-block; background:url(../images/videog.png) no-repeat; width:880px; height:536px;}

.vids iframe {
  margin-top: 40px;
  margin-left: 38px;
  width: 792px;
  height: 446px;
}

.vd_voltar a {
	font-size:18px;
	text-decoration:none;
	color:#4D4D4D;
	padding:10px;
}

.vd_voltar a:hover {
	color:#7A3A3B;
}


/* lista videos tipo 2 */




#lista_videos_site{
	display:block;
	float:left;
	width:260px;
	background-color:#fff;
	margin:0px 30px 10px 20px;
	font-size:14px;
}

#lista_videos_site div.titulo_video_lista_site{
	display:table-cell;
	height:50px;
	vertical-align:bottom;
	padding: 0px 5px 0px 10px;
	
}


#lista_videos_site span.fundo_video_lista_site{
	display:block;
	width:266px;
	height:202px;
	background-image:url(../images/video_lista.png);
}

#lista_videos_site .img_vdo{
	position:relative;
	top:42px;
	left:0px;
	width:220px;
	height:117px;
}
#lista_videos_site .a_img_vdo{
	display:block;
	width:220px;
	height:117px;
}

#lista_videos_site .a_img_vdo:hover{
	display:block;
	opacity: 0.3; filter: alpha(opacity=30);
	background-image:url(../images/play.png);
}





/*  hoverzoom *************/



#lista_video img {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

#lista_video img:hover {
	-webkit-transform: scale(1.3);
	   -moz-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	     -o-transform: scale(1.3);
	        transform: scale(1.3);
	box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
			
	/*
	opacity: 0.7; 
	filter: alpha(opacity=70);
	src: url(../img_videos/play.png);			
	*/	
}













/**********/



div#conteudo {
	position:relative;
	float:left;
	width:620px;
	xbackground:#f00;
	padding-right:10px;
}


div#conteudo_detalhe {
	font-size:16px;
	line-height:150%;
}

