.bloque {
	display: block;
}
.bloque strong {
	display: none;
}

#botonera {
	background: #3c3c46;
	height: 95px;
	padding-top: 20px;
}
#botonera .botones {
	height: 30px;
	position: relative;
}
#botonera .botones li {
	display: block;
	float: left;
	margin-left: 48px;
}
#botonera .botones .btn-home {
	background: url(../img/btn-home.gif);
	height: 30px;
	width: 75px;
}
#botonera .botones .btn-whow {
	background: url(../img/btn-who.gif);
	height: 30px;
	width: 173px;
}
#botonera .botones .btn-stra {
	background: url(../img/btn-strategy.gif);
	height: 30px;
	width: 107px;
}
#botonera .botones .btn-serv {
	background: url(../img/btn-services.gif);
	height: 30px;
	width: 113px;
}
#botonera .botones .btn-indi {
	background: url(../img/btn-indieblog.gif);
	height: 30px;
	width: 121px;
}
#botonera .botones .btn-cont {
	background: url(../img/btn-contact.gif);
	height: 30px;
	width: 98px;
}
#botonera .botones a:hover, #botonera .botones a.select  {
	background-position: left bottom;
}
#botonera .botones li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 65px;
}
#botonera .botones li ul li {
	float: left;
	color: #00B79B;
	margin: 0px;
}
#botonera .botones li ul li a {
	color: #00B79B;
	text-decoration: none;
	font: 17px Arial, Helvetica, sans-serif;
}
#botonera .botones li ul li a:hover {
	color: #FFF;
}


#botonera .separador {
	height: 33px;
	background: url(../img/fnd-slide-botonera.gif) repeat-x left bottom;
	overflow: hidden;
	text-align: left;
}
#botonera .separador img {
	margin-left: -22px;
}

#botonera .subsecciones {
	height: 30px;
	background: #063;
}

