
* {
	margin:0;
	padding: 0;
	list-style: none;
	text-decoration:none;
}

img {
	border: none;
}

body {
	font-family: Verdana;
	font-size:12px;
	/*color:#9ea0a3;*/
	color:#333333;
	background-color: #a2e1f8;
}

h1 {
	font-size: 18px;
	color:#333333;
	font-weight: normal;
}

#wrap {
	width: 925px;
	margin: 0 auto;
}

a {
	color:#333333;
}

#contenedor {
	width: 925px;
	float: left;
}
.clear {
	clear: both;
	visibility: hidden;
}

#fondo_top {
	padding-top: 20px;
	background: url(../gfx/fondo_top.jpg) repeat-x top #fff;*/
}

#fondo_down {
	background: url(../gfx/fondo_down.jpg) repeat-x bottom;
}

#top {
	width: 925px;
/*	padding: 20px 0 23px 0;*/
	float: left;
/*	background: url(../gfx/fondo_logostop.jpg) no-repeat top;*/
	text-align: center;
	margin-bottom: 26px;
}

#top img {
	margin-right: 92px;
}

#botonera {
	width: 925px;
	float: left;
	margin-bottom: 26px;
}

#botonera ul {
	width: 902px;
	float: left;
}

#botonera ul li {
	float: left;
}

#botonera ul li span {
	display: none;
}

#botonera ul li #btn_inicio {
	width: 80px;	
	height: 36px;
	background: url(../gfx/botonera/btn_inicio.gif) no-repeat;
	display:block;
}

#botonera ul li #btn_laempresa {
	width: 133px;
	height: 36px;
	background: url(../gfx/botonera/btn_empresa.gif) no-repeat;
	display:block;
}

#botonera ul li #btn_motos {
	width: 84px;
	height: 36px;
	background: url(../gfx/botonera/btn_motos.gif) no-repeat;
	display:block;
}

#botonera ul li #btn_repuestos {
	width: 126px;
	height: 36px;
	background: url(../gfx/botonera/btn_repuestos.gif) no-repeat;
	display:block;
}

#botonera ul li #btn_distribuidores {
	width: 179px;
	height: 36px;
	background: url(../gfx/botonera/btn_distribuidores.gif) no-repeat;
	display:block;
}

#botonera ul li #btn_bardahl {
	width: 106px;
	height: 36px;
	background: url(../gfx/botonera/btn_bardahl.gif) no-repeat;
	display:block;
}

#botonera ul li #btn_contactenos {
	width: 155px;
	height: 36px;
	background: url(../gfx/botonera/btn_contactenos.gif) no-repeat;
	display:block;
}
 
#botonera ul li #btn_inicio:hover,
#botonera ul li #btn_laempresa:hover,
#botonera ul li #btn_motos:hover,
#botonera ul li #btn_repuestos:hover,
#botonera ul li #btn_distribuidores:hover,
#botonera ul li #btn_bardahl:hover,
#botonera ul li #btn_contactenos:hover,

#inicio #botonera ul li #btn_inicio,
#empresa #botonera ul li #btn_laempresa,
#motos #botonera ul li #btn_motos,
#repuestos #botonera ul li #btn_repuestos,
#distribuidores #botonera ul li #btn_distribuidores,
#bardahl #botonera ul li #btn_bardahl,
#contactenos #botonera ul li #btn_contactenos
{
	background-position: bottom;
}

#main {
	width: 875px;
	padding-left: 50px;
	float: left;
}

#logos_down {
	width: 925px;
	float: left;
	margin-bottom: 26px;
	text-align: center;
}

#info_down {
	width: 824px;
	float: left;
	margin: 0 0 26px 0;
}

#info_down p {
	margin-bottom: 20px;
}

.seccion {
	width: 824px;
	float: left;
	margin-bottom: 26px;
}
.panel-overlay h1{
	color:#cccccc;
}

