@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../img/fondo-home.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000;
	width:100%;
	}
.title{
	width:650px;
	height:340px;
	position:absolute;
	top:200px;
	left:160px;
	background:transparent url(title.png) no-repeat top left;
	}
#content{
	margin:0 auto;
	margin-top:-44px;
	}
.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
	}
.navigation .item{
    position:absolute;
	}
.contacto{
    top:150px;
    left:215px;
	}
.empresa{
   top:120px;
   left:425px;
	}
.equipo-home{
   top:150px;
   left:655px;
	}
.instalaciones{
   top:280px;
   left:790px;
	}
.servicios{
   top:415px;
   left:740px;
	}
.clientes{
   top:500px;
   left:550px;
	}
.staff{
   top:500px;
   left:325px;
	}
.audio{
   top:415px;
   left:145px;
	}
.video{
   top:280px;
   left:85px;
	}
a.icon{
    width:92px;
    height:92px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
	}
.contacto a.icon{
    background:transparent url(../img/menu/1.png) no-repeat 0px 0px;
	}
.empresa a.icon{
    background:transparent url(../img/menu/2.png) no-repeat 0px 0px;
	}
.equipo-home a.icon{
    background:transparent url(../img/menu/3.png) no-repeat 0px 0px;
	}
.instalaciones a.icon{
    background:transparent url(../img/menu/4.png) no-repeat 0px 0px;
	}
.servicios a.icon{
    background:transparent url(../img/menu/5.png) no-repeat 0px 0px;
	}
.clientes a.icon{
    background:transparent url(../img/menu/6.png) no-repeat 0px 0px;
	}
.staff a.icon{
    background:transparent url(../img/menu/7.png) no-repeat 0px 0px;
	}
.audio a.icon{
    background:transparent url(../img/menu/8.png) no-repeat 0px 0px;
	}
.video a.icon{
    background:transparent url(../img/menu/9.png) no-repeat 0px 0px;
	}
.navigation .item a.active{
    background-position:0px;
	}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:92px;
    height:92px;
    opacity:0.1;
	}
.item ul{
    list-style:none;
    position:absolute;
    top:95px;
    left:10px;
    display:none;
	}
.item ul li a{
    font-size:25px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    float:left;
    clear:both;
    width:100px;
	font-family:"BebasNeue";
	text-align:center;
	}
/*.item ul li a:hover{
    background-color:#fff;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
	}*/
/*Banner*/
.pikachoose {
	width: 649px; 
	margin: 0 auto;
	}
.pika-stage {
	position: relative; 
	width: 649px; 
	height:340px;
	}
.pika-stage .pika-aniwrap, .pika-stage .main-image {
	position: absolute; 
	top: 0; 
	left: 0;
	}
.pika-stage .pika-aniwrap{
	width:100%;
	}
.pika-stage .pika-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0 auto;
	}
.pika-stage img {
	border:0;
	height:100%;
	}
.pika-textnav, .pika-imgnav {
	display:none;
	}
.pika-counter{
	position: absolute;
	bottom: -20px;
	left:15px;
	font-size:11px;
	display:none;
	}
#pikame{
	display:none;
	}
/*Banner*/