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

html,body{
	height:100%;
	margin:0;
	/*background:url(../img/bg.jpg) repeat-x top;*/
	font-family: sans-serif;
}
.bg{
	position:absolute;
	width:100%;
	border-top:solid 40px #000;
	min-height:40px;
	/*height:40px;
	background-color:#000;*/
	top:0;
	left:0;
}
.barra-superior{
	width:100%;
	height:40px;
	background-color:#000;
	position:relative;
}
.barra-superior h3{
	font-size:20px;
	color:#FFF;
	font-family: 'ColaborateLightRegular', sans-serif;
	padding-top: 10px;
	margin: 0px 6px;
	font-weight:normal;
}
.btn-cotacto{
	width:88px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#000000;
	text-align:center;
	background-color:#ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 12px 12px #ADADAD inset;
	border:solid 1px #333333;
	cursor:pointer;
}
.btn-cotacto:hover{
	background-color:#e3e3e3;
}

.barra-superior .btn-cotacto{
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-44px;
}



.home{
	width:478px;
	left:50%;
	position:relative;
	margin-left:-239px;
}
.viters{
	display:block;
	width:100%;
	height:715px;
	position:relative;
	box-shadow: 0px 0px 22px #000;
	overflow:hidden;
	/*border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;*/
}
.studio-h{
	width:478px;
	height:100%;
	float:left;
	position:relative;
	background:url(../img/bg-a.jpg) no-repeat -20px;
	/*border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;*/
}
.studio-h h3{
	margin:0;padding:0;
	font-size:56px;
	color:#FFF;
	position:absolute;
	left:24px;
	top:46px;
	font-family: 'ColaborateThinRegular', sans-serif;
	font-weight:normal;
	
	opacity:0.5;
	text-shadow: 0px 0px 12px #000000;
}
.studio-h .txtHome{
	position:absolute;
	top:144px;
	left:24px;
	opacity:0.5;
}
.studio-h .txtHome p{
	color:#FFF;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	line-height:17px;	
}
.labs-h{
	width:478px;
	height:100%;
	float:left;
	position:relative;
	background:url(../img/bg-r.jpg) no-repeat -20px;
	cursor:pointer;
	
	/*border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;*/
}
.labs-h h3{
	margin:0;padding:0;
	font-size:56px;
	color:#FFF;
	position:absolute;
	right:24px;
	top:46px;
	font-family: 'ColaborateThinRegular', sans-serif;
	font-weight:normal;
	
	opacity:0.5;
	text-shadow: 0px 0px 12px #ADADAD;
}
.labs-h .txtHome{
	position:absolute;
	top:144px;
	right:24px;
	opacity:0.5;
}
.labs-h .txtHome p{
	font-size:12px;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	text-align:right;
	line-height:17px;
}
.sombra{
	width:100%;
	float:left;
	height:46px;
	background:url(../img/sombra-h.jpg) no-repeat center top;	
}
.logos{
	width:100%;
	position:relative;
	
}
.footer{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	padding-top:20px;
	padding-bottom:20px;
}

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

/*<label><span>Nombre:</span><input type="text" id="nombre" class="inputTxt" /></label>
        <label><span>Mail:</span><input type="text" id="mail" class="inputTxt" /></label>
        <label><span>Tel&eacute;fono:</span><input type="text" id="telefono" class="inputTxt" /></label>
        <textarea id="mensaje" class="txtarea"></textarea>
    	<div id="bottom"><span class="rta"></span><button id="btnSend">Enviar</button></div>*/

#contact{
	position:absolute;
	opacity:0;
	top:-500px;/*65px;*/
	left:50%;
	margin-left:-123px;
	padding:15px;
	min-width:216px;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0px 3px 12px #000;
	border:solid 1px #333333;
	background-color:#000000;
	
	z-index:1000;
	
}
a.cerrar{
	text-decoration: none;
	padding: 5px;
	position: absolute;
	top: 2px;
	right: 6px;
	font-size: 18px;
	font-family: sans-serif;
	color: #3B4957;
}
a.cerrar:hover{
	color: lightSlateGray;
}

#contact h3{
	margin-top:25px;
	font-size:24px;
	font-weight:normal;
	font-family: 'ColaborateThinRegular', sans-serif;
}
#contact p{
	margin-top:25px;
	margin-bottom:25px;
} 
#contact label{
	display:block;
	height:38px;
	width:220px;
	position:relative;
	margin-bottom:6px;
}
#contact label span{
	position:absolute;
	top:10px;
	right:164px;
	font-size:12px;
}
#contact .inputTxt{
	float:right;
	padding-left:5px;
	width:150px;
	height:32px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 5px 32px #050505 inset;
	border:solid 1px #333333;
	background-color:#151515;
	color:#FFFFFF;
}
#contact #mensaje{
	font-family:Arial, Helvetica, sans-serif;
	width:215px;
	height:102px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 5px 32px #050505 inset;
	border:solid 1px #333333;
	background-color:#151515;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:20px;
}
#contact #rtaContact{
	float: left;
	width: 150px;
	color: yellow;
	margin-top: 0px;
}
#contact #btnSend{
	float:right;
	padding:6px 14px;
	color:#000000;
	text-align:center;
	background-color:#666666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 12px 12px #ADADAD inset;
	border:solid 1px #333333;
	cursor:pointer;
}
#contact #btnSend:hover{
	background-color:#888888;
}

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



/*----- MENU GENERAL -----*/
.titulos{
	position:absolute;
	top:160px;
	right:0;
	width:315px;
}
.titulos .seccion{
	position:absolute;
	top:-35px;
	right:15px;
	font-size: 32px;
	color: #000;
	font-family: 'ColaborateThinRegular', sans-serif;
	font-weight: normal;
	text-transform:capitalize;
}
.titulos .negro{
	position:absolute;
	left: -10px;
	top: 0;
	margin: 0;
	padding: 5px 0 5px 10px;
	font-size: 20px;
	color: white;
	font-family: 'ColaborateThinRegular', sans-serif;
	font-weight: normal;
	background-color:#000;
	width:100%;
	display:block;
}
.titulos ul.menuLateral{
	position:absolute;
	left: 3px;
	top: 30px;
	margin: 0;
	padding: 0;
	font-size: 50px;
	color: white;
	font-family: 'ColaborateThinRegular','OpenSans-Light',  sans-serif;
	font-weight: normal;
	text-shadow: 0px 0px 12px black;
	width:290px;
	/*line-height: 53px;*/
}
.titulos ul.menuLateral li{
	position:relative;
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:left;
	opacity: 0.5;
	cursor:pointer;
	/*margin-left:-70px;*/
}

.titulos ul.menuLateral li a{
	text-decoration:none;
	color:#fff;	
}
.titulos ul.menuLateral li.active{
	opacity: 1;
}
.titulos ul.menuLateral li.active span, .titulos ul.menuLateral li.active a span{
	text-shadow: 0px 0px 22px #FEFE5F;
}
.titulos ul.menuLateral li p, .titulos ul.menuLateral li a p{
	font-family: 'OpenSans-Light',  sans-serif;
	display:none;
	font-size: 15px;
	padding: 0;
	margin: 0;
	width: 290px;
	opacity: 1;
}
/*
.titulos ul.menuLateral li{
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
	-webkit-transform:  rotate(0deg) scale(0.5) skew(1deg) translate(0px);
	-moz-transform:  rotate(0deg) scale(0.5) skew(1deg) translate(0px);
	-o-transform:  rotate(0deg) scale(0.5) skew(1deg) translate(0px);
}
.titulos ul.menuLateral li:hover{
	-webkit-transform:  rotate(0deg) scale(1) skew(1deg) translate(70px);
	-moz-transform:  rotate(0deg) scale(1) skew(1deg) translate(70px);
	-o-transform:  rotate(0deg) scale(1) skew(1deg) translate(70px);
}*/

/*----- FIN MENU GENERAL -----*/


/*----- HEADER SUPERIOR -----*/
.header-port{
	position:relative;
	width:100%;
	height:190px;
	border-bottom:dashed 1px #000;
	text-align:right;
	font-family: 'ColaborateThinRegular', sans-serif;
	font-size:15px;
}
.menuTop{
	position:absolute;
	top:0;
	right:0px;
	width:400px;
	height:20px;
	text-align:right;
	font-family: 'ColaborateThinRegular', sans-serif;
	font-size:15px;
	
}
.header-port #textoSeccion{
	color: #04AEAD;
	position: absolute;
	top: 35px;
	left: 45px;
	width: 390px;
	text-align: left;
	font-family: 'OpenSans-Light',  sans-serif;
	font-size: 21px;
}
.header-port a, .menuTop a{
	color:#666;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	display:inline-block;
}
.menuTop a{
	/*background-color:#fff;*/
	color:#000;
}
.header-port a:hover{
	color:#000;
}
.menuTop a:hover{
	color:#000;
	background-color:#FEFE5F;
}
.header-port a.active, .menuTop a.active{
	color:#000;
	text-decoration:underline;
}
.header-port .barra, .menuTop .barra{
	color:#666;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
}
.header-port .menu{
	position:absolute;
	top:5px;
	right:5px;
	width:100%;
}
.header-port .secciones{
	position:absolute;
	bottom:5px;
	right:5px;
	/*font-family: 'OpenSans-Light',  sans-serif;
	font-size:87%;
	*/
}

/*----- FIN HEADER SUPERIOR -----*/

/*
.btn-lateral-labs{
	position:absolute;
	top:35px;
	right:0px;
	width:35px;
	height:87px;
	background:url(img/btn-labs.png) no-repeat -39px top;
	cursor:pointer;
}
.btn-lateral-labs:hover{
	background:url(img/btn-labs.png) no-repeat 0px top;
}*/


/*--*/
.btn-lateral-labs{
	color: white;
	border-radius: 10px 10px 0 0;
	background:url(../img/bg-r.jpg) no-repeat -39px top;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	height: 25px;
	width: 90px;
	padding-top: 7px;
	text-align: center;
	position: absolute;
	top: 70px;
	right: -29px;
	line-height: 18px;
	box-shadow: 0 0 5px #666;
	cursor: pointer;
	opacity:0.7;
}
.btn-lateral-labs:hover{
}



#todo-in{
	display:table;
	width:100%;
	height:100%;
	overflow:auto;
	float:left;
	background:url(../img/bg-a-c.jpg) repeat-y -52px top;/*04AEAD*/
}
#contenedor{
	/*display:table-cell;*/
	position:relative;
	margin-left:478px;
	min-width:478px;
	/*height:800px;*/
}
.lateral{
	float:left;
	position:relative;
	width:478px;
	/*height:100%;*/
	
	z-index:20;
	
	/*width:auto;
		
	border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;*/
}

#abajo{
	position:absolute;
	left:0;
	bottom:-100px;
	height:100px;
	width:100%;
}

#contenido{
	padding-top:24px;
	/*padding-left:46px;*/
	display: table-row;
}
#contenido .bloque{
	position:relative;
	width:425px;
	height:283px;
	float:left;
	display:inline-block;
	cursor:pointer;
	clear:left;
}
#contenido .bloque h3{
	padding:4px;
	color:#000;
	opacity:0.5;
	position:absolute;
	left:42px;
	top:5px;
	max-width:200px;
	z-index:10;
	/*font-family: 'ColaborateThinRegular', sans-serif;
	font-size:30px;*/
	font-family: 'OpenSans-Light',  sans-serif;
	font-size:25px;
}
#contenido .bloque .texto{
	position:absolute;
	left:46px;
	top:72px;
	font-family:arial;
	font-size:12px;
	color:#666;
	opacity:0.5;
	width:180px;
	max-height:180px;
	overflow:hidden;
	z-index:10;
}
#contenido .bloque .img-diag{
	position:absolute;
	top:0px;
	left:0px;

}
#contenido .bloque .img-diag .diag{
	position:absolute;
	top:0px;
	left:16px;
	z-index:5;
	width:300px;
	height:263px;
	background:url(../img/img-diag.png) no-repeat -16px top;
}
#contenido .bloque .img-diag img{
	position:absolute;
	left:214px;
	top:67px;
	width:203px;
	height:143px;
	box-shadow: 0px 0px 12px #666;
	z-index:1;
}

.salto{
	float:left;width:100%;clear:both;display:none;min-height:1px;
}
.mas{
	float:left;padding-left:215px;margin-top:-30px;clear:both;overflow:hidden;display:none;
	
}
.mas a{text-decoration:none;}
.mas img,.mas p{
	float:left;
	max-width: 100%;
	height: auto;
	clear:both;
	margin: 0 15px 15px 0;
	border:0;
}
.mas img{
}
.mas p{
	font-family: arial, helvetica, sans-serif;
	color:#333;
	font-size:12px;
}
.volver{width:100%;height:auto;cursor:pointer;}

.loader{
	width:200px;
	height:200px;
	background:url(../img/350.gif) center top no-repeat;
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-100px;	
	opacity:0.2;
}

/*---SHADOWBOX---*/
#sb-title, #sb-info {
	z-index: 10;
	width: 97%;
	position: fixed;
	margin: 0;
	left: 0;
	padding: 3px;
	padding-right: 50px;
	padding-left: 10px;
	margin-left: -6px;
	background-color:#000;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
    /* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}
#sb-title{ top:0;}
#sb-info { bottom:0;}