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

.ft {
	width:85px;
	height:52px;
   text-align: center;
   display: table-cell;
   vertical-align: middle;
   border:1px solid #fff;
   float:left;
   margin:2px;
   background-color:#000;
}

.vidThumb img{
border:1px solid #FFFFFF;
}

.ft img{
   margin: 0 auto;
}

#PgFotos{
		width: 480px;
		left: auto;
		right: 10px;
		height: 465px;
		position:absolute;
}

	#PgFotos .content{
				width: 470px;
				height: 455px;
				overflow: hidden;
	}
	
		#PgFotos .trans{
				width: 470px;
				height: 465px;
				overflow: hidden;
		}

#boxVideos{
		width: 470px;
		left: auto;
		right: 10px;
		height: 440px;
		position:absolute;
}

	#boxVideos .content{
				width: 430px;
				height: 470px;
				overflow: hidden;
	}
	
		#boxVideos .trans{
				width: 430px;
				height: 470px;
				overflow: hidden;
		}
		
#boxVideosPlay{
		width: 460px;
		left: auto;
		right: 10px;
		height: 450px;
		position:absolute;
}

	#boxVideosPlay .content{
				width: 450px;
				height: 440px;
				overflow: hidden;
	}
	
		#boxVideosPlay .trans{
				width: 450px;
				height: 440px;
				overflow: hidden;
		}		
		
.Lvideo{
/* float:none;
clear:both; */
float:left;
margin:5px -15px 3px 0px;
}

.Lvideo .info{
margin-top:5px;
float:right;
width:220px;
}

.Lvideo .titulo{
font-size:14px;
font-weight:bold;
}


.Lvideo .data{
font-size:10px;
}



.voltar{
font-size:8px;
}
.voltar a{
text-decoration:none;
}

.voltar a:hover{
text-decoration:underline;
}


