/*Estilo css*/
@font-face{
	font-family:"bohemian";
	src: url(../fonts/bohemian_typewriter.ttf);
}
@font-face{
	font-family:"flight";
	src: url(../fonts/futura_light.ttf);
}
@font-face{
	font-family:"futurabold";
	src: url(../fonts/futura_bold.ttf);
}
/*corrección web*/

.fotoIndex{
    height: 100%;
    width: 100%;
}
.imagenFondo{
	background-image: url("../fondocontacto.jpg");
	height: 100%;
	color:#ffffff !important;
	text-shadow: 1px 1px 2px #000000;
}
/*fin de la corrección web*/


/*Denominaciones comunes*/

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }


.onerow {
	clear: both !important;
	padding: 0 auto;
}
.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}
/*__________________________________________________________________*/

header a{
	text-decoration: none;
	color:#000000;
	display: block;
	padding:0 2px;
}
.mainpanel{
	width: 80%;
	margin:10% auto 2% auto;
}

.maintitle{
	text-align: center;
	font-family: bohemian;
	font-size: 40px;
	margin-bottom: 10px;
}
	.maintitle a:hover{
		text-shadow: 1px 1px 10px #000000,
					 -1px -1px 10px #000000;
		color:#ffffff;
	}
.menu{
	width: 100%;
	margin: 0 auto;
}
	.menu {
		font-size: 16px;
		font-weight: lighter;
	
	}
	.menu a:visited{
		font-size: 14px!important;
		color:#ccc;
	}
	.menu a:hover{
		text-shadow: 1px 1px 10px #000000,
						 -1px -1px 10px #000000;
		color:#ffffff;
	}
.menu ul{
	width: 95%;
	margin:0 auto;
	text-align: center;
}
.menu ul li{
	display: inline-block;
	margin:0 auto;
}
.menu .group{
	font-size: 20px;
	font-weight: bold;
	margin-right:20px;
}

.submenu{
	width: 100%;
	margin:5px auto 0 auto!important;
	font-size: 13px;
	/*font-family: futura;*/
}
	.submenu a:visited{
		background: #000000!important;
	}
	.submenu a:hover{
	 	text-decoration: underline;
	}
	/*.submenu a:active{
		background-color: #000000;
		color: #ffffff;
	}*/
.submenu ul{
	width: 95%;
	margin:0 auto;
	text-align: center;
	
}
.submenu ul li{
	display: inline-block;
	margin:0 auto;
}




.panel{
	width: 80%;
	margin:0 auto;
}
		.sombra1{
			float:left;
			width:48.5%;
			height:330px; 
			background-color: #000000;
			margin:0 0.5% 0 0;
		}
		.sombra2{
			float:left;
			width:40.5%;
			height:330px; 
			background-color: #ccc;
			margin:0 0 0 0.5%;
		}
		.slider{
			position:relative;
			top:-45px;
			left:-5px;

			
		}
		.data{
			padding:20px auto;
			margin-left:32%;
			background-color: transparent;
			width: 90%;
			height: 100%;
		}
			.text{
				/*margin:40px auto;*/
				width: 94%;
				height: 100%;
				float:left!important;

			}
			.text a{
				text-decoration: none;
				color:#202020;
			}

/*-----logotipos links----------*/

.link_panel{
	clear:both;
	margin-bottom: 10px!important;
}




	.imdb{
		float:left;
		width: 71.5%!important;
		padding: 2% 2% 2% 0;
		border-right: 1px solid black;
		text-align: right;
		background-color: rgba(255,255,255, 0.5);
		margin-bottom: 2%!important;
	}
	.logo_imdb{	
		float:left;
		margin-top: 3%!important;

	}
	.logo_imdb img{
		width: 80%;

	}

	.filmin{
		float:left;
		width: 71.5%!important;
		padding: 2% 2% 2% 0;
		border-right: 1px solid black;
		text-align: right;
		background-color: rgba(255,255,255, 0.5);
		margin-bottom: 2%!important;
	}
	.logo_filmin{
		float:left;
		margin-top: 3%!important;
	}
	.logo_filmin img{
		width: 80%;
	}
	.filmotech{
		float:left;
		width: 71.5%!important;
		padding: 2% 2% 2% 0;
		border-right: 1px solid black;
		text-align: right;
		background-color: rgba(255,255,255, 0.5);
		margin-bottom: 2%!important;
	}
	.logo_filmotech{
		margin-top: 3%!important;
	}
	.logo_filmotech img{
		width: 80%;

	}
footer{
	clear: both;

}

.logoa{
	padding:2% 0%;
	float:left;
	
}
footer img{
	width: 20%;
}
footer small{
	position: relative;
	top: 28px;
	left:15%;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
}
.logob{
	padding:5% 75%;
	float:left;
	width: 35% !important;
}

.footpanel{
	width: 80%;
	margin:1% auto !important;
	padding-top: 1%;
}
footer .col6{
	margin-right: 35%;
}
/*__________________________________________________________*/
.active{
	background-color: black!important;
	
}
.active a{
	color:#ffffff!important;
}
/*_______________SCROLL forzados_______________________*/

				/* =Skitter styles forzados
----------------------------------------------- */
.box_skitter {
	position: static;
	top:10px;
	width: 80%!important;
	min-height: 60%!important;
	background: #000;
}

.box_skitter img {
	width: 100% !important;
} /* Tip for stildv */
.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

#page { margin: 20px!important;  width: 150%!important; /*background: #fff*/; padding:30px!important; margin-top: 20px; margin-bottom: 20px; /*border: 1px solid #777; box-shadow: #999 1px 1px 3px;*/ }
#page h1 { font-weight: normal; font-size: 32px; letter-spacing: -2px; margin:0 0 20px 0; border-bottom: 1px solid #ddd; padding:0 0 10px 0; }
#page h2 { font-weight: bold; font-size: 22px; letter-spacing: -1px; font-style: italic; margin:40px 0 0 0; }
#page h3 { float: right; }
#page h3 a { font-weight: normal; font-size: 16px; color:#004499; }
#page h3 a:hover { color:#333; }

