/*  //////////////////////////////////////// */
/*  MCP                       - MG           */
/*  Módulo Catálogo Productos - Menú Grupos  */
/*  ---------------------------------------- */
/*  Revisión 15/05/2010                      */

.MCP-MG-contenedor-grupo {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.MCP-MG-contenedor-subgrupo {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	display: block;
	width: 99%;
	overflow: hidden;
	font-size: 12px;
	text-align: left;
	background-color:#e2edc8; 
}
.MCP-MG-boton-grupo {
	position:relative;
	display:block;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5%;
	position: relative;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	background-color:#d1e2ab;
}
a.MCP-MG-boton-grupo:hover {
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	text-decoration: none;
	background-color: #afd25c;
}
.MCP-MG-boton-grupo-activo {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5%;
	position: relative;
	width: 95%;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	background-color:#afd25c;
}

.MCP-MG-boton-subgrupo {
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	width: 100%;
	height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
}
a.MCP-MG-boton-subgrupo:hover {
	font-size: 12px;
	font-weight: lighter;
	color:#000;
	text-decoration: none;
	background-color: #afd25c;
}
.MCP-MG-boton-subgrupo-activo {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	width: 100%;
	height: 18px;
}
a.MCP-MG-boton-subgrupo-activo:hover {
	font-size: 12px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	background-color: #afd25c;
}
