 html,body{ 
	height:100%; 
	width:100%; 
	overflow:hidden;
	font-size: 12px;
	margin:0;
	padding: 0;
	background: url(images/loading.gif) no-repeat center center;
	background-position: 2% 96%;
	background-color: #333333;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

.resize{ width: 100%; height: 100%; background: #000; color:#fff; line-height: 100%; display: none; position: absolute; z-index: 2000; text-align: center; padding-top: 20%; overflow: hidden; font-family: 'OpenSansSemibold'; font-size: 15px;}

@media screen and ( max-width: 900px ) {
	.resize{ display:block !important;}
}
@media screen and ( max-height: 400px ) {
	.resize{ display:block !important;}
}




/* --------------------------------------------------------------------------- FONTS */

@font-face {
    font-family: 'DINProBold';
    src: url('fonts/dinpro-bold.eot');
    src: url('fonts/dinpro-bold.eot') format('embedded-opentype'),
         url('fonts/dinpro-bold.woff') format('woff'),
         url('fonts/dinpro-bold.ttf') format('truetype'),
         url('fonts/dinpro-bold.svg#DINProBold') format('svg');
}


@font-face {
    font-family: 'HelveticaUltraCompressedRoman';
    src: url('fonts/helveticaultracomp.eot');
    src: url('fonts/helveticaultracomp.eot') format('embedded-opentype'),
         url('fonts/helveticaultracomp.woff') format('woff'),
         url('fonts/helveticaultracomp.ttf') format('truetype'),
         url('fonts/helveticaultracomp.svg#HelveticaUltraCompressedRoman') format('svg');
}

@font-face {
    font-family: 'CourierNewItalic';
    src: url('fonts/couri.eot');
    src: url('fonts/couri.eot') format('embedded-opentype'),
         url('fonts/couri.woff') format('woff'),
         url('fonts/couri.ttf') format('truetype'),
         url('fonts/couri.svg#CourierNewItalic') format('svg');
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot') format('embedded-opentype'),
         url('fonts/opensans-semibold.woff') format('woff'),
         url('fonts/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}

/* +++++++++++++++++++ MENU +++++++++++++++++*/


/* +++++++++++++++++++ MENU +++++++++++++++++*/
.menu{
	height:5%;
	width:100%;
	position:absolute;
	z-index: 1000;
}

/* +++++++++++++++++++ CONTENT +++++++++++++++++*/
.content{
	height:100%; 
	width:100%; 
	margin:0; 
	padding:0;
	top:44px;
	overflow:hidden;
	perspective: 1500px;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	-ms-perspective: 1500px;
}

/* --------------------------------------------------------------------------- HOME */

.shadow{
	opacity: 0;
}

.entraShadow{
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s
}

.logo{ position: absolute; width:350px; top:50%; left:50%; margin-left: -175px; margin-top:-142px; z-index:15; transform:rotateY(90deg); -webkit-transform:rotateY(90deg);-moz-transform:rotateY(90deg);  -webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;transition: transform 0.3s; }

.logoHaciaDerecha{
	transform:rotateY(0deg); -webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);
	transition: rotate 0.4s;
	-webkit-transition: -webkit-transform 0.4s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}



.contentHome{
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	background-size:cover;
}

#background_cycler{
    left: 0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width:100%;
    height: 100%;
}

#background_cycler img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}
#background_cycler img.active{z-index:3}

@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 4.76% {
   opacity:1;
 }
 7.14% {
   opacity:0;
 }
 97.61% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 4.76% {
   opacity:1;
 }
 7.14% {
   opacity:0;
 }
 97.61% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 4.76% {
   opacity:1;
 }
 7.14% {
   opacity:0;
 }
 97.61% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 4.76% {
   opacity:1;
 }
 7.14% {
   opacity:0;
 }
 97.61% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf4a {
  position:absolute;
  height:100%;
  width:100%;
}
#cf4a img {
  position:absolute;
  width:100%;
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 39s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 39s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 39s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 39s;
}

#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 39s;
  -moz-animation-delay: 39s;
  -o-animation-delay: 39s;
  animation-delay: 39s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  animation-delay: 36s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 33s;
  -moz-animation-delay: 33s;
  -o-animation-delay: 33s;
  animation-delay: 33s;
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  animation-delay: 30s;
}
#cf4a img:nth-of-type(5) {
  -webkit-animation-delay: 27s;
  -moz-animation-delay: 27s;
  -o-animation-delay: 27s;
  animation-delay: 27s;
}
#cf4a img:nth-of-type(6) {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  animation-delay: 24s;
}
#cf4a img:nth-of-type(7) {
  -webkit-animation-delay: 21s;
  -moz-animation-delay: 21s;
  -o-animation-delay: 21s;
  animation-delay: 21s;
}
#cf4a img:nth-of-type(8) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}
#cf4a img:nth-of-type(9) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}
#cf4a img:nth-of-type(10) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
#cf4a img:nth-of-type(11) {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
  animation-delay: 9s;
}
#cf4a img:nth-of-type(12) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
#cf4a img:nth-of-type(13) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
#cf4a img:nth-of-type(14) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}


/* ------------------- NAVEGACION ----------------*/

*,
*:after,
*::before {
    
}


.clear{ clear: both}
.contBarra{overflow-y:visible; overflow-x:visible; background-color: #ffffff; width: 100%; height: 44px; position: absolute; z-index: 1000; top: 0;}
.ocultar{overflow:hidden;}

nav a {
	float: left;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.2em;
	cursor: pointer;
	font-family: 'DINProBold';
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Efecto FINAL */
.cl-effect-1 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	width: 16.6666667%;
	color:#000;
	background: #FFF;
 }

.cl-effect-1 a span {
	position: relative;
	width:99%;
	display: inline-block;
	background: #ffffff;
	padding-left: 30px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.csstransforms3d .cl-effect-1 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;	
	background: #FFFFFF;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;

}

.cl-effect-1 a:hover span,
.cl-effect-1 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);

}

.csstransforms3d .cl-effect-1 a:hover span::before,
.csstransforms3d .cl-effect-1 a:focus span::before {
	background: #333333;	
	color:#e84c4d;
	padding-left: 30px;

}

.topActivo{
	background: #333333 !important;	
	color:#e84c4d;
	padding-left: 30px;
	-webkit-transform: rotateX(0) translateY(0) !important;
	-moz-transform: rotateX(0) translateY(0) !important;
	transform: rotateX(0) translateY(0) !important;
}
/* --------------------------------------------------------------------------- CLIENTES */

.cajaClientes{ width:3290px; margin:0 auto; overflow:hidden; height: 100%; background: #333;}
.contClientes { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin:20px 80px; margin-top:-230px; height:500px;}

.floater{ height: 50%;}
.separador{ width:40px; border-top: 3px solid #E74C4C; margin:47px 0}
.tituloClientes{ width:300px; float:left; margin-right:40px;}
.titClientes{ font-size: 6em; line-height:0.8em; color: #E74C4C; text-transform: uppercase; font-family: 'DINProBold';}
.fraseClientes{color:#cccccc; font-family: 'Open Sans', sans-serif; font-size:1.1em; padding:10px; background:#454545; margin-top: 15px; }
.logosClientes{ float:left; width:1656px; margin:50px 40px 40px 0 !important;}
.logosAgencias{ float:left; width:675px; margin:50px 40px 40px 0 !important;}



/* ++++++++++++++++ TRABAJOS ++++++++++++++++*/
.cajaTrabajos{
	height: 100%;
	left:0%;
	overflow-y:hidden;	
	background-color: #333;
}
.caja{
	height:100%;
	float:left;
	
	top:0%;
	display:block;
	cursor: pointer;
	background-color: #222;
}
/*
.caja1{
	left:0%;
}
.caja2{
	left:26%;
}
.caja3{
	left:52%;
}
.caja4{
	left:78%;
}
.caja5{
	left:104%;
}
*/
.cajaContenido{
	width:100%;
	height: 100%;
	background-size:auto 105% !important;
	background-position: top center !important;
	opacity:0.3;
	transition:background-position 0.2s, opacity 0.2s;
}

.cajaContenido:hover{
	background-position: center center !important;
	opacity:1;
    transition:background-position 0.2s, opacity 0.2s;
}

.textos{
	position: relative;
	top:75%;
	width:90%;
	height:15%;
	left: 5%;
	z-index: 101;
	}
.titulo{
	color:#E74C4C;
	font-size: 2.5em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	z-index: 101;
	padding-top: 10px;
}
.subTitulo{
	color:#FFFFFF;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	z-index: 101;
}
.realizadorTrabajos{
	position:relative;
	color:#E74C4C;
	margin-top: 15px;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	bottom:0;
	z-index: 101;
}
.rotacionHaciaIzquierda{
	animation: haciaIzquierda 0.6s;
	-moz-animation: haciaIzquierda 0.6s;
	-webkit-animation: haciaIzquierda 0.6s;
	-ms-animation: haciaIzquierda 0.6s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


.rotacionHaciaDerecha{
	animation: haciaDerecha 0.6s;
	-moz-animation: haciaDerecha 0.6s;
	-webkit-animation: haciaDerecha 0.6s;
	-ms-animation: haciaDerecha 0.6s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.posicionInicial{
	animation: posInicial 1.5s;
	-moz-animation: posInicial 1.5s;
	-webkit-animation: posInicial 1.5s;
	-ms-animation: posInicial 1.5s;
}

.cajaScroll{
	height: 2%;
	width: 100%;
	top: 98%;
	background-color: #555;
	position:absolute;
	z-index: 999;
	overflow:hidden;
}
.barraScroll{
	left:0;
	width: 2%;
	height: 100%;
	background-color: #E74C4C;
	z-index: 9;
	position:relative;
	cursor: pointer;
}
/* ------------- AUDIOVISUALES -------------*/
#video_background { 
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	z-index: 100; 
	overflow: hidden; 
}

#player1{
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	z-index: 100; 
	overflow: hidden; 
}

.cajaAV{ 
	height:90%;
	width:40%;
	position:absolute;
	left: 4%;
	bottom:4%;
	display:block;
}
.textosVideoAV{
	position: absolute;
	bottom:20%;
	width:90%;
	height:15%;
	left: 0;
	z-index: 101;
}
.tituloVideoAV{
	color:#333;
	font-size: 2.5em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	z-index: 101;
	padding-top: 10px;
}
.subtituloVideoAV{
	color:#FFFFFF;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	z-index: 101;
}
.tituloRealVideoAV{
	position:relative;
	color:#E74C4C;
	padding-top: 15px;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	bottom:0;
	z-index: 101;
}
.tituloRealVideoAV span{ color:#FFFFFF; z-index: 101;}

.cerrarVideoAV{
	position:absolute;
	width:5%;
	top:64px;
	right:4%;
	border-top: 3px solid #E74C4C;
	text-align: right;
	padding-top: 7px;
	cursor: pointer;
}
/* ------------- INTERACTIVOS  -------------*/

.cajaInteractiva{
height:80%;
width:26%;
position:absolute;
left: 2%;
top:10%;
display:block;
border-right: 2px solid #E74C4C;
}
.textosCajaInteractiva{
position: absolute;
top:8%;
width:90%;
height:20%;
left: 5%;
}
.tituloCajaInteractiva{
color:#E74C4C;
font-size: 3em;
text-transform: uppercase;
font-family: 'DINProBold';
padding-top: 10px;
}
.subtituloCajaInteractiva{
color:#FFFFFF;
font-size: 2em;
text-transform: uppercase;
font-family: 'DINProBold';
}
.descInteractiva p{
color:#fff;
font-size: 1.1em;
font-family: 'Open Sans', sans-serif;
}

.descInteractiva h3{
color:#E74C4C;
font-size: 1.1em;
font-family: 'Open Sans', sans-serif;
}
.tituloReal span{ color:#FFFFFF;}

.urlInteractiva{
color:#E74C4C;
font-size: 1.1em;
font-family: 'Open Sans', sans-serif;
}

.borde{ border-top: 1px solid #E74C4C; width: 20px; margin-top: 20px; margin-bottom: 20px;}

.urlInteractiva a{ text-decoration: none; color:#E74C4C; }
.urlInteractiva a:hover{ color:#fff;} 

.interActiva{ width: 100%; height: 100%; background-size: cover !important; }
/* +++++++++++++++++++++++++++++++++ NOSOTROS +++++++++++++++++++++++++++++*/

.cajaNosotros{ width:80%; margin:0 auto;}

.topNosotros{ 
	margin-top:6%;
	margin-bottom:6%;
	width:80px;
	border-top: 3px solid #E74C4C;
	text-align: right;
	padding-top: 7px;
	} 
	
.tituloNosotros{
	color:#E74C4C;
	font-size: 5em;
	line-height:1em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	}	
.textoNosotros{
	width:90%;
	font-size: 1.2em;
	color:#cccccc;
	min-height:30%;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px #000000;
	}

#intro{
	background:url(images/bk-nosotros.jpg) 50% 0 no-repeat fixed;
	background-position:center center;
	background-size:cover;
	color: white;
	height: 900px;
	margin: 0 auto;
	padding: 0;
}

#second{
	background: url(images/fourthBG.jpg) 50% 0 no-repeat fixed;
	background-size:cover;
	color: white;
	height: 200%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
	
#intro, #second{
	width: 100%;
}
.story{
	width: 100%;
	overflow:hidden;
	height: 100%;
}

.samples{ width:25%; height: 17%; float:left;}

.uno{ background: url(images/nosotros/1.jpg) no-repeat center center; background-size:cover;}
.dos{ background: url(images/nosotros/2.jpg) no-repeat center center; background-size:cover;}
.tres{ background: url(images/nosotros/3.jpg) no-repeat center center; background-size:cover;}
.cuatro{ background: url(images/nosotros/4.jpg) no-repeat center center; background-size:cover;}
.cinco{ background: url(images/nosotros/5.jpg) no-repeat center center; background-size:cover;}
.seis{ background: url(images/nosotros/6.jpg) no-repeat center center; background-size:cover;}
.siete{ background: url(images/nosotros/7.jpg) no-repeat center center; background-size:cover;}
.ocho{ background: url(images/nosotros/8.jpg) no-repeat center center; background-size:cover;}
.nueve{ background: url(images/nosotros/9.jpg) no-repeat center center; background-size:cover;}
.diez{ background: url(images/nosotros/10.jpg) no-repeat center center; background-size:cover;}
.once{ background: url(images/nosotros/11.jpg) no-repeat center center; background-size:cover;}
.doce{ background: url(images/nosotros/12.jpg) no-repeat center center; background-size:cover;}
.trece{ background: url(images/nosotros/13.jpg) no-repeat center center; background-size:cover;}
.catorce{ background: url(images/nosotros/14.jpg) no-repeat center center; background-size:cover;}
.quince{ background: url(images/nosotros/15.jpg) no-repeat center center; background-size:cover;}
.dseis{ background: url(images/nosotros/16.jpg) no-repeat center center; background-size:cover;}
.dsiete{ background: url(images/nosotros/17.jpg) no-repeat center center; background-size:cover;}
.docho{ background: url(images/nosotros/18.jpg) no-repeat center center; background-size:cover;}
.dnueve{ background: url(images/nosotros/19.jpg) no-repeat center center; background-size:cover;}
.veinte{ background: url(images/nosotros/20.jpg) no-repeat center center; background-size:cover;}
.vuno{ background: url(images/nosotros/21.jpg) no-repeat center center; background-size:cover;}
.vdos{ background: url(images/nosotros/22.jpg) no-repeat center center; background-size:cover;}
.vtres{ background: url(images/nosotros/23.jpg) no-repeat center center; background-size:cover;}
.vcuatro{ background: url(images/nosotros/24.jpg) no-repeat center center; background-size:cover;}

#scroll{ height:40px; width:40px; margin-left:-20px; position:fixed; padding-left:50%; bottom:10px;}

/* --------------------------------------------------------------------------- CONTACTO */

.cajaContacto{ width: 100%; height: 100%; background: #333;}
.contContacto{ width:80%; margin:0 auto; padding-top: 10%;}
.colCon{ width: 40%; min-height: 30%; float: left; margin: 0 5%; border-bottom: 2px solid #ffffff; }
.colCon p {color:#cccccc; font-family: 'Open Sans', sans-serif; font-size: 1.2em; margin-top: 0}
.conLast{ margin-right: 0 !important;}
.tituloContacto{
	color:#E74C4C;
	font-size: 180px;
	line-height: 145px;
	text-transform: uppercase;
	font-family: 'DINProBold';
	
}
.subtituloContacto{
	color:#FFFFFF;
	font-size: 4em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	border-top: 4px solid #E74C4C;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tituloContacto {
        line-height: 140px !important;
    }
    .textos{top:75% !important;}
    .textosVideoAV{	bottom:15% !important;}
    .moveLeft{right:10% !important;}
    .moveRight{left:10% !important;}
}
.separadorContacto{
	border-top: 2px solid #E74C4C;
	width:10%;
	padding: 2% 0;
}

.colCon a{ text-decoration:none; color:#E74C4C;}
.colCon a:hover{ color:#999999;}
.contRedes{ width:100%; height: 80px; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; margin-top: 60px;}
.contButtons{ width:780px; margin: 0 auto;}
.redButton{ width: 100px; height: 25px; background: url(images/redButtons.png) no-repeat; float: left; margin-right: 30px; margin-top: 25px}
.redLast{ margin-right: 0 !important;}
.facebook{ background-position: 0 0;}
.twitter{ background-position: -100px 0px}
.vimeo{ background-position: -200px 0px}
.linkedin{ background-position: -300px 0px}
.pinterest{ background-position: -400px 0px}
.behance{ background-position: -500px 0px}


/* +++++++++++++++++++ REALIZADORES +++++++++++++++++ */
.cajaRealizadores{ width:100%; background: #333;}
.contRealizadores{ width: 80%; margin:0 auto; }

.topRealizadores{ 
	margin-top:100px;
	width:150px;
	border-top: 3px solid #E74C4C;
	text-align: right;
	padding-top: 7px;} 
	
.tituloRealizador{
	color:#E74C4C;
	font-size: 4.5em;
	line-height:1.8em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	}	
.textoRealizador{
	padding:40px 0; 
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	line-height:1.8em;
	color:#cccccc;
	min-height:30%;
	font-family: 'Open Sans', sans-serif;
	}
.col{ width: 48%; margin-right:4%; float:left;}
.colLast{ width: 48%; float:left; margin-right:0 !important;}
.colLast a{ text-decoration:none; color:#E74C4C;}
.colLast a:hover{ color:#999999;}

.topRealizador{ 
	margin-top:8%;
	margin-bottom:5%;
	width:150px;
	border-top: 3px solid #E74C4C;
	text-align: right;
	padding-top: 7px;
	}
.bottomRealizador{ 
	margin-top:5%;
	margin-bottom:5%;
	width:150px;
	border-top: 3px solid #E74C4C;
	text-align: right;
	padding-top: 7px;
	}
.realizador{
	color:#FFFFFF;
	width:47%;
	background:#2d2d2d;
	font-size: 2.5em;
	line-height:1em;
	text-transform: uppercase;
	padding:1%;
	font-family: 'DINProBold';
	margin-bottom:1%;
	cursor:pointer;
	float: left;
	margin-right: 1%;
	}
.realizador:hover{
	background:#E74C4C;
	color:#333333;
	}
.contThumbs{

}

.thumbRealizadores{
	width:20%;
	min-height: 100px;
	background-size: cover !important;
	float: left;
	background-position: center center;
	opacity: 0.7;

}
.thumbRealizadores:hover{
	opacity: 1
}
	
/*---------------------------------------- DIVISION TRABAJOS ----------------------------------------*/



.contenedorDivision{
	height:100%;
	width:100%;
	background:url(images/bk-division.gif);
}


.box {
    display: block;
	position:absolute;
	left:54%;
    width: 0.4%;
	-webkit-transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
	-moz-transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
	-o-transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
    height: 0%;
    background-color: #666;
    -webkit-transition:width 0.4s, left 0.4s, height 0.4s;
    -moz-transition:width 0.4s, left 0.4s, height 0.4s;
    -o-transition:width 0.4s, left 0.4s, height 0.4s;
    transition:width 0.4s, left 0.4s, height 0.4s;
    background: url("images/bkinter.jpg") no-repeat center center;
    background-size: cover;
    
}

.box2 {
    display: block;
	position:absolute;
	left:54%;
	margin-left:-0.5% !important;
    width: 0.5%;
	-webkit-transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
	-moz-transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
	-ms-transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
	transform: skew(-10deg,0deg); /* Chrome, Safari, Opera */
    height: 1%;
    background-color: #666;
    -webkit-transition:width 0.4s, left 0.4s, height 0.4s;
    -moz-transition:width 0.4s, left 0.4s, height 0.4s;
    -ms-transition:width 0.4s, left 0.4s, height 0.4s;
    transition:width 0.4s, left 0.4s, height 0.4s;
    background: url("images/bkaudio.jpg") no-repeat center center;
    background-size: cover;
    
}



.animBox{
	height:100%;
	left:49.5%;
	-webkit-transition:width 0.4s, height 0.4s,left 0.4s;
	-moz-transition:width 0.4s, height 0.4s,left 0.4s;
	-o-transition:width 0.4s, height 0.4s,left 0.4s;
    transition:width 0.4s, height 0.4s,left 0.4s;

}
.animBoxdos{
	height:100%;
	left:49.5%;
	-webkit-transition:width 0.4s, height 0.4s,left 0.4s;
	-moz-transition:width 0.4s, height 0.4s,left 0.4s;
	-o-transition:width 0.4s, height 0.4s,left 0.4s;
    transition:width 0.4s, height 0.4s,left 0.4s;
}
.animDerecha{
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
	width:60%;
}

.animIzquierda{
	-webkit-transition:width 0.4s, left 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, left 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, left 0.4s, -ms-transform 0.4s;
    transition:width 0.4s, left 0.4s;
	width:60%;
	left:-10%;
}
.bordeDerecha{
	border-top:4px solid #fff;
	float: right;
	width:0.5%;
	margin-bottom:40px;
	-webkit-transition:width 0.2s, left 0.2s, -webkit-transform 0.2s;
	-moz-transition:width 0.2s, left 0.2s, -moz-transform 0.2s;
	-ms-transition:width 0.2s, left 0.2s, -ms-transform 0.2s;
    transition:width 0.2s;
}
.entraBordeDerecha{
	border-color: #333; 
	width:20%;
	-webkit-transition:width 0.2s, -webkit-transform 0.2s;
	-moz-transition:width 0.2s, -moz-transform 0.2s;
	-ms-transition:width 0.2s, -ms-transform 0.2s;
    transition:width 0.2s;
}
.animBordeDerecha{
	border-color: #E74C4C; 
	-webkit-transition:width 0.4s, margin-left 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, margin-left 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, margin-left 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
	width:50%;
}

.bordeDerecha2{
	border-top:6px solid #333333;
	float: right;
	width:0%;
	margin-bottom:40px;
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
}
.entraBordeDerecha2{
	border-color: #333; 
	width:20%;
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
	
}
.animBordeDerecha2{
	border-color: #E74C4C; 
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
	width:70%;
}
.bordeIzquierda{
	border-top:4px solid #FFFFFF;
	width:0.5%;
	margin-bottom:40px;
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
}
.entrabordeIzquierda{
	border-color: #333; 
	width:20%;
	-webkit-transition:width 0.2s, -webkit-transform 0.2s;
	-moz-transition:width 0.2s, -moz-transform 0.2s;
	-ms-transition:width 0.2s, -ms-transform 0.2s;
    transition:width 0.2s;
}
.animBordeIzquierda{
	border-color: #E74C4C; 
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
	width:50%;
}
.bordeIzquierda2{
	border-top:6px solid #333333;
	width:0.5%;
	margin-bottom:40px;
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
}
.entrabordeIzquierda2{
	border-color: #333; 
	width:20%;
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
	
}
.animBordeIzquierda2{
	border-color: #E74C4C; 
	-webkit-transition:width 0.4s, -webkit-transform 0.4s;
	-moz-transition:width 0.4s, -moz-transform 0.4s;
	-ms-transition:width 0.4s, -ms-transform 0.4s;
    transition:width 0.4s;
	width:70%;
}
.tituloDivision{
	color:#333;
	font-size: 6em;
	line-height:1em;
	text-transform: uppercase;
	font-family: 'DINProBold';
	-webkit-transition:color 0.4s, opacity 0.4s;
	-moz-transition:color 0.4s, opacity 0.4s;
	-ms-transition:color 0.4s, opacity 0.4s;
    transition:color 0.4s, opacity 0.4s;
    margin-bottom: 40px;
    
}
.contActivo{
	position:absolute;
	right:0%;
	top:50%;
	width: 30%;
	margin-top:-150px;
	z-index:1000;
	opacity: 0;
	text-align:right;
	-webkit-transition:right 0.4s;
	-moz-transition:right 0.4s;
	-ms-transition:right 0.4s;
    transition:right 0.4s;
    cursor: pointer;
    -webkit-transition-delay: 2s; /* Safari */
	-moz-transition-delay:2s;
	-o-transition-delay:2s;
    transition-delay: 2s;
	}

.contVisual{
	position:absolute;
	left:0%;
	top:50%;
	width: 30%;
	margin-top:-150px;
	z-index:1000;
	opacity: 0;
	-webkit-transition:left 0.4s;
	-moz-transition:left 0.4s;
	-ms-transition:left 0.4s;
    transition:left 0.4s;
    cursor: pointer;
}	

.entraRight{
	left:9%;
	opacity:1;
	-webkit-transition:left 0.4s, opacity 0.4s;
	-moz-transition:left 0.4s, opacity 0.4s;
	-ms-transition:left 0.4s, opacity 0.4s;
    transition:left 0.4s, opacity 0.4s;
}

.entraLeft{
	right:9%;
	opacity:1;
	-webkit-transition:right 0.4s, opacity 0.4s;
	-moz-transition:right 0.4s, opacity 0.4s;
	-ms-transition:right 0.4s, opacity 0.4s;
    transition:right 0.4s, opacity 0.4s;
}
.moveRight{
	left:9%;
	-webkit-transition:left 0.4s;
	-moz-transition:left 0.4s;
	-ms-transition:left 0.4s;
    transition:left 0.4s;
}
.moveLeft{
	right:9%;
	-webkit-transition:right 0.4s;
	-moz-transition:right 0.4s;
	-ms-transition:right 0.4s;
    transition:right 0.4s;
}	
.animTitulo{
	color:#E74C4C;
}


/*---------------------------------------- EFECTOS ----------------------------------------*/
/* ------------- haciaIzquierda -------------*/
@keyframes haciaIzquierda
{
0%		{ transform: rotateY(-90deg);}
/*
 0%		{ transform: rotateY(-90deg);transform-origin:right;}
 */
100%	{ transform: rotateY(0deg)}
}
@-webkit-keyframes haciaIzquierda
{
0%		{-webkit-transform: rotateY(-90deg);}
/*
0%		{-webkit-transform: rotateY(-90deg);transform-origin:right;}
*/
100%	{-webkit-transform: rotateY(0deg)}
}
@-moz-keyframes haciaIzquierda
{
0%		{-moz-transform: rotateY(-90deg);}
/*
0%		{-moz-transform: rotateY(-90deg);transform-origin:right;}
*/
100%	{-moz-transform: rotateY(0deg);}
}
@-ms-keyframes haciaIzquierda
{
0%		{-ms-transform: rotateY(-90deg);}
/*
0%		{-ms-transform: rotateY(-90deg);transform-origin:right;}
*/
100%	{-ms-transform: rotateY(0deg);}
}
/* ------------- haciaDerecha -------------*/
@keyframes haciaDerecha 
{
0%		{transform: rotateY(90deg);}
/*
0%		{transform: rotateY(90deg);transform-origin:left;}
*/
100%	{transform: rotateY(0deg);}
}
@-webkit-keyframes haciaDerecha
{
0%		{-webkit-transform: rotateY(90deg);}
/*
0%		{-webkit-transform: rotateY(45deg);transform-origin:left;}
*/
100%	{-webkit-transform: rotateY(0deg);}
}
@-moz-keyframes haciaDerecha
{
0%		{-moz-transform: rotateY(90deg);}
/*
0%		{-moz-transform: rotateY(90deg);transform-origin:left;}
*/
100%	{-moz-transform: rotateY(0deg);}
}
@-ms-keyframes haciaDerecha
{
0%		{-ms-transform: rotateY(90deg);}
/*
0%		{-ms-transform: rotateY(90deg);transform-origin:left;}
*/
100%	{-ms-transform: rotateY(0deg);}
}




/* ------------- logoDerecha -------------*/
@keyframes logoDerecha 
{
0%		{transform: rotateY(90deg);}
/*
0%		{transform: rotateY(90deg);transform-origin:left;}
*/
100%	{transform: rotateY(0deg);}
}
@-webkit-keyframes logoDerecha
{
0%		{-webkit-transform: rotateY(90deg);}
/*
0%		{-webkit-transform: rotateY(45deg);transform-origin:left;}
*/
100%	{-webkit-transform: rotateY(0deg);}
}
@-moz-keyframes logoDerecha
{
0%		{-moz-transform: rotateY(90deg);}
/*
0%		{-moz-transform: rotateY(90deg);transform-origin:left;}
*/
100%	{-moz-transform: rotateY(0deg);}
}
@-ms-keyframes logoDerecha
{
0%		{-ms-transform: rotateY(90deg);}
/*
0%		{-ms-transform: rotateY(90deg);transform-origin:left;}
*/
100%	{-ms-transform: rotateY(0deg);}
}

/* ------------- posInicial -------------*/

@keyframes posInicial 
{
0%		{-moz-transform: translateX(100%);}
100%	{-moz-transform: translateX(0%);}
}
@-webkit-keyframes posInicial
{
0%		{-webkit-transform: translateX(100%);}
100%	{-webkit-transform: translateX(0%);}
}
@-moz-keyframes posInicial
{
0%		{-moz-transform: translateX(100%);}
100%	{-moz-transform: translateX(0%);}
}
@-ms-keyframes posInicial
{
0%		{-moz-transform: translateX(100%);}
100%	{-moz-transform: translateX(0%);}
}

/* ------------- SCROLLBARS -------------*/

::-webkit-scrollbar {  
    width: 10px;  
    height: 10px;
}  
::-webkit-scrollbar-track {  
    background-color: #333;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #E74C4C;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #E74C4C;  
}  


