				@font-face{
   			 	font-family: silesiana;
    			src:url(../Font/silesiana.otf);
    		}
			
			.f_titles{
				width: 952px;    
				height: 46px; 
				margin:0;
			}
			
			.f_titles_left{
				width: 600px; 
				height: 40px; 
				margin:3px; 
				float:left;
			}
			
			.f_titles_left > h3{
				color:#FFF;
				margin: 0;
			}
			
			.f_titles_right{
				width: 300px; 
				height: 40px; 
				margin:3px; 
				float:right;
			}
			
			.f_titles_right > a{
				display: block;
				color:#FFF;
				text-align: center;
				text-decoration: none;
				background-color: #000;
				float:right;
				width: 200px;
				height: 20px;
				margin: 0;
			}
			
			.f_titles_right > a:hover{
				color:#F00000;
				cursor: pointer;
			}
			
			.f_film{
				border-style: solid; 
				border-color: #999999; 
				border:2px;
				border-radius: 8px;   
				width: 952px;
				height: 536px; 
				margin: 0 auto 0 auto;
				padding: 0;
    		}
			
			.f_icons{
				border-style: solid; 
				border:2px;
				border-color: #999999;   
				border-radius: 8px;   
				width: 952px;
				height: 120px; 
				margin: 0 auto 0 auto;
				padding: 0;
			}
			
			.f_title_linx{
				width: 110px; 
				height: 134px; 
				margin:2px 2px 2px 11px; 
				text-align: right; 
				float: left;
			}

			.f_title_linx > p{
				display: block;
				color:#FFF;
				text-align: center;
				text-decoration: none;
				background-color: #000;
				float:left;
				width: 120px;
				height:100px;
				margin-top: 20px;	
			}
			
			.f_title_linx > p > span{
				font-family: silesiana;
				font-size: 25px;
				color:#F00000;
			}
			
			.foto{
				width: 170px;
				background-color: slategray;
				padding: 2px;
				border: 2px solid #FFF;
				border-radius: 10px;
				box-sizing: border-box;
				display: inline-block;
				justify-content: space-around;
				flex-wrap: wrap;
				margin:2px 0 0 30px;
			}

			.foto > a >img{
				width: 158px;
				max-height: 102px;
			}

			.foto > figcaption{
				margin: 1px 0 1px 2px;
				color: #FFF;
			}

			.foto:nth-child(odd):hover{
				transition: 0.5s all linear;
				transform:matrix(2.2,0,0,2.2,-70,-90);
				background-color: #000;	
			}

			.foto:nth-child(even):hover{
				transition: 0.5s all linear;
				transform:matrix(2.2,0,0,2.2,70,-90);
				background-color: #000;	
			}
			
			.pict_menu{
				color:#FFF;
				text-align: center;
				text-decoration: none;
			}