/***** MENU 01*****/
#contenedorMenu {

	height: 315px;
	width: 240px;
	float: none;
	left: 0px;
	
}
#menu {
	top:0px;
	left:0px;
	height: 194px;
	width: 240px;
	position:relative;
	background:url(../img2005/menu01_fondo.gif) no-repeat left top;

}


#menu ul {
	position: relative;
	width:200px;
	height: 168px;
	margin: 0px;
	padding: 0px;
	left: 20px;
	top: 0px;
}

#menu span {
	display:none;
}


#span{	
	display:none
}

#menu li{
    padding: 0px;
	margin:0px ;
	list-style:none;
}

#inicio  a{ position:absolute; width:200px; height:24px; top:0px; bottom:0px; text-decoration:none; background:url(../img2005/bt_inicio.gif) no-repeat 0px 0px;  }
#quienes  a{ position:absolute; width:200px; height:24px; top:24px; bottom:0px; text-decoration:none; background:url(../img2005/bt_quienesSomos.gif) no-repeat 0px 0px;  }
#servicios a{ position:absolute; width:200px; height:24px; top:48px; bottom:0px; text-decoration:none; background:url(../img2005/bt_servicios.gif) no-repeat 0px 0px; }
#clientes a{ position:absolute; width:200px; height:24px; top:72px; bottom:0px; text-decoration:none; background:url(../img2005/bt_clientes.gif) no-repeat 0px 0px; }
#paquetes a{ position:absolute; width:200px; height:24px; top:96px; bottom:0px; text-decoration:none; background:url(../img2005/bt_paquetes.gif) no-repeat 0px 0px; }
#contactanos a{ position:absolute; width:200px; height:24px; top:120px; bottom:0px; text-decoration:none; background:url(../img2005/bt_contactanos.gif) no-repeat 0px 0px; }
#pagos a{ position:absolute; width:200px; height:24px; top:144px; bottom:0px; text-decoration:none; background:url(../img2005/bt_payPal.gif) no-repeat 0px 0px; }


li#inicio a:hover, li#quienes a:hover, li#servicios a:hover, li#clientes a:hover, li#paquetes a:hover,  li#contactanos a:hover,  li#pagos a:hover { background-position: -200px 0px; }

#inicioActivo{ position:absolute; width:200px; height:24px; top:0px; bottom:0px; text-decoration:none; background:url(../img2005/bt_inicio.gif) no-repeat -400px 0px;  }
#quienesActivo{ position:absolute; width:200px; height:24px; top:24px; bottom:0px; text-decoration:none; background:url(../img/bt_quienesSomos.gif) no-repeat -400px 0px;  }
#serviciosActivo{ position:absolute; width:200px; height:24px; top:48px; bottom:0px; text-decoration:none; background:url(../img/bt_servicios.gif) no-repeat -400px 0px; }
#clientesActivo{ position:absolute; width:200px; height:24px; top:72px; bottom:0px; text-decoration:none; background:url(../img/bt_clientes.gif) no-repeat -400px 0px; }
#paquetesActivo{ position:absolute; width:200px; height:24px; top:96px; bottom:0px; text-decoration:none; background:url(../img/bt_paquetes.gif) no-repeat -400px 0px; }
#contactanosActivo{ position:absolute; width:200px; height:24px; top:120px; bottom:0px; text-decoration:none; background:url(../img/bt_contactanos.gif) no-repeat -400px 0px; }
#pagosActivo{ position:absolute; width:200px; height:24px; top:144px; bottom:0px; text-decoration:none; background:url(../img/bt_payPal.gif) no-repeat -400px 0px; }
