

#sidebar h2 {
	font-size: 10pt;
	color: #7E8068;
	font-weight : bold;
	margin-top : 2pt;
	margin-bottom : 6pt;
}

#sidebar ul {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

#sidebar a {
	color: #5B2B22;
	font-weight : bold;
}


#sidebar li {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	line-height: 150%;
	font-size: 9pt;
}

#sidebar td {
	font-size: 9pt;
}

.adsense_sidebar{
position:absolute;
top:125px;
left:0px;
width:160px;
height:600px;

}


.linea_espaciadora{
  position:relative;
  top:0px;
  width:700px;
  height:1px;
  margin:10px auto 10px auto;
  
}
.linea_espaciadora2{
  position:relative;
  top:0px;
  width:530px;
  height:1px;
  margin:10px auto 10px auto;
  
}

/*mnu*/


#menu1{
  position:relative;
  top:0px;
/*  left:150px;
  float:left;*/


  height:25px;
  margin-left:auto;
  margin-right:auto;
  padding-left:90px;


background-color:rgb(229,216,166);

}

#menu1 a {
	font-weight:bold;
}

#navi {  
	list-style:none;
	margin:0;
	padding:0;

}
#navi li {
	margin:0px;
	padding:0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	float:left;
/*	width:100px;*/
	height:20px;
}


#navi li a {
  display:block; /*Convertimos el vínculo en un bloque.*/
 /* background-image:url(../images/silueta-yate2.png);
  background-position: center bottom;*/
	padding:0px 5px;
	text-decoration:none;
	text-align:center;
	font-size:1em;
	color:#666;
	height:20px;
}

#navi li a:hover { /*Ahora vamos con el hover:*/

/*	border: 1px dotted #FCF;*/
/*	background-color:#003366;*/
/*  background-image:url(../images/silueta-yate2-hov.png);*/

}
#navi li a:link, #navi li a:active  { /*Ahora vamos con el hover:*/
  border:none;
}

#inicio{
  width:100px;
  background:transparent url(../images/pbmt.gif) no-repeat center center;
  }
#inicio.on{
  background:transparent url(../images/pbmts.gif) no-repeat center center;
}

  
#descargas{
  width:100px;  
  background:transparent url(../images/pbmtm1.gif) no-repeat center center;
  }
#descargas.on{
  background:transparent url(../images/pbmtsm1.gif) no-repeat center center;
}

#historia{
  width:100px;
  background:transparent url(../images/btn_hist_off.jpg) no-repeat center center;
}
#historia.on{
  background:transparent url(../images/btn_hist_on.jpg) no-repeat center center;
}
.espacia-menu{
  width:15px;
  background:transparent url(../images/ptd.gif) no-repeat center center;
}

#footer{
  width:100%;
  text-align:center;
  padding:15px;
}