*{
	border: 0;
	margin: 0;
	padding: 0;
}

body{
	background: #FFF url(../img/punto-gris.png) center 100% repeat;
	font-family: sans-serif;
}

header{
	margin-top: 80px;
	background: #FFF url(../img/fondo.jpg) center 100% repeat-x;
	border-top: 4px solid #061337;
	border-bottom: 2px solid #3c528b;
	height: 478px;
	text-align: center;
}

footer{
	height: 104px;
}

#headcontenedor{
	background: #FFF url(../img/fondo-logos.jpg);
	height: 100%;
	margin: 0px auto;
	text-align: center;
	width: 960px;
}

#navegador{
	position: relative;
	text-align: center;
}

#equipos{
	background: url(../img/equipos.png);
	height: 94px;
	left: 80px;
	position: absolute;
	top: 65px;
	width: 198px;
}

#trumpf{
	background: url(../img/trumpf.png);
	display: block;
	height: 107px;
	left: 125px;
	position: absolute;
	top: 306px;
	width: 110px;
}

#fabrica{
           background: url(../img/fabrica.png);
           display: block;
           height: 94px;
           right: 138px;
           position: absolute;
           top: 80px;
           width: 198px;
}

#iblc{
	background: url(../img/ib-lc.png);
	display: block;
	height: 41px;
	right: 87px;
	position: absolute;
	top: 329px;
	width: 268px;
}

#fanuc{
	background: url(../img/fanuc.png);
	display: block;
	height: 40px;
	right: 356px;
	position: absolute;
	top: 429px;
	width: 186px;
}

#footcontenedor{
	background: url(../img/footer.png);
	height: 100%;
	margin: 0px auto;
	text-align: center;
	width: 960px;
}

.bot{
	transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
}

.bot:hover{
	transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
}

.bot:active{
	transform: scale(1.0,1.0);
}