﻿#menu
{
	position:absolute;
	left:200px;
	top:30px;
}

#menu li.liMenu
{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	background-image:none;
}

#menu li.liMenu a
{
	display:block;
	height:39px;
	overflow:hidden;
	text-indent:-2000px;
	border:none;
}

.Minicio:link, .Minicio:visited
{
	background: url(img/menuInicio.png) no-repeat 0 0;
	width:61px;
}

.Minicio:hover, .Minicio:active
{
	background: url(img/menuInicio.png) no-repeat 0 100%;
}

.Mhistoria:link, .Mhistoria:visited
{
	background: url(img/menuHistoria.png) no-repeat 0 0;
	width:83px;
}

.Mhistoria:hover, .Mhistoria:active
{
	background: url(img/menuHistoria.png) no-repeat 0 100%;
}

.Mproductos:link, .Mproductos:visited
{
	background: url(img/menuProductos.png) no-repeat 0 0;
	width:93px;
}

.Mproductos:hover, .Mproductos:active
{
	background: url(img/menuProductos.png) no-repeat 0 100%;
}

.Mclientes:link, .Mclientes:visited
{
	background: url(img/menuClientes.png) no-repeat 0 0;
	width:118px;
}

.Mclientes:hover, .Mclientes:active
{
	background: url(img/menuClientes.png) no-repeat 0 100%;
}

.Mtalleres:link, .Mtalleres:visited
{
	background: url(img/menuTalleres.png) no-repeat 0 0;
	width:83px;
}

.Mtalleres:hover, .Mtalleres:active
{
	background: url(img/menuTalleres.png) no-repeat 0 100%;
}

.Mcontacto:link, .Mcontacto:visited
{
	background: url(img/menuContacto.png) no-repeat 0 0;
	width:84px;
}

.Mcontacto:hover, .Mcontacto:active
{
	background: url(img/menuContacto.png) no-repeat 0 100%;
}

/* -------------------------------------------------------------------------- */
/* Menu en Inglés */
/* -------------------------------------------------------------------------- */


.Minicio_en:link, .Minicio_en:visited
{
	background: url(img/menuInicio_en.png) no-repeat 0 0;
	width:61px;
}

.Minicio_en:hover, .Minicio_en:active
{
	background: url(img/menuInicio_en.png) no-repeat 0 100%;
}

.Mhistoria_en:link, .Mhistoria_en:visited
{
	background: url(img/menuHistoria_en.png) no-repeat 0 0;
	width:79px;
}

.Mhistoria_en:hover, .Mhistoria_en:active
{
	background: url(img/menuHistoria_en.png) no-repeat 0 100%;
}

.Mproductos_en:link, .Mproductos_en:visited
{
	background: url(img/menuProductos_en.png) no-repeat 0 0;
	width:93px;
}

.Mproductos_en:hover, .Mproductos_en:active
{
	background: url(img/menuProductos_en.png) no-repeat 0 100%;
}

.Mclientes_en:link, .Mclientes_en:visited
{
	background: url(img/menuClientes_en.png) no-repeat 0 0;
	width:84px;
}

.Mclientes_en:hover, .Mclientes_en:active
{
	background: url(img/menuClientes_en.png) no-repeat 0 100%;
}

.Mtalleres_en:link, .Mtalleres_en:visited
{
	background: url(img/menuTalleres_en.png) no-repeat 0 0;
	width:143px;
}

.Mtalleres_en:hover, .Mtalleres_en:active
{
	background: url(img/menuTalleres_en.png) no-repeat 0 100%;
}

.Mcontacto_en:link, .Mcontacto_en:visited
{
	background: url(img/menuContacto_en.png) no-repeat 0 0;
	width:78px;
}
 
.Mcontacto_en:hover, .Mcontacto_en:active
{
	background: url(img/menuContacto_en.png) no-repeat 0 100%;
}

/* -------------------------------------------------------------------------- */
/* Menu Administrador */
/* -------------------------------------------------------------------------- */

.sMenu
{
	
}

a.sMenuItem
{
	line-height:29px;
	margin-right:4px;
}


div.dynMenu
{
	background-color:#B28D1E;/*#7A6E54;*/
	border:solid 1px #4D514E;
	margin-top:8px;
}

a.dynMenuItem
{
	padding:2px 5px;
	background-color:Transparent;
	display:block;
	line-height:1.6em;
}

table.dynMenuItem a.dynMenuHover
{
	background-color:#DADADA;
	color:#4D514E;
}

