/*  /////////////////////////// */
/*  M      G       - B        - */
/*  Módulo Galería - Botonera - */
/*  --------------------------- */
/*  Revisión 20/04/2010 	    */


.MG-B-contenedor {
	position: relative;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.MG-B-boton {
	background-color: #CCCCCC;
	float: left;
	margin-right: 5px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	cursor: hand;
	display: block;
	text-align: center;
	vertical-align: middle;
	z-index: 50;
}
a.MG-B-boton:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #a3007c;
}

/*	Estilo botón del tipo [numero] */
.MG-B-boton-numero {
	position: relative;
	height: 20px;
	width: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	cursor: hand;
	display: block;
	text-align: center;
}

/*	Estilo botón del tipo [icono] -	Se delimita la muestra de la imagen con el "height" */
.MG-B-boton-icono {
	position: relative;
	float: left;
	display: block;
	height: 50px;
	overflow: hidden;
	text-align: center;
	z-index:10;
}
.MG-B-boton img {
	position: relative;
	display: block;
	text-align: center;
	z-index: 10;
}
