body { /* General */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	background-color:#E6E6E6;
}
/* **************************************************** */
.txtBotonera { /* Botonera */
	color: #999999;
	font-size:10px;
}
.txtBotonera a:link { /* Estado normal del link */
	text-decoration: none;
	color: #999999;
}
.txtBotonera a:visited { /* Cuando el link esta visitado */
	text-decoration: none;
	color: #999999;
}
.txtBotonera a:hover { /* Cuando paso el mouse encima del link */
	text-decoration: none;
	color: #666666;
}
.txtBotonera a:active { /* Cuando estoy presionando al link */
	text-decoration: none;
	color: #666666;
}
