/*  //////////////////////////////////////// */
/*  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;
	overflow: hidden;
	width: 100%;
}
.MCP-MG-contenedor-subgrupo {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	display: table;
	width: 99%;
	overflow: hidden;
}
.MCP-MG-boton-grupo {
	font-size: 12px;
	font-weight: lighter;
	color: #a3007c;
	text-decoration: none;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 3%;
	padding-left: 3%;
	position: relative;
	width: 94%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
a.MCP-MG-boton-grupo:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #efefef;
}
.MCP-MG-boton-grupo-activo {
	font-size: 12px;
	font-weight: bold;
	color: #a3007c;
	text-decoration: none;
	background-color: #efefef;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 3%;
	padding-left: 3%;
	position: relative;
	width: 94%;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.MCP-MG-boton-subgrupo {
	font-size: 12px;
	font-weight: lighter;
	color: #a3007c;
	text-decoration: none;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
	position: relative;
	width: 100%;
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
a.MCP-MG-boton-subgrupo:hover {
	font-size: 12px;
	font-weight: bold;
	color: #a3007c;
	text-decoration: none;
	background-color: #efefef;
}
.MCP-MG-boton-subgrupo-activo {
	font-size: 12px;
	font-weight: bold;
	color: #a3007c;
	text-decoration: none;
	background-color: #efefef;
	float: left;
	padding-top: 1px;
	padding-bottom: 2px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	width: 100%;
	height: 15px;
}